Shades of Dark Violet #9F03D2
Tints of Dark Violet #9F03D2
RGB
CMYK
RGB Variations
Color information
#9F03D2 (or 0x9F03D2) is known color: Dark Violet. HEX triplet: 9F, 03 and D2. RGB value is (159,3,210). Sum of RGB (Red+Green+Blue) = 159+3+210=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 3 (1.56% from 255 or 0.81% from 372); Blue value is 210 (82.42% from 255 or 56.45% from 372); Max value from RGB is 210 - color contains mainly: blue. Hex color #9F03D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F03D2 is #60FC2D. Grayscale: #484848. Windows color (decimal): -6356014 or 13763487. OLE color: 13763487.
HSL color Cylindrical-coordinate representation of color #9F03D2: hue angle of 285.22º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F03D2 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 3 | 210 | - |
| CMYK | 0.24 | 0.99 | 0 | 0.18 |
| HSL | 285.22º | 0.97% | 0.42% | - |
| HSV(B) | 285.22º | 0.99% | 0.82% | - |
| XYZ | 25.96 | 12.09 | 61.94 | - |
| YUV | 73.24 | 205.18 | 189.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 210 | 0.24 | 0.99 | 0 | 0.18 | 285.22 | 0.97 | 0.42 |
| Hex | 9F | 3 | D2 | 18 | 63 | 0 | 12 | 11D | 61 | 2A |
| Octal | 237 | 3 | 322 | 30 | 143 | 0 | 22 | 435 | 141 | 52 |
| Binary | 10011111 | 11 | 11010010 | 11000 | 1100011 | 0 | 10010 | 100011101 | 1100001 | 101010 |
Color Harmonies of #9F03D2
Complementary color
Monochromatic Colors of #9F03D2
Black with #9F03D2
Text Example
Text Example
White with #9F03D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F03D2; }
p { color: rgb(159,3,210); }
H1.HeaderClassName
{
color: #9F03D2;
}
.AnyTagClassName
{
color: #9F03D2;
}
</style>
background-color css
<style>
a { background-color: #9F03D2; }
a { background-color: rgb(159,3,210); }
div.DivClassName
{
background-color: #9F03D2;
}
.BgClassName
{
background-color: #9F03D2;
}
</style>
border-color css
<style>
span { border-color: #9F03D2; }
span { border-color: rgb(159,3,210); }
td.TdClassName
{
border-color: #9F03D2;
}
.TagClassName
{
border-color: #9F03D2;
}
</style>