Shades of Dark Violet #9E06DC
Tints of Dark Violet #9E06DC
RGB
CMYK
RGB Variations
Color information
#9E06DC (or 0x9E06DC) is known color: Dark Violet. HEX triplet: 9E, 06 and DC. RGB value is (158,6,220). Sum of RGB (Red+Green+Blue) = 158+6+220=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 6 (2.73% from 255 or 1.56% 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 #9E06DC is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E06DC is #61F923. Grayscale: #4B4B4B. Windows color (decimal): -6420772 or 14419614. OLE color: 14419614.
HSL color Cylindrical-coordinate representation of color #9E06DC: hue angle of 282.62º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9E06DC is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 6 | 220 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.14 |
| HSL | 282.62º | 0.95% | 0.44% | - |
| HSV(B) | 282.62º | 0.97% | 0.86% | - |
| XYZ | 27.08 | 12.57 | 68.71 | - |
| YUV | 75.84 | 209.36 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 6 | 220 | 0.28 | 0.97 | 0 | 0.14 | 282.62 | 0.95 | 0.44 |
| Hex | 9E | 6 | DC | 1C | 61 | 0 | E | 11B | 5F | 2C |
| Octal | 236 | 6 | 334 | 34 | 141 | 0 | 16 | 433 | 137 | 54 |
| Binary | 10011110 | 110 | 11011100 | 11100 | 1100001 | 0 | 1110 | 100011011 | 1011111 | 101100 |
Color Harmonies of #9E06DC
Complementary color
Monochromatic Colors of #9E06DC
Black with #9E06DC
Text Example
Text Example
White with #9E06DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E06DC; }
p { color: rgb(158,6,220); }
H1.HeaderClassName
{
color: #9E06DC;
}
.AnyTagClassName
{
color: #9E06DC;
}
</style>
background-color css
<style>
a { background-color: #9E06DC; }
a { background-color: rgb(158,6,220); }
div.DivClassName
{
background-color: #9E06DC;
}
.BgClassName
{
background-color: #9E06DC;
}
</style>
border-color css
<style>
span { border-color: #9E06DC; }
span { border-color: rgb(158,6,220); }
td.TdClassName
{
border-color: #9E06DC;
}
.TagClassName
{
border-color: #9E06DC;
}
</style>