Hex | 9d03c3 |
RGB | 157 , 3 , 195 |
RGB % | 44.2, 0.8, 54.9 |
HSL | 288.1, 97, 38.8 |
HSV | 288.1, 98.5, 76.5 |
CMYK | 49.7,251.1,0,60 |
XYZ | 0.238, 0.112, 0.525 |
xyY | 0.272, 0.128, 0.112 |
CIE-LAB | 0.399, 0.743, -0.605 |
CIE-LUV | 0.399, 0.388, -0.934 |
CIE-HCL | 320.819, 0.958, 0.399 |
Binary | 10011101,00000011,11000011 |
#9d03c3 HTML/CSS Color Name is Dark Violet / DarkViolet / Violet.
In a RGB color space, #9d03c3 color RGB value is (Red:157,Green:3,Blue:195). it is composed of 44.2% red, 0.8% green and 54.9% blue. The process color (four color CMYK) of #9d03c3 color hex is 49.7,251.1,0,60. HSL of color #9d03c3 hue: 288.1 , saturation: 97 and the lightness value of 9d03c3 is 38.8. Mainly color is Violet. Reverse color is: #62fc3c.
The color codes conversion takes 2.048924 milliseconds.
.bgcolor {background-color:#9d03c3; .textcolor {color:#9d03c3; } .bordercolor {border:3px solid #9d03c3; }
<p style="color:#9d03c3">Text here</p>
<p style="background-color:#9d03c3;">Content here</p>
<div style="border:1px solid #9d03c3;">Content here</div>
.textShadow { text-shadow: 4px 4px 2px #9d03c3; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #9d03c3; -webkit-box-shadow: 1px 1px 3px 2px #9d03c3; box-shadow: 1px 1px 3px 2px #9d03c3; }
<p style="text-shadow: 4px 4px 2px #9d03c3">Text here</p>
<div style="-moz-box-shadow: 1px 1px 3px 2px #9d03c3; -webkit-box-shadow: 1px 1px 3px 2px #9d03c3; box-shadow: 1px 1px 3px 2px #9d03c3;">
Content here</div>