Shades of Dark Violet #9F03DE
Tints of Dark Violet #9F03DE
RGB
CMYK
RGB Variations
Color information
#9F03DE (or 0x9F03DE) is known color: Dark Violet. HEX triplet: 9F, 03 and DE. RGB value is (159,3,222). Sum of RGB (Red+Green+Blue) = 159+3+222=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 3 (1.56% from 255 or 0.78% from 384); Blue value is 222 (87.11% from 255 or 57.81% from 384); Max value from RGB is 222 - color contains mainly: blue. Hex color #9F03DE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F03DE is #60FC21. Grayscale: #494949. Windows color (decimal): -6356002 or 14549919. OLE color: 14549919.
HSL color Cylindrical-coordinate representation of color #9F03DE: hue angle of 282.74º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F03DE is Cyan = 0.28, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 159 | 3 | 222 | - |
| CMYK | 0.28 | 0.99 | 0 | 0.13 |
| HSL | 282.74º | 0.97% | 0.44% | - |
| HSV(B) | 282.74º | 0.99% | 0.87% | - |
| XYZ | 27.52 | 12.71 | 70.11 | - |
| YUV | 74.61 | 211.18 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 3 | 222 | 0.28 | 0.99 | 0 | 0.13 | 282.74 | 0.97 | 0.44 |
| Hex | 9F | 3 | DE | 1C | 63 | 0 | D | 11B | 61 | 2C |
| Octal | 237 | 3 | 336 | 34 | 143 | 0 | 15 | 433 | 141 | 54 |
| Binary | 10011111 | 11 | 11011110 | 11100 | 1100011 | 0 | 1101 | 100011011 | 1100001 | 101100 |
Color Harmonies of #9F03DE
Complementary color
Monochromatic Colors of #9F03DE
Black with #9F03DE
Text Example
Text Example
White with #9F03DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F03DE; }
p { color: rgb(159,3,222); }
H1.HeaderClassName
{
color: #9F03DE;
}
.AnyTagClassName
{
color: #9F03DE;
}
</style>
background-color css
<style>
a { background-color: #9F03DE; }
a { background-color: rgb(159,3,222); }
div.DivClassName
{
background-color: #9F03DE;
}
.BgClassName
{
background-color: #9F03DE;
}
</style>
border-color css
<style>
span { border-color: #9F03DE; }
span { border-color: rgb(159,3,222); }
td.TdClassName
{
border-color: #9F03DE;
}
.TagClassName
{
border-color: #9F03DE;
}
</style>