Shades of Dark Magenta #9E1189
Tints of Dark Magenta #9E1189
RGB
CMYK
RGB Variations
Color information
#9E1189 (or 0x9E1189) is known color: Dark Magenta. HEX triplet: 9E, 11 and 89. RGB value is (158,17,137). Sum of RGB (Red+Green+Blue) = 158+17+137=312 (41% of max value = 765). Red value is 158 (62.11% from 255 or 50.64% from 312); Green value is 17 (7.03% from 255 or 5.45% from 312); Blue value is 137 (53.91% from 255 or 43.91% from 312); Max value from RGB is 158 - color contains mainly: red. Hex color #9E1189 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9E1189 is #61EE76. Grayscale: #484848. Windows color (decimal): -6418039 or 8982942. OLE color: 8982942.
HSL color Cylindrical-coordinate representation of color #9E1189: hue angle of 308.94º 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 #9E1189 is Cyan = 0, Magento = 0.89, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 17 | 137 | - |
| CMYK | 0 | 0.89 | 0.13 | 0.38 |
| HSL | 308.94º | 0.81% | 0.34% | - |
| HSV(B) | 308.94º | 0.89% | 0.62% | - |
| XYZ | 18.82 | 9.48 | 24.5 | - |
| YUV | 72.84 | 164.21 | 188.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 17 | 137 | 0 | 0.89 | 0.13 | 0.38 | 308.94 | 0.81 | 0.34 |
| Hex | 9E | 11 | 89 | 0 | 59 | D | 26 | 135 | 51 | 22 |
| Octal | 236 | 21 | 211 | 0 | 131 | 15 | 46 | 465 | 121 | 42 |
| Binary | 10011110 | 10001 | 10001001 | 0 | 1011001 | 1101 | 100110 | 100110101 | 1010001 | 100010 |
Color Harmonies of #9E1189
Complementary color
Monochromatic Colors of #9E1189
Black with #9E1189
Text Example
Text Example
White with #9E1189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E1189; }
p { color: rgb(158,17,137); }
H1.HeaderClassName
{
color: #9E1189;
}
.AnyTagClassName
{
color: #9E1189;
}
</style>
background-color css
<style>
a { background-color: #9E1189; }
a { background-color: rgb(158,17,137); }
div.DivClassName
{
background-color: #9E1189;
}
.BgClassName
{
background-color: #9E1189;
}
</style>
border-color css
<style>
span { border-color: #9E1189; }
span { border-color: rgb(158,17,137); }
td.TdClassName
{
border-color: #9E1189;
}
.TagClassName
{
border-color: #9E1189;
}
</style>