Shades of Dark Magenta #800EAC
Tints of Dark Magenta #800EAC
RGB
CMYK
RGB Variations
Color information
#800EAC (or 0x800EAC) is known color: Dark Magenta. HEX triplet: 80, 0E and AC. RGB value is (128,14,172). Sum of RGB (Red+Green+Blue) = 128+14+172=314 (41% of max value = 765). Red value is 128 (50.39% from 255 or 40.76% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 172 (67.58% from 255 or 54.78% from 314); Max value from RGB is 172 - color contains mainly: blue. Hex color #800EAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800EAC is #7FF153. Grayscale: #414141. Windows color (decimal): -8384852 or 11275904. OLE color: 11275904.
HSL color Cylindrical-coordinate representation of color #800EAC: hue angle of 283.29º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #800EAC is Cyan = 0.26, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 128 | 14 | 172 | - |
| CMYK | 0.26 | 0.92 | 0 | 0.33 |
| HSL | 283.29º | 0.85% | 0.36% | - |
| HSV(B) | 283.29º | 0.92% | 0.67% | - |
| XYZ | 16.51 | 7.88 | 39.68 | - |
| YUV | 66.1 | 187.77 | 172.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 172 | 0.26 | 0.92 | 0 | 0.33 | 283.29 | 0.85 | 0.36 |
| Hex | 80 | E | AC | 1A | 5C | 0 | 21 | 11B | 55 | 24 |
| Octal | 200 | 16 | 254 | 32 | 134 | 0 | 41 | 433 | 125 | 44 |
| Binary | 10000000 | 1110 | 10101100 | 11010 | 1011100 | 0 | 100001 | 100011011 | 1010101 | 100100 |
Color Harmonies of #800EAC
Complementary color
Monochromatic Colors of #800EAC
Black with #800EAC
Text Example
Text Example
White with #800EAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800EAC; }
p { color: rgb(128,14,172); }
H1.HeaderClassName
{
color: #800EAC;
}
.AnyTagClassName
{
color: #800EAC;
}
</style>
background-color css
<style>
a { background-color: #800EAC; }
a { background-color: rgb(128,14,172); }
div.DivClassName
{
background-color: #800EAC;
}
.BgClassName
{
background-color: #800EAC;
}
</style>
border-color css
<style>
span { border-color: #800EAC; }
span { border-color: rgb(128,14,172); }
td.TdClassName
{
border-color: #800EAC;
}
.TagClassName
{
border-color: #800EAC;
}
</style>