Shades of Dark Violet #9E10DA
Tints of Dark Violet #9E10DA
RGB
CMYK
RGB Variations
Color information
#9E10DA (or 0x9E10DA) is known color: Dark Violet. HEX triplet: 9E, 10 and DA. RGB value is (158,16,218). Sum of RGB (Red+Green+Blue) = 158+16+218=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 218 (85.55% from 255 or 55.61% from 392); Max value from RGB is 218 - color contains mainly: blue. Hex color #9E10DA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E10DA is #61EF25. Grayscale: #505050. Windows color (decimal): -6418214 or 14291102. OLE color: 14291102.
HSL color Cylindrical-coordinate representation of color #9E10DA: hue angle of 282.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E10DA is Cyan = 0.28, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 16 | 218 | - |
| CMYK | 0.28 | 0.93 | 0 | 0.15 |
| HSL | 282.18º | 0.86% | 0.46% | - |
| HSV(B) | 282.18º | 0.93% | 0.85% | - |
| XYZ | 26.94 | 12.7 | 67.36 | - |
| YUV | 81.49 | 205.04 | 182.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 16 | 218 | 0.28 | 0.93 | 0 | 0.15 | 282.18 | 0.86 | 0.46 |
| Hex | 9E | 10 | DA | 1C | 5D | 0 | F | 11A | 56 | 2E |
| Octal | 236 | 20 | 332 | 34 | 135 | 0 | 17 | 432 | 126 | 56 |
| Binary | 10011110 | 10000 | 11011010 | 11100 | 1011101 | 0 | 1111 | 100011010 | 1010110 | 101110 |
Color Harmonies of #9E10DA
Complementary color
Monochromatic Colors of #9E10DA
Black with #9E10DA
Text Example
Text Example
White with #9E10DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E10DA; }
p { color: rgb(158,16,218); }
H1.HeaderClassName
{
color: #9E10DA;
}
.AnyTagClassName
{
color: #9E10DA;
}
</style>
background-color css
<style>
a { background-color: #9E10DA; }
a { background-color: rgb(158,16,218); }
div.DivClassName
{
background-color: #9E10DA;
}
.BgClassName
{
background-color: #9E10DA;
}
</style>
border-color css
<style>
span { border-color: #9E10DA; }
span { border-color: rgb(158,16,218); }
td.TdClassName
{
border-color: #9E10DA;
}
.TagClassName
{
border-color: #9E10DA;
}
</style>