HEX
#
RGB
HSL

#8B008B CSS / HTML Preview

Text with hexadecimal color #8B008B

This text has a font color of #8B008B.

<span style="color:#8B008B;">Your text here</span>
#8B008B border color

This element has a border color of #8B008B.

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

This paragraph has a background color of #8B008B.

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