Shades of Dark Magenta #8E1489
Tints of Dark Magenta #8E1489
RGB
CMYK
RGB Variations
Color information
#8E1489 (or 0x8E1489) is known color: Dark Magenta. HEX triplet: 8E, 14 and 89. RGB value is (142,20,137). Sum of RGB (Red+Green+Blue) = 142+20+137=299 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.49% from 299); Green value is 20 (8.20% from 255 or 6.69% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1489 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1489 is #71EB76. Grayscale: #454545. Windows color (decimal): -7465847 or 8983694. OLE color: 8983694.
HSL color Cylindrical-coordinate representation of color #8E1489: hue angle of 302.46º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8E1489 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 20 | 137 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.44 |
| HSL | 302.46º | 0.75% | 0.32% | - |
| HSV(B) | 302.46º | 0.86% | 0.56% | - |
| XYZ | 15.92 | 8.06 | 24.38 | - |
| YUV | 69.82 | 165.92 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 20 | 137 | 0 | 0.86 | 0.04 | 0.44 | 302.46 | 0.75 | 0.32 |
| Hex | 8E | 14 | 89 | 0 | 56 | 4 | 2C | 12E | 4B | 20 |
| Octal | 216 | 24 | 211 | 0 | 126 | 4 | 54 | 456 | 113 | 40 |
| Binary | 10001110 | 10100 | 10001001 | 0 | 1010110 | 100 | 101100 | 100101110 | 1001011 | 100000 |
Color Harmonies of #8E1489
Complementary color
Monochromatic Colors of #8E1489
Black with #8E1489
Text Example
Text Example
White with #8E1489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1489; }
p { color: rgb(142,20,137); }
H1.HeaderClassName
{
color: #8E1489;
}
.AnyTagClassName
{
color: #8E1489;
}
</style>
background-color css
<style>
a { background-color: #8E1489; }
a { background-color: rgb(142,20,137); }
div.DivClassName
{
background-color: #8E1489;
}
.BgClassName
{
background-color: #8E1489;
}
</style>
border-color css
<style>
span { border-color: #8E1489; }
span { border-color: rgb(142,20,137); }
td.TdClassName
{
border-color: #8E1489;
}
.TagClassName
{
border-color: #8E1489;
}
</style>