Shades of Dark Violet #9F05CB
Tints of Dark Violet #9F05CB
RGB
CMYK
RGB Variations
Color information
#9F05CB (or 0x9F05CB) is known color: Dark Violet. HEX triplet: 9F, 05 and CB. RGB value is (159,5,203). Sum of RGB (Red+Green+Blue) = 159+5+203=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 5 (2.34% from 255 or 1.36% from 367); Blue value is 203 (79.69% from 255 or 55.31% from 367); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F05CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F05CB is #60FA34. Grayscale: #484848. Windows color (decimal): -6355509 or 13305247. OLE color: 13305247.
HSL color Cylindrical-coordinate representation of color #9F05CB: hue angle of 286.67º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F05CB is Cyan = 0.22, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 5 | 203 | - |
| CMYK | 0.22 | 0.98 | 0 | 0.20 |
| HSL | 286.67º | 0.95% | 0.41% | - |
| HSV(B) | 286.67º | 0.98% | 0.8% | - |
| XYZ | 25.13 | 11.79 | 57.45 | - |
| YUV | 73.62 | 201.02 | 188.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 203 | 0.22 | 0.98 | 0 | 0.20 | 286.67 | 0.95 | 0.41 |
| Hex | 9F | 5 | CB | 16 | 62 | 0 | 14 | 11F | 5F | 29 |
| Octal | 237 | 5 | 313 | 26 | 142 | 0 | 24 | 437 | 137 | 51 |
| Binary | 10011111 | 101 | 11001011 | 10110 | 1100010 | 0 | 10100 | 100011111 | 1011111 | 101001 |
Color Harmonies of #9F05CB
Complementary color
Monochromatic Colors of #9F05CB
Black with #9F05CB
Text Example
Text Example
White with #9F05CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F05CB; }
p { color: rgb(159,5,203); }
H1.HeaderClassName
{
color: #9F05CB;
}
.AnyTagClassName
{
color: #9F05CB;
}
</style>
background-color css
<style>
a { background-color: #9F05CB; }
a { background-color: rgb(159,5,203); }
div.DivClassName
{
background-color: #9F05CB;
}
.BgClassName
{
background-color: #9F05CB;
}
</style>
border-color css
<style>
span { border-color: #9F05CB; }
span { border-color: rgb(159,5,203); }
td.TdClassName
{
border-color: #9F05CB;
}
.TagClassName
{
border-color: #9F05CB;
}
</style>