DarkOrchid Color Name
| Color Name: | DarkOrchid | 
| Hex Code: | #9932CC | 
| RGB Decimal: | RGB(153, 50, 204) | 
| CMYK Value: | 280°, 61%, 50%. | 
| HSL Value: | 25%, 75.5%, 0%, 20% | 
| Color: | 
DarkOrchid #9932CC Html Codes
Text with hexadecimal color #9932CC
<span style="color:#9932CC;">Text here</span>
DarkOrchid #9932CC border color
<span style="border:2px solid #9932CC;">Text here</span>
DarkOrchid #9932CC background color
<p style="background-color:#9932CC;">Content here</p>
DarkOrchid #9932CC CSS codes
.text {color:#9932CC;}
		.background {background-color:#9932CC;}
		.border {border:1px solid #9932CC;}