Shades of Dark Violet #9F03CB
Tints of Dark Violet #9F03CB
RGB
CMYK
RGB Variations
Color information
#9F03CB (or 0x9F03CB) is known color: Dark Violet. HEX triplet: 9F, 03 and CB. RGB value is (159,3,203). Sum of RGB (Red+Green+Blue) = 159+3+203=365 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.56% from 365); Green value is 3 (1.56% from 255 or 0.82% from 365); Blue value is 203 (79.69% from 255 or 55.62% from 365); Max value from RGB is 203 - color contains mainly: blue. Hex color #9F03CB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F03CB is #60FC34. Grayscale: #474747. Windows color (decimal): -6356021 or 13304735. OLE color: 13304735.
HSL color Cylindrical-coordinate representation of color #9F03CB: hue angle of 286.8º degrees, saturation: 0.97, 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 #9F03CB is Cyan = 0.22, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 159 | 3 | 203 | - |
| CMYK | 0.22 | 0.99 | 0 | 0.20 |
| HSL | 286.8º | 0.97% | 0.4% | - |
| HSV(B) | 286.8º | 0.99% | 0.8% | - |
| XYZ | 25.11 | 11.75 | 57.44 | - |
| YUV | 72.44 | 201.68 | 189.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 203 | 0.22 | 0.99 | 0 | 0.20 | 286.8 | 0.97 | 0.4 |
| Hex | 9F | 3 | CB | 16 | 63 | 0 | 14 | 11F | 61 | 28 |
| Octal | 237 | 3 | 313 | 26 | 143 | 0 | 24 | 437 | 141 | 50 |
| Binary | 10011111 | 11 | 11001011 | 10110 | 1100011 | 0 | 10100 | 100011111 | 1100001 | 101000 |
Color Harmonies of #9F03CB
Complementary color
Monochromatic Colors of #9F03CB
Black with #9F03CB
Text Example
Text Example
White with #9F03CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F03CB; }
p { color: rgb(159,3,203); }
H1.HeaderClassName
{
color: #9F03CB;
}
.AnyTagClassName
{
color: #9F03CB;
}
</style>
background-color css
<style>
a { background-color: #9F03CB; }
a { background-color: rgb(159,3,203); }
div.DivClassName
{
background-color: #9F03CB;
}
.BgClassName
{
background-color: #9F03CB;
}
</style>
border-color css
<style>
span { border-color: #9F03CB; }
span { border-color: rgb(159,3,203); }
td.TdClassName
{
border-color: #9F03CB;
}
.TagClassName
{
border-color: #9F03CB;
}
</style>