Shades of Dark Violet #9F05DC
Tints of Dark Violet #9F05DC
RGB
CMYK
RGB Variations
Color information
#9F05DC (or 0x9F05DC) is known color: Dark Violet. HEX triplet: 9F, 05 and DC. RGB value is (159,5,220). Sum of RGB (Red+Green+Blue) = 159+5+220=384 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.41% from 384); Green value is 5 (2.34% from 255 or 1.30% from 384); Blue value is 220 (86.33% from 255 or 57.29% from 384); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F05DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F05DC is #60FA23. Grayscale: #4A4A4A. Windows color (decimal): -6355492 or 14419359. OLE color: 14419359.
HSL color Cylindrical-coordinate representation of color #9F05DC: hue angle of 282.98º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9F05DC is Cyan = 0.28, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 5 | 220 | - |
| CMYK | 0.28 | 0.98 | 0 | 0.14 |
| HSL | 282.98º | 0.96% | 0.44% | - |
| HSV(B) | 282.98º | 0.98% | 0.86% | - |
| XYZ | 27.27 | 12.65 | 68.71 | - |
| YUV | 75.56 | 209.52 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 5 | 220 | 0.28 | 0.98 | 0 | 0.14 | 282.98 | 0.96 | 0.44 |
| Hex | 9F | 5 | DC | 1C | 62 | 0 | E | 11B | 60 | 2C |
| Octal | 237 | 5 | 334 | 34 | 142 | 0 | 16 | 433 | 140 | 54 |
| Binary | 10011111 | 101 | 11011100 | 11100 | 1100010 | 0 | 1110 | 100011011 | 1100000 | 101100 |
Color Harmonies of #9F05DC
Complementary color
Monochromatic Colors of #9F05DC
Black with #9F05DC
Text Example
Text Example
White with #9F05DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F05DC; }
p { color: rgb(159,5,220); }
H1.HeaderClassName
{
color: #9F05DC;
}
.AnyTagClassName
{
color: #9F05DC;
}
</style>
background-color css
<style>
a { background-color: #9F05DC; }
a { background-color: rgb(159,5,220); }
div.DivClassName
{
background-color: #9F05DC;
}
.BgClassName
{
background-color: #9F05DC;
}
</style>
border-color css
<style>
span { border-color: #9F05DC; }
span { border-color: rgb(159,5,220); }
td.TdClassName
{
border-color: #9F05DC;
}
.TagClassName
{
border-color: #9F05DC;
}
</style>