Shades of Dark Magenta #8E028A
Tints of Dark Magenta #8E028A
RGB
CMYK
RGB Variations
Color information
#8E028A (or 0x8E028A) is known color: Dark Magenta. HEX triplet: 8E, 02 and 8A. RGB value is (142,2,138). Sum of RGB (Red+Green+Blue) = 142+2+138=282 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.35% from 282); Green value is 2 (1.17% from 255 or 0.71% from 282); Blue value is 138 (54.30% from 255 or 48.94% from 282); Max value from RGB is 142 - color contains mainly: red. Hex color #8E028A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E028A is #71FD75. Grayscale: #3A3A3A. Windows color (decimal): -7470454 or 9044622. OLE color: 9044622.
HSL color Cylindrical-coordinate representation of color #8E028A: hue angle of 301.71º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8E028A is Cyan = 0, Magento = 0.99, Yellow = 0.03 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 2 | 138 | - |
| CMYK | 0 | 0.99 | 0.03 | 0.44 |
| HSL | 301.71º | 0.97% | 0.28% | - |
| HSV(B) | 301.71º | 0.99% | 0.56% | - |
| XYZ | 15.76 | 7.63 | 24.69 | - |
| YUV | 59.36 | 172.38 | 186.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 2 | 138 | 0 | 0.99 | 0.03 | 0.44 | 301.71 | 0.97 | 0.28 |
| Hex | 8E | 2 | 8A | 0 | 63 | 3 | 2C | 12E | 61 | 1C |
| Octal | 216 | 2 | 212 | 0 | 143 | 3 | 54 | 456 | 141 | 34 |
| Binary | 10001110 | 10 | 10001010 | 0 | 1100011 | 11 | 101100 | 100101110 | 1100001 | 11100 |
Color Harmonies of #8E028A
Complementary color
Monochromatic Colors of #8E028A
Black with #8E028A
Text Example
Text Example
White with #8E028A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E028A; }
p { color: rgb(142,2,138); }
H1.HeaderClassName
{
color: #8E028A;
}
.AnyTagClassName
{
color: #8E028A;
}
</style>
background-color css
<style>
a { background-color: #8E028A; }
a { background-color: rgb(142,2,138); }
div.DivClassName
{
background-color: #8E028A;
}
.BgClassName
{
background-color: #8E028A;
}
</style>
border-color css
<style>
span { border-color: #8E028A; }
span { border-color: rgb(142,2,138); }
td.TdClassName
{
border-color: #8E028A;
}
.TagClassName
{
border-color: #8E028A;
}
</style>