Shades of Dark Magenta #8E058A
Tints of Dark Magenta #8E058A
RGB
CMYK
RGB Variations
Color information
#8E058A (or 0x8E058A) is known color: Dark Magenta. HEX triplet: 8E, 05 and 8A. RGB value is (142,5,138). Sum of RGB (Red+Green+Blue) = 142+5+138=285 (37% of max value = 765). Red value is 142 (55.86% from 255 or 49.82% from 285); Green value is 5 (2.34% from 255 or 1.75% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 142 - color contains mainly: red. Hex color #8E058A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E058A is #71FA75. Grayscale: #3C3C3C. Windows color (decimal): -7469686 or 9045390. OLE color: 9045390.
HSL color Cylindrical-coordinate representation of color #8E058A: hue angle of 301.75º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8E058A is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 5 | 138 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.44 |
| HSL | 301.75º | 0.93% | 0.29% | - |
| HSV(B) | 301.75º | 0.96% | 0.56% | - |
| XYZ | 15.8 | 7.69 | 24.7 | - |
| YUV | 61.13 | 171.39 | 185.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 5 | 138 | 0 | 0.96 | 0.03 | 0.44 | 301.75 | 0.93 | 0.29 |
| Hex | 8E | 5 | 8A | 0 | 60 | 3 | 2C | 12E | 5D | 1D |
| Octal | 216 | 5 | 212 | 0 | 140 | 3 | 54 | 456 | 135 | 35 |
| Binary | 10001110 | 101 | 10001010 | 0 | 1100000 | 11 | 101100 | 100101110 | 1011101 | 11101 |
Color Harmonies of #8E058A
Complementary color
Monochromatic Colors of #8E058A
Black with #8E058A
Text Example
Text Example
White with #8E058A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E058A; }
p { color: rgb(142,5,138); }
H1.HeaderClassName
{
color: #8E058A;
}
.AnyTagClassName
{
color: #8E058A;
}
</style>
background-color css
<style>
a { background-color: #8E058A; }
a { background-color: rgb(142,5,138); }
div.DivClassName
{
background-color: #8E058A;
}
.BgClassName
{
background-color: #8E058A;
}
</style>
border-color css
<style>
span { border-color: #8E058A; }
span { border-color: rgb(142,5,138); }
td.TdClassName
{
border-color: #8E058A;
}
.TagClassName
{
border-color: #8E058A;
}
</style>