Shades of Dark Violet #9E09DA
Tints of Dark Violet #9E09DA
RGB
CMYK
RGB Variations
Color information
#9E09DA (or 0x9E09DA) is known color: Dark Violet. HEX triplet: 9E, 09 and DA. RGB value is (158,9,218). Sum of RGB (Red+Green+Blue) = 158+9+218=385 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.04% from 385); Green value is 9 (3.91% from 255 or 2.34% from 385); Blue value is 218 (85.55% from 255 or 56.62% from 385); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E09DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E09DA is #61F625. Grayscale: #4C4C4C. Windows color (decimal): -6420006 or 14289310. OLE color: 14289310.
HSL color Cylindrical-coordinate representation of color #9E09DA: hue angle of 282.78º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9E09DA is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 9 | 218 | - |
| CMYK | 0.28 | 0.96 | 0 | 0.15 |
| HSL | 282.78º | 0.92% | 0.45% | - |
| HSV(B) | 282.78º | 0.96% | 0.85% | - |
| XYZ | 26.85 | 12.53 | 67.33 | - |
| YUV | 77.38 | 207.36 | 185.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 9 | 218 | 0.28 | 0.96 | 0 | 0.15 | 282.78 | 0.92 | 0.45 |
| Hex | 9E | 9 | DA | 1C | 60 | 0 | F | 11B | 5C | 2D |
| Octal | 236 | 11 | 332 | 34 | 140 | 0 | 17 | 433 | 134 | 55 |
| Binary | 10011110 | 1001 | 11011010 | 11100 | 1100000 | 0 | 1111 | 100011011 | 1011100 | 101101 |
Color Harmonies of #9E09DA
Complementary color
Monochromatic Colors of #9E09DA
Black with #9E09DA
Text Example
Text Example
White with #9E09DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E09DA; }
p { color: rgb(158,9,218); }
H1.HeaderClassName
{
color: #9E09DA;
}
.AnyTagClassName
{
color: #9E09DA;
}
</style>
background-color css
<style>
a { background-color: #9E09DA; }
a { background-color: rgb(158,9,218); }
div.DivClassName
{
background-color: #9E09DA;
}
.BgClassName
{
background-color: #9E09DA;
}
</style>
border-color css
<style>
span { border-color: #9E09DA; }
span { border-color: rgb(158,9,218); }
td.TdClassName
{
border-color: #9E09DA;
}
.TagClassName
{
border-color: #9E09DA;
}
</style>