Shades of Dark Violet #9E07DB
Tints of Dark Violet #9E07DB
RGB
CMYK
RGB Variations
Color information
#9E07DB (or 0x9E07DB) is known color: Dark Violet. HEX triplet: 9E, 07 and DB. RGB value is (158,7,219). Sum of RGB (Red+Green+Blue) = 158+7+219=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 7 (3.12% from 255 or 1.82% from 384); Blue value is 219 (85.94% from 255 or 57.03% from 384); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E07DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E07DB is #61F824. Grayscale: #4B4B4B. Windows color (decimal): -6420517 or 14354334. OLE color: 14354334.
HSL color Cylindrical-coordinate representation of color #9E07DB: hue angle of 282.74º degrees, saturation: 0.94, 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 #9E07DB is Cyan = 0.28, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 7 | 219 | - |
| CMYK | 0.28 | 0.97 | 0 | 0.14 |
| HSL | 282.74º | 0.94% | 0.44% | - |
| HSV(B) | 282.74º | 0.97% | 0.86% | - |
| XYZ | 26.96 | 12.54 | 68.02 | - |
| YUV | 76.32 | 208.53 | 186.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 7 | 219 | 0.28 | 0.97 | 0 | 0.14 | 282.74 | 0.94 | 0.44 |
| Hex | 9E | 7 | DB | 1C | 61 | 0 | E | 11B | 5E | 2C |
| Octal | 236 | 7 | 333 | 34 | 141 | 0 | 16 | 433 | 136 | 54 |
| Binary | 10011110 | 111 | 11011011 | 11100 | 1100001 | 0 | 1110 | 100011011 | 1011110 | 101100 |
Color Harmonies of #9E07DB
Complementary color
Monochromatic Colors of #9E07DB
Black with #9E07DB
Text Example
Text Example
White with #9E07DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E07DB; }
p { color: rgb(158,7,219); }
H1.HeaderClassName
{
color: #9E07DB;
}
.AnyTagClassName
{
color: #9E07DB;
}
</style>
background-color css
<style>
a { background-color: #9E07DB; }
a { background-color: rgb(158,7,219); }
div.DivClassName
{
background-color: #9E07DB;
}
.BgClassName
{
background-color: #9E07DB;
}
</style>
border-color css
<style>
span { border-color: #9E07DB; }
span { border-color: rgb(158,7,219); }
td.TdClassName
{
border-color: #9E07DB;
}
.TagClassName
{
border-color: #9E07DB;
}
</style>