Shades of Dark Magenta #8E1488
Tints of Dark Magenta #8E1488
RGB
CMYK
RGB Variations
Color information
#8E1488 (or 0x8E1488) is known color: Dark Magenta. HEX triplet: 8E, 14 and 88. RGB value is (142,20,136). Sum of RGB (Red+Green+Blue) = 142+20+136=298 (39% of max value = 765). Red value is 142 (55.86% from 255 or 47.65% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 136 (53.52% from 255 or 45.64% from 298); Max value from RGB is 142 - color contains mainly: red. Hex color #8E1488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E1488 is #71EB77. Grayscale: #454545. Windows color (decimal): -7465848 or 8918158. OLE color: 8918158.
HSL color Cylindrical-coordinate representation of color #8E1488: hue angle of 302.95º 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 #8E1488 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 20 | 136 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.44 |
| HSL | 302.95º | 0.75% | 0.32% | - |
| HSV(B) | 302.95º | 0.86% | 0.56% | - |
| XYZ | 15.85 | 8.03 | 24.01 | - |
| YUV | 69.7 | 165.42 | 179.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 20 | 136 | 0 | 0.86 | 0.04 | 0.44 | 302.95 | 0.75 | 0.32 |
| Hex | 8E | 14 | 88 | 0 | 56 | 4 | 2C | 12F | 4B | 20 |
| Octal | 216 | 24 | 210 | 0 | 126 | 4 | 54 | 457 | 113 | 40 |
| Binary | 10001110 | 10100 | 10001000 | 0 | 1010110 | 100 | 101100 | 100101111 | 1001011 | 100000 |
Color Harmonies of #8E1488
Complementary color
Monochromatic Colors of #8E1488
Black with #8E1488
Text Example
Text Example
White with #8E1488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E1488; }
p { color: rgb(142,20,136); }
H1.HeaderClassName
{
color: #8E1488;
}
.AnyTagClassName
{
color: #8E1488;
}
</style>
background-color css
<style>
a { background-color: #8E1488; }
a { background-color: rgb(142,20,136); }
div.DivClassName
{
background-color: #8E1488;
}
.BgClassName
{
background-color: #8E1488;
}
</style>
border-color css
<style>
span { border-color: #8E1488; }
span { border-color: rgb(142,20,136); }
td.TdClassName
{
border-color: #8E1488;
}
.TagClassName
{
border-color: #8E1488;
}
</style>