Shades of Dark Magenta #800E8C
Tints of Dark Magenta #800E8C
RGB
CMYK
RGB Variations
Color information
#800E8C (or 0x800E8C) is known color: Dark Magenta. HEX triplet: 80, 0E and 8C. RGB value is (128,14,140). Sum of RGB (Red+Green+Blue) = 128+14+140=282 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.39% from 282); Green value is 14 (5.86% from 255 or 4.96% from 282); Blue value is 140 (55.08% from 255 or 49.65% from 282); Max value from RGB is 140 - color contains mainly: blue. Hex color #800E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800E8C is #7FF173. Grayscale: #3E3E3E. Windows color (decimal): -8384884 or 9178752. OLE color: 9178752.
HSL color Cylindrical-coordinate representation of color #800E8C: hue angle of 294.29º degrees, saturation: 0.82, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800E8C is Cyan = 0.09, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 14 | 140 | - |
| CMYK | 0.09 | 0.90 | 0 | 0.45 |
| HSL | 294.29º | 0.82% | 0.3% | - |
| HSV(B) | 294.29º | 0.9% | 0.55% | - |
| XYZ | 13.79 | 6.8 | 25.4 | - |
| YUV | 62.45 | 171.77 | 174.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 140 | 0.09 | 0.90 | 0 | 0.45 | 294.29 | 0.82 | 0.3 |
| Hex | 80 | E | 8C | 9 | 5A | 0 | 2D | 126 | 52 | 1E |
| Octal | 200 | 16 | 214 | 11 | 132 | 0 | 55 | 446 | 122 | 36 |
| Binary | 10000000 | 1110 | 10001100 | 1001 | 1011010 | 0 | 101101 | 100100110 | 1010010 | 11110 |
Color Harmonies of #800E8C
Complementary color
Monochromatic Colors of #800E8C
Black with #800E8C
Text Example
Text Example
White with #800E8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E8C; }
p { color: rgb(128,14,140); }
H1.HeaderClassName
{
color: #800E8C;
}
.AnyTagClassName
{
color: #800E8C;
}
</style>
background-color css
<style>
a { background-color: #800E8C; }
a { background-color: rgb(128,14,140); }
div.DivClassName
{
background-color: #800E8C;
}
.BgClassName
{
background-color: #800E8C;
}
</style>
border-color css
<style>
span { border-color: #800E8C; }
span { border-color: rgb(128,14,140); }
td.TdClassName
{
border-color: #800E8C;
}
.TagClassName
{
border-color: #800E8C;
}
</style>