Shades of Dark Violet #9F02CB
Tints of Dark Violet #9F02CB
RGB
CMYK
RGB Variations
Color information
#9F02CB (or 0x9F02CB) is known color: Dark Violet. HEX triplet: 9F, 02 and CB. RGB value is (159,2,203). Sum of RGB (Red+Green+Blue) = 159+2+203=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 2 (1.17% from 255 or 0.55% from 364); Blue value is 203 (79.69% from 255 or 55.77% from 364); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F02CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F02CB is #60FD34. Grayscale: #474747. Windows color (decimal): -6356277 or 13304479. OLE color: 13304479.
HSL color Cylindrical-coordinate representation of color #9F02CB: hue angle of 286.87º degrees, saturation: 0.98, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F02CB is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 2 | 203 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.20 |
| HSL | 286.87º | 0.98% | 0.4% | - |
| HSV(B) | 286.87º | 0.99% | 0.8% | - |
| XYZ | 25.1 | 11.73 | 57.44 | - |
| YUV | 71.86 | 202.01 | 190.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 2 | 203 | 0.22 | 0.99 | 0 | 0.20 | 286.87 | 0.98 | 0.4 |
| Hex | 9F | 2 | CB | 16 | 63 | 0 | 14 | 11F | 62 | 28 |
| Octal | 237 | 2 | 313 | 26 | 143 | 0 | 24 | 437 | 142 | 50 |
| Binary | 10011111 | 10 | 11001011 | 10110 | 1100011 | 0 | 10100 | 100011111 | 1100010 | 101000 |
Color Harmonies of #9F02CB
Complementary color
Monochromatic Colors of #9F02CB
Black with #9F02CB
Text Example
Text Example
White with #9F02CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F02CB; }
p { color: rgb(159,2,203); }
H1.HeaderClassName
{
color: #9F02CB;
}
.AnyTagClassName
{
color: #9F02CB;
}
</style>
background-color css
<style>
a { background-color: #9F02CB; }
a { background-color: rgb(159,2,203); }
div.DivClassName
{
background-color: #9F02CB;
}
.BgClassName
{
background-color: #9F02CB;
}
</style>
border-color css
<style>
span { border-color: #9F02CB; }
span { border-color: rgb(159,2,203); }
td.TdClassName
{
border-color: #9F02CB;
}
.TagClassName
{
border-color: #9F02CB;
}
</style>