Shades of Dark Violet #9E0ECA
Tints of Dark Violet #9E0ECA
RGB
CMYK
RGB Variations
Color information
#9E0ECA (or 0x9E0ECA) is known color: Dark Violet. HEX triplet: 9E, 0E and CA. RGB value is (158,14,202). Sum of RGB (Red+Green+Blue) = 158+14+202=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 14 (5.86% from 255 or 3.74% from 374); Blue value is 202 (79.30% from 255 or 54.01% from 374); Max value from RGB is 202 - color contains mainly: blue. Hex color #9E0ECA is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0ECA is #61F135. Grayscale: #4D4D4D. Windows color (decimal): -6418742 or 13242014. OLE color: 13242014.
HSL color Cylindrical-coordinate representation of color #9E0ECA: hue angle of 285.96º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9E0ECA is Cyan = 0.22, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 14 | 202 | - |
| CMYK | 0.22 | 0.93 | 0 | 0.21 |
| HSL | 285.96º | 0.87% | 0.42% | - |
| HSV(B) | 285.96º | 0.93% | 0.79% | - |
| XYZ | 24.92 | 11.85 | 56.85 | - |
| YUV | 78.49 | 197.71 | 184.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 202 | 0.22 | 0.93 | 0 | 0.21 | 285.96 | 0.87 | 0.42 |
| Hex | 9E | E | CA | 16 | 5D | 0 | 15 | 11E | 57 | 2A |
| Octal | 236 | 16 | 312 | 26 | 135 | 0 | 25 | 436 | 127 | 52 |
| Binary | 10011110 | 1110 | 11001010 | 10110 | 1011101 | 0 | 10101 | 100011110 | 1010111 | 101010 |
Color Harmonies of #9E0ECA
Complementary color
Monochromatic Colors of #9E0ECA
Black with #9E0ECA
Text Example
Text Example
White with #9E0ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0ECA; }
p { color: rgb(158,14,202); }
H1.HeaderClassName
{
color: #9E0ECA;
}
.AnyTagClassName
{
color: #9E0ECA;
}
</style>
background-color css
<style>
a { background-color: #9E0ECA; }
a { background-color: rgb(158,14,202); }
div.DivClassName
{
background-color: #9E0ECA;
}
.BgClassName
{
background-color: #9E0ECA;
}
</style>
border-color css
<style>
span { border-color: #9E0ECA; }
span { border-color: rgb(158,14,202); }
td.TdClassName
{
border-color: #9E0ECA;
}
.TagClassName
{
border-color: #9E0ECA;
}
</style>