Shades of Dark Magenta #9E0E97
Tints of Dark Magenta #9E0E97
RGB
CMYK
RGB Variations
Color information
#9E0E97 (or 0x9E0E97) is known color: Dark Magenta. HEX triplet: 9E, 0E and 97. RGB value is (158,14,151). Sum of RGB (Red+Green+Blue) = 158+14+151=323 (42% of max value = 765). Red value is 158 (62.11% from 255 or 48.92% from 323); Green value is 14 (5.86% from 255 or 4.33% from 323); Blue value is 151 (59.38% from 255 or 46.75% from 323); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E97 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E0E97 is #61F168. Grayscale: #484848. Windows color (decimal): -6418793 or 9899678. OLE color: 9899678.
HSL color Cylindrical-coordinate representation of color #9E0E97: hue angle of 302.92º degrees, saturation: 0.84, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9E0E97 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 14 | 151 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.38 |
| HSL | 302.92º | 0.84% | 0.34% | - |
| HSV(B) | 302.92º | 0.91% | 0.62% | - |
| XYZ | 19.84 | 9.82 | 30.13 | - |
| YUV | 72.67 | 172.21 | 188.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 14 | 151 | 0 | 0.91 | 0.04 | 0.38 | 302.92 | 0.84 | 0.34 |
| Hex | 9E | E | 97 | 0 | 5B | 4 | 26 | 12F | 54 | 22 |
| Octal | 236 | 16 | 227 | 0 | 133 | 4 | 46 | 457 | 124 | 42 |
| Binary | 10011110 | 1110 | 10010111 | 0 | 1011011 | 100 | 100110 | 100101111 | 1010100 | 100010 |
Color Harmonies of #9E0E97
Complementary color
Monochromatic Colors of #9E0E97
Black with #9E0E97
Text Example
Text Example
White with #9E0E97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E0E97; }
p { color: rgb(158,14,151); }
H1.HeaderClassName
{
color: #9E0E97;
}
.AnyTagClassName
{
color: #9E0E97;
}
</style>
background-color css
<style>
a { background-color: #9E0E97; }
a { background-color: rgb(158,14,151); }
div.DivClassName
{
background-color: #9E0E97;
}
.BgClassName
{
background-color: #9E0E97;
}
</style>
border-color css
<style>
span { border-color: #9E0E97; }
span { border-color: rgb(158,14,151); }
td.TdClassName
{
border-color: #9E0E97;
}
.TagClassName
{
border-color: #9E0E97;
}
</style>