HEX
#
RGB
HSL

#9370DB CSS / HTML Preview

Text with hexadecimal color #9370DB

This text has a font color of #9370DB.

<span style="color:#9370DB;">Your text here</span>
#9370DB border color

This element has a border color of #9370DB.

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

This paragraph has a background color of #9370DB.

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