Shades of Dark Magenta #8E0480
Tints of Dark Magenta #8E0480
RGB
CMYK
RGB Variations
Color information
#8E0480 (or 0x8E0480) is known color: Dark Magenta. HEX triplet: 8E, 04 and 80. RGB value is (142,4,128). Sum of RGB (Red+Green+Blue) = 142+4+128=274 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.82% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 142 - color contains mainly: red. Hex color #8E0480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8E0480 is #71FB7F. Grayscale: #3B3B3B. Windows color (decimal): -7469952 or 8389774. OLE color: 8389774.
HSL color Cylindrical-coordinate representation of color #8E0480: hue angle of 306.09º 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 #8E0480 is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 4 | 128 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.44 |
| HSL | 306.09º | 0.95% | 0.29% | - |
| HSV(B) | 306.09º | 0.97% | 0.56% | - |
| XYZ | 15.1 | 7.4 | 21.05 | - |
| YUV | 59.4 | 166.72 | 186.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 4 | 128 | 0 | 0.97 | 0.10 | 0.44 | 306.09 | 0.95 | 0.29 |
| Hex | 8E | 4 | 80 | 0 | 61 | A | 2C | 132 | 5F | 1D |
| Octal | 216 | 4 | 200 | 0 | 141 | 12 | 54 | 462 | 137 | 35 |
| Binary | 10001110 | 100 | 10000000 | 0 | 1100001 | 1010 | 101100 | 100110010 | 1011111 | 11101 |
Color Harmonies of #8E0480
Complementary color
Monochromatic Colors of #8E0480
Black with #8E0480
Text Example
Text Example
White with #8E0480
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E0480; }
p { color: rgb(142,4,128); }
H1.HeaderClassName
{
color: #8E0480;
}
.AnyTagClassName
{
color: #8E0480;
}
</style>
background-color css
<style>
a { background-color: #8E0480; }
a { background-color: rgb(142,4,128); }
div.DivClassName
{
background-color: #8E0480;
}
.BgClassName
{
background-color: #8E0480;
}
</style>
border-color css
<style>
span { border-color: #8E0480; }
span { border-color: rgb(142,4,128); }
td.TdClassName
{
border-color: #8E0480;
}
.TagClassName
{
border-color: #8E0480;
}
</style>