Shades of Dark Violet #9F07DC
Tints of Dark Violet #9F07DC
RGB
CMYK
RGB Variations
Color information
#9F07DC (or 0x9F07DC) is known color: Dark Violet. HEX triplet: 9F, 07 and DC. RGB value is (159,7,220). Sum of RGB (Red+Green+Blue) = 159+7+220=386 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.19% from 386); Green value is 7 (3.12% from 255 or 1.81% from 386); Blue value is 220 (86.33% from 255 or 56.99% from 386); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F07DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F07DC is #60F823. Grayscale: #4C4C4C. Windows color (decimal): -6354980 or 14419871. OLE color: 14419871.
HSL color Cylindrical-coordinate representation of color #9F07DC: hue angle of 282.82º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9F07DC is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 7 | 220 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.14 |
| HSL | 282.82º | 0.94% | 0.45% | - |
| HSV(B) | 282.82º | 0.97% | 0.86% | - |
| XYZ | 27.29 | 12.69 | 68.72 | - |
| YUV | 76.73 | 208.86 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 7 | 220 | 0.28 | 0.97 | 0 | 0.14 | 282.82 | 0.94 | 0.45 |
| Hex | 9F | 7 | DC | 1C | 61 | 0 | E | 11B | 5E | 2D |
| Octal | 237 | 7 | 334 | 34 | 141 | 0 | 16 | 433 | 136 | 55 |
| Binary | 10011111 | 111 | 11011100 | 11100 | 1100001 | 0 | 1110 | 100011011 | 1011110 | 101101 |
Color Harmonies of #9F07DC
Complementary color
Monochromatic Colors of #9F07DC
Black with #9F07DC
Text Example
Text Example
White with #9F07DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F07DC; }
p { color: rgb(159,7,220); }
H1.HeaderClassName
{
color: #9F07DC;
}
.AnyTagClassName
{
color: #9F07DC;
}
</style>
background-color css
<style>
a { background-color: #9F07DC; }
a { background-color: rgb(159,7,220); }
div.DivClassName
{
background-color: #9F07DC;
}
.BgClassName
{
background-color: #9F07DC;
}
</style>
border-color css
<style>
span { border-color: #9F07DC; }
span { border-color: rgb(159,7,220); }
td.TdClassName
{
border-color: #9F07DC;
}
.TagClassName
{
border-color: #9F07DC;
}
</style>