Shades of Dark Violet #9F01CB
Tints of Dark Violet #9F01CB
RGB
CMYK
RGB Variations
Color information
#9F01CB (or 0x9F01CB) is known color: Dark Violet. HEX triplet: 9F, 01 and CB. RGB value is (159,1,203). Sum of RGB (Red+Green+Blue) = 159+1+203=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 1 (0.78% from 255 or 0.28% from 363); Blue value is 203 (79.69% from 255 or 55.92% from 363); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F01CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F01CB is #60FE34. Grayscale: #464646. Windows color (decimal): -6356533 or 13304223. OLE color: 13304223.
HSL color Cylindrical-coordinate representation of color #9F01CB: hue angle of 286.93º degrees, saturation: 0.99, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F01CB is Cyan = 0.22, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 1 | 203 | - |
| CMYK | 0.22 | 1.00 | 0 | 0.20 |
| HSL | 286.93º | 0.99% | 0.4% | - |
| HSV(B) | 286.93º | 1% | 0.8% | - |
| XYZ | 25.09 | 11.7 | 57.44 | - |
| YUV | 71.27 | 202.35 | 190.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 1 | 203 | 0.22 | 1.00 | 0 | 0.20 | 286.93 | 0.99 | 0.4 |
| Hex | 9F | 1 | CB | 16 | 64 | 0 | 14 | 11F | 63 | 28 |
| Octal | 237 | 1 | 313 | 26 | 144 | 0 | 24 | 437 | 143 | 50 |
| Binary | 10011111 | 1 | 11001011 | 10110 | 1100100 | 0 | 10100 | 100011111 | 1100011 | 101000 |
Color Harmonies of #9F01CB
Complementary color
Monochromatic Colors of #9F01CB
Black with #9F01CB
Text Example
Text Example
White with #9F01CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F01CB; }
p { color: rgb(159,1,203); }
H1.HeaderClassName
{
color: #9F01CB;
}
.AnyTagClassName
{
color: #9F01CB;
}
</style>
background-color css
<style>
a { background-color: #9F01CB; }
a { background-color: rgb(159,1,203); }
div.DivClassName
{
background-color: #9F01CB;
}
.BgClassName
{
background-color: #9F01CB;
}
</style>
border-color css
<style>
span { border-color: #9F01CB; }
span { border-color: rgb(159,1,203); }
td.TdClassName
{
border-color: #9F01CB;
}
.TagClassName
{
border-color: #9F01CB;
}
</style>