Shades of Dark Magenta #8E1389
Tints of Dark Magenta #8E1389
RGB
CMYK
RGB Variations
Color information
#8E1389 (or 0x8E1389) is known color: Dark Magenta. HEX triplet: 8E, 13 and 89. RGB value is (142,19,137). Sum of RGB (Red+Green+Blue) = 142+19+137=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 19 (7.81% from 255 or 6.38% from 298); Blue value is 137 (53.91% from 255 or 45.97% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1389 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1389 is #71EC76. Grayscale: #444444. Windows color (decimal): -7466103 or 8983438. OLE color: 8983438.
HSL color Cylindrical-coordinate representation of color #8E1389: hue angle of 302.44º degrees, saturation: 0.76, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8E1389 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 19 | 137 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.44 |
| HSL | 302.44º | 0.76% | 0.32% | - |
| HSV(B) | 302.44º | 0.87% | 0.56% | - |
| XYZ | 15.9 | 8.02 | 24.38 | - |
| YUV | 69.23 | 166.25 | 179.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 19 | 137 | 0 | 0.87 | 0.04 | 0.44 | 302.44 | 0.76 | 0.32 |
| Hex | 8E | 13 | 89 | 0 | 57 | 4 | 2C | 12E | 4C | 20 |
| Octal | 216 | 23 | 211 | 0 | 127 | 4 | 54 | 456 | 114 | 40 |
| Binary | 10001110 | 10011 | 10001001 | 0 | 1010111 | 100 | 101100 | 100101110 | 1001100 | 100000 |
Color Harmonies of #8E1389
Complementary color
Monochromatic Colors of #8E1389
Black with #8E1389
Text Example
Text Example
White with #8E1389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1389; }
p { color: rgb(142,19,137); }
H1.HeaderClassName
{
color: #8E1389;
}
.AnyTagClassName
{
color: #8E1389;
}
</style>
background-color css
<style>
a { background-color: #8E1389; }
a { background-color: rgb(142,19,137); }
div.DivClassName
{
background-color: #8E1389;
}
.BgClassName
{
background-color: #8E1389;
}
</style>
border-color css
<style>
span { border-color: #8E1389; }
span { border-color: rgb(142,19,137); }
td.TdClassName
{
border-color: #8E1389;
}
.TagClassName
{
border-color: #8E1389;
}
</style>