Shades of Dark Violet #9F00CB
Tints of Dark Violet #9F00CB
RGB
CMYK
RGB Variations
Color information
#9F00CB (or 0x9F00CB) is known color: Dark Violet. HEX triplet: 9F, 00 and CB. RGB value is (159,0,203). Sum of RGB (Red+Green+Blue) = 159+0+203=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 0 (0.39% from 255 or 0% from 362); Blue value is 203 (79.69% from 255 or 56.08% from 362); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F00CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F00CB is #60FF34. Grayscale: #464646. Windows color (decimal): -6356789 or 13303967. OLE color: 13303967.
HSL color Cylindrical-coordinate representation of color #9F00CB: hue angle of 287º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9F00CB is Cyan = 0.22, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 0 | 203 | - |
| CMYK | 0.22 | 1 | 0 | 0.20 |
| HSL | 287º | 1% | 0.4% | - |
| HSV(B) | 287º | 1% | 0.8% | - |
| XYZ | 25.08 | 11.68 | 57.43 | - |
| YUV | 70.68 | 202.68 | 190.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 0 | 203 | 0.22 | 1 | 0 | 0.20 | 287 | 1 | 0.4 |
| Hex | 9F | 0 | CB | 16 | 64 | 0 | 14 | 11F | 64 | 28 |
| Octal | 237 | 0 | 313 | 26 | 144 | 0 | 24 | 437 | 144 | 50 |
| Binary | 10011111 | 0 | 11001011 | 10110 | 1100100 | 0 | 10100 | 100011111 | 1100100 | 101000 |
Color Harmonies of #9F00CB
Complementary color
Monochromatic Colors of #9F00CB
Black with #9F00CB
Text Example
Text Example
White with #9F00CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F00CB; }
p { color: rgb(159,0,203); }
H1.HeaderClassName
{
color: #9F00CB;
}
.AnyTagClassName
{
color: #9F00CB;
}
</style>
background-color css
<style>
a { background-color: #9F00CB; }
a { background-color: rgb(159,0,203); }
div.DivClassName
{
background-color: #9F00CB;
}
.BgClassName
{
background-color: #9F00CB;
}
</style>
border-color css
<style>
span { border-color: #9F00CB; }
span { border-color: rgb(159,0,203); }
td.TdClassName
{
border-color: #9F00CB;
}
.TagClassName
{
border-color: #9F00CB;
}
</style>