Shades of Dark Violet #9F09DC
Tints of Dark Violet #9F09DC
RGB
CMYK
RGB Variations
Color information
#9F09DC (or 0x9F09DC) is known color: Dark Violet. HEX triplet: 9F, 09 and DC. RGB value is (159,9,220). Sum of RGB (Red+Green+Blue) = 159+9+220=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 9 (3.91% from 255 or 2.32% from 388); Blue value is 220 (86.33% from 255 or 56.70% from 388); Max value from RGB is 220 - color contains mainly: blue. Hex color #9F09DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9F09DC is #60F623. Grayscale: #4D4D4D. Windows color (decimal): -6354468 or 14420383. OLE color: 14420383.
HSL color Cylindrical-coordinate representation of color #9F09DC: hue angle of 282.65º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9F09DC is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 159 | 9 | 220 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.14 |
| HSL | 282.65º | 0.92% | 0.45% | - |
| HSV(B) | 282.65º | 0.96% | 0.86% | - |
| XYZ | 27.31 | 12.73 | 68.73 | - |
| YUV | 77.9 | 208.2 | 185.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 9 | 220 | 0.28 | 0.96 | 0 | 0.14 | 282.65 | 0.92 | 0.45 |
| Hex | 9F | 9 | DC | 1C | 60 | 0 | E | 11B | 5C | 2D |
| Octal | 237 | 11 | 334 | 34 | 140 | 0 | 16 | 433 | 134 | 55 |
| Binary | 10011111 | 1001 | 11011100 | 11100 | 1100000 | 0 | 1110 | 100011011 | 1011100 | 101101 |
Color Harmonies of #9F09DC
Complementary color
Monochromatic Colors of #9F09DC
Black with #9F09DC
Text Example
Text Example
White with #9F09DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F09DC; }
p { color: rgb(159,9,220); }
H1.HeaderClassName
{
color: #9F09DC;
}
.AnyTagClassName
{
color: #9F09DC;
}
</style>
background-color css
<style>
a { background-color: #9F09DC; }
a { background-color: rgb(159,9,220); }
div.DivClassName
{
background-color: #9F09DC;
}
.BgClassName
{
background-color: #9F09DC;
}
</style>
border-color css
<style>
span { border-color: #9F09DC; }
span { border-color: rgb(159,9,220); }
td.TdClassName
{
border-color: #9F09DC;
}
.TagClassName
{
border-color: #9F09DC;
}
</style>