Shades of Dark Magenta #9E118D
Tints of Dark Magenta #9E118D
RGB
CMYK
RGB Variations
Color information
#9E118D (or 0x9E118D) is known color: Dark Magenta. HEX triplet: 9E, 11 and 8D. RGB value is (158,17,141). Sum of RGB (Red+Green+Blue) = 158+17+141=316 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50% from 316); Green value is 17 (7.03% from 255 or 5.38% from 316); Blue value is 141 (55.47% from 255 or 44.62% from 316); Max value from RGB is 158 - color contains mainly: red. Hex color #9E118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E118D is #61EE72. Grayscale: #484848. Windows color (decimal): -6418035 or 9245086. OLE color: 9245086.
HSL color Cylindrical-coordinate representation of color #9E118D: hue angle of 307.23º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #9E118D is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 141 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.38 |
| HSL | 307.23º | 0.81% | 0.34% | - |
| HSV(B) | 307.23º | 0.89% | 0.62% | - |
| XYZ | 19.11 | 9.59 | 26.04 | - |
| YUV | 73.3 | 166.21 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 141 | 0 | 0.89 | 0.11 | 0.38 | 307.23 | 0.81 | 0.34 |
| Hex | 9E | 11 | 8D | 0 | 59 | B | 26 | 133 | 51 | 22 |
| Octal | 236 | 21 | 215 | 0 | 131 | 13 | 46 | 463 | 121 | 42 |
| Binary | 10011110 | 10001 | 10001101 | 0 | 1011001 | 1011 | 100110 | 100110011 | 1010001 | 100010 |
Color Harmonies of #9E118D
Complementary color
Monochromatic Colors of #9E118D
Black with #9E118D
Text Example
Text Example
White with #9E118D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E118D; }
p { color: rgb(158,17,141); }
H1.HeaderClassName
{
color: #9E118D;
}
.AnyTagClassName
{
color: #9E118D;
}
</style>
background-color css
<style>
a { background-color: #9E118D; }
a { background-color: rgb(158,17,141); }
div.DivClassName
{
background-color: #9E118D;
}
.BgClassName
{
background-color: #9E118D;
}
</style>
border-color css
<style>
span { border-color: #9E118D; }
span { border-color: rgb(158,17,141); }
td.TdClassName
{
border-color: #9E118D;
}
.TagClassName
{
border-color: #9E118D;
}
</style>