HEX
#
RGB
HSL

#9932CC CSS / HTML Preview

Text with hexadecimal color #9932CC

This text has a font color of #9932CC.

<span style="color:#9932CC;">Your text here</span>
#9932CC border color

This element has a border color of #9932CC.

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

This paragraph has a background color of #9932CC.

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