Shades of Dark Violet #9E0CDE
Tints of Dark Violet #9E0CDE
RGB
CMYK
RGB Variations
Color information
#9E0CDE (or 0x9E0CDE) is known color: Dark Violet. HEX triplet: 9E, 0C and DE. RGB value is (158,12,222). Sum of RGB (Red+Green+Blue) = 158+12+222=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 12 (5.08% from 255 or 3.06% from 392); Blue value is 222 (87.11% from 255 or 56.63% from 392); Max value from RGB is 222 - color contains mainly: blue. Hex color #9E0CDE is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9E0CDE is #61F321. Grayscale: #4E4E4E. Windows color (decimal): -6419234 or 14552222. OLE color: 14552222.
HSL color Cylindrical-coordinate representation of color #9E0CDE: hue angle of 281.71º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #9E0CDE is Cyan = 0.29, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 158 | 12 | 222 | - |
| CMYK | 0.29 | 0.95 | 0 | 0.13 |
| HSL | 281.71º | 0.9% | 0.46% | - |
| HSV(B) | 281.71º | 0.95% | 0.87% | - |
| XYZ | 27.42 | 12.81 | 70.13 | - |
| YUV | 79.59 | 208.37 | 183.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 12 | 222 | 0.29 | 0.95 | 0 | 0.13 | 281.71 | 0.9 | 0.46 |
| Hex | 9E | C | DE | 1D | 5F | 0 | D | 11A | 5A | 2E |
| Octal | 236 | 14 | 336 | 35 | 137 | 0 | 15 | 432 | 132 | 56 |
| Binary | 10011110 | 1100 | 11011110 | 11101 | 1011111 | 0 | 1101 | 100011010 | 1011010 | 101110 |
Color Harmonies of #9E0CDE
Complementary color
Monochromatic Colors of #9E0CDE
Black with #9E0CDE
Text Example
Text Example
White with #9E0CDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0CDE; }
p { color: rgb(158,12,222); }
H1.HeaderClassName
{
color: #9E0CDE;
}
.AnyTagClassName
{
color: #9E0CDE;
}
</style>
background-color css
<style>
a { background-color: #9E0CDE; }
a { background-color: rgb(158,12,222); }
div.DivClassName
{
background-color: #9E0CDE;
}
.BgClassName
{
background-color: #9E0CDE;
}
</style>
border-color css
<style>
span { border-color: #9E0CDE; }
span { border-color: rgb(158,12,222); }
td.TdClassName
{
border-color: #9E0CDE;
}
.TagClassName
{
border-color: #9E0CDE;
}
</style>