Shades of Dark Violet #9D02CF
Tints of Dark Violet #9D02CF
RGB
CMYK
RGB Variations
Color information
#9D02CF (or 0x9D02CF) is known color: Dark Violet. HEX triplet: 9D, 02 and CF. RGB value is (157,2,207). Sum of RGB (Red+Green+Blue) = 157+2+207=366 (48% of max value = 765). Red value is 157 (61.72% from 255 or 42.90% from 366); Green value is 2 (1.17% from 255 or 0.55% from 366); Blue value is 207 (81.25% from 255 or 56.56% from 366); Max value from RGB is 207 - color contains mainly: blue. Hex color #9D02CF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9D02CF is #62FD30. Grayscale: #474747. Windows color (decimal): -6487345 or 13566621. OLE color: 13566621.
HSL color Cylindrical-coordinate representation of color #9D02CF: hue angle of 285.37º degrees, saturation: 0.98, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D02CF is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 157 | 2 | 207 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.19 |
| HSL | 285.37º | 0.98% | 0.41% | - |
| HSV(B) | 285.37º | 0.99% | 0.81% | - |
| XYZ | 25.19 | 11.72 | 59.97 | - |
| YUV | 71.72 | 204.35 | 188.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 2 | 207 | 0.24 | 0.99 | 0 | 0.19 | 285.37 | 0.98 | 0.41 |
| Hex | 9D | 2 | CF | 18 | 63 | 0 | 13 | 11D | 62 | 29 |
| Octal | 235 | 2 | 317 | 30 | 143 | 0 | 23 | 435 | 142 | 51 |
| Binary | 10011101 | 10 | 11001111 | 11000 | 1100011 | 0 | 10011 | 100011101 | 1100010 | 101001 |
Color Harmonies of #9D02CF
Complementary color
Monochromatic Colors of #9D02CF
Black with #9D02CF
Text Example
Text Example
White with #9D02CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D02CF; }
p { color: rgb(157,2,207); }
H1.HeaderClassName
{
color: #9D02CF;
}
.AnyTagClassName
{
color: #9D02CF;
}
</style>
background-color css
<style>
a { background-color: #9D02CF; }
a { background-color: rgb(157,2,207); }
div.DivClassName
{
background-color: #9D02CF;
}
.BgClassName
{
background-color: #9D02CF;
}
</style>
border-color css
<style>
span { border-color: #9D02CF; }
span { border-color: rgb(157,2,207); }
td.TdClassName
{
border-color: #9D02CF;
}
.TagClassName
{
border-color: #9D02CF;
}
</style>