Shades of Dark Magenta #8E047E
Tints of Dark Magenta #8E047E
RGB
CMYK
RGB Variations
Color information
#8E047E (or 0x8E047E) is known color: Dark Magenta. HEX triplet: 8E, 04 and 7E. RGB value is (142,4,126). Sum of RGB (Red+Green+Blue) = 142+4+126=272 (36% of max value = 765). Red value is 142 (55.86% from 255 or 52.21% from 272); Green value is 4 (1.95% from 255 or 1.47% from 272); Blue value is 126 (49.61% from 255 or 46.32% from 272); Max value from RGB is 142 - color contains mainly: red. Hex color #8E047E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8E047E is #71FB81. Grayscale: #3A3A3A. Windows color (decimal): -7469954 or 8258702. OLE color: 8258702.
HSL color Cylindrical-coordinate representation of color #8E047E: hue angle of 306.96º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8E047E is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 4 | 126 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.44 |
| HSL | 306.96º | 0.95% | 0.29% | - |
| HSV(B) | 306.96º | 0.97% | 0.56% | - |
| XYZ | 14.96 | 7.34 | 20.37 | - |
| YUV | 59.17 | 165.72 | 187.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 126 | 0 | 0.97 | 0.11 | 0.44 | 306.96 | 0.95 | 0.29 |
| Hex | 8E | 4 | 7E | 0 | 61 | B | 2C | 133 | 5F | 1D |
| Octal | 216 | 4 | 176 | 0 | 141 | 13 | 54 | 463 | 137 | 35 |
| Binary | 10001110 | 100 | 1111110 | 0 | 1100001 | 1011 | 101100 | 100110011 | 1011111 | 11101 |
Color Harmonies of #8E047E
Complementary color
Monochromatic Colors of #8E047E
Black with #8E047E
Text Example
Text Example
White with #8E047E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E047E; }
p { color: rgb(142,4,126); }
H1.HeaderClassName
{
color: #8E047E;
}
.AnyTagClassName
{
color: #8E047E;
}
</style>
background-color css
<style>
a { background-color: #8E047E; }
a { background-color: rgb(142,4,126); }
div.DivClassName
{
background-color: #8E047E;
}
.BgClassName
{
background-color: #8E047E;
}
</style>
border-color css
<style>
span { border-color: #8E047E; }
span { border-color: rgb(142,4,126); }
td.TdClassName
{
border-color: #8E047E;
}
.TagClassName
{
border-color: #8E047E;
}
</style>