Shades of Dark Violet #9E09DB
Tints of Dark Violet #9E09DB
RGB
CMYK
RGB Variations
Color information
#9E09DB (or 0x9E09DB) is known color: Dark Violet. HEX triplet: 9E, 09 and DB. RGB value is (158,9,219). Sum of RGB (Red+Green+Blue) = 158+9+219=386 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.93% from 386); Green value is 9 (3.91% from 255 or 2.33% from 386); Blue value is 219 (85.94% from 255 or 56.74% from 386); Max value from RGB is 219 - color contains mainly: blue. Hex color #9E09DB is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E09DB is #61F624. Grayscale: #4C4C4C. Windows color (decimal): -6420005 or 14354846. OLE color: 14354846.
HSL color Cylindrical-coordinate representation of color #9E09DB: hue angle of 282.57º 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 #9E09DB is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 9 | 219 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.14 |
| HSL | 282.57º | 0.92% | 0.45% | - |
| HSV(B) | 282.57º | 0.96% | 0.86% | - |
| XYZ | 26.98 | 12.58 | 68.02 | - |
| YUV | 77.49 | 207.86 | 185.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 219 | 0.28 | 0.96 | 0 | 0.14 | 282.57 | 0.92 | 0.45 |
| Hex | 9E | 9 | DB | 1C | 60 | 0 | E | 11B | 5C | 2D |
| Octal | 236 | 11 | 333 | 34 | 140 | 0 | 16 | 433 | 134 | 55 |
| Binary | 10011110 | 1001 | 11011011 | 11100 | 1100000 | 0 | 1110 | 100011011 | 1011100 | 101101 |
Color Harmonies of #9E09DB
Complementary color
Monochromatic Colors of #9E09DB
Black with #9E09DB
Text Example
Text Example
White with #9E09DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E09DB; }
p { color: rgb(158,9,219); }
H1.HeaderClassName
{
color: #9E09DB;
}
.AnyTagClassName
{
color: #9E09DB;
}
</style>
background-color css
<style>
a { background-color: #9E09DB; }
a { background-color: rgb(158,9,219); }
div.DivClassName
{
background-color: #9E09DB;
}
.BgClassName
{
background-color: #9E09DB;
}
</style>
border-color css
<style>
span { border-color: #9E09DB; }
span { border-color: rgb(158,9,219); }
td.TdClassName
{
border-color: #9E09DB;
}
.TagClassName
{
border-color: #9E09DB;
}
</style>