Shades of Dark Magenta #800E8E
Tints of Dark Magenta #800E8E
RGB
CMYK
RGB Variations
Color information
#800E8E (or 0x800E8E) is known color: Dark Magenta. HEX triplet: 80, 0E and 8E. RGB value is (128,14,142). Sum of RGB (Red+Green+Blue) = 128+14+142=284 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.07% from 284); Green value is 14 (5.86% from 255 or 4.93% from 284); Blue value is 142 (55.86% from 255 or 50% from 284); Max value from RGB is 142 - color contains mainly: blue. Hex color #800E8E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #800E8E is #7FF171. Grayscale: #3E3E3E. Windows color (decimal): -8384882 or 9309824. OLE color: 9309824.
HSL color Cylindrical-coordinate representation of color #800E8E: hue angle of 293.44º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #800E8E is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 128 | 14 | 142 | - |
| CMYK | 0.10 | 0.90 | 0 | 0.44 |
| HSL | 293.44º | 0.82% | 0.31% | - |
| HSV(B) | 293.44º | 0.9% | 0.56% | - |
| XYZ | 13.94 | 6.86 | 26.18 | - |
| YUV | 62.68 | 172.77 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 142 | 0.10 | 0.90 | 0 | 0.44 | 293.44 | 0.82 | 0.31 |
| Hex | 80 | E | 8E | A | 5A | 0 | 2C | 125 | 52 | 1F |
| Octal | 200 | 16 | 216 | 12 | 132 | 0 | 54 | 445 | 122 | 37 |
| Binary | 10000000 | 1110 | 10001110 | 1010 | 1011010 | 0 | 101100 | 100100101 | 1010010 | 11111 |
Color Harmonies of #800E8E
Complementary color
Monochromatic Colors of #800E8E
Black with #800E8E
Text Example
Text Example
White with #800E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E8E; }
p { color: rgb(128,14,142); }
H1.HeaderClassName
{
color: #800E8E;
}
.AnyTagClassName
{
color: #800E8E;
}
</style>
background-color css
<style>
a { background-color: #800E8E; }
a { background-color: rgb(128,14,142); }
div.DivClassName
{
background-color: #800E8E;
}
.BgClassName
{
background-color: #800E8E;
}
</style>
border-color css
<style>
span { border-color: #800E8E; }
span { border-color: rgb(128,14,142); }
td.TdClassName
{
border-color: #800E8E;
}
.TagClassName
{
border-color: #800E8E;
}
</style>