HEX
#
RGB
HSL

#9400D3 CSS / HTML Preview

Text with hexadecimal color #9400D3

This text has a font color of #9400D3.

<span style="color:#9400D3;">Your text here</span>
#9400D3 border color

This element has a border color of #9400D3.

<div style="border:2px solid #9400D3;">Content here</div>
#9400D3 background color

This paragraph has a background color of #9400D3.

<p style="background-color:#9400D3;">Content here</p>
CSS codes
.text {color:#9400D3;}
.background {background-color:#9400D3;}
.border {border:1px solid #9400D3;}