Shades of Eggplant #800E5E
Tints of Eggplant #800E5E
RGB
CMYK
RGB Variations
Color information
#800E5E (or 0x800E5E) is known color: Eggplant. HEX triplet: 80, 0E and 5E. RGB value is (128,14,94). Sum of RGB (Red+Green+Blue) = 128+14+94=236 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.24% from 236); Green value is 14 (5.86% from 255 or 5.93% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 128 - color contains mainly: red. Hex color #800E5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800E5E is #7FF1A1. Grayscale: #393939. Windows color (decimal): -8384930 or 6164096. OLE color: 6164096.
HSL color Cylindrical-coordinate representation of color #800E5E: hue angle of 317.89º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #800E5E is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 94 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.50 |
| HSL | 317.89º | 0.8% | 0.28% | - |
| HSV(B) | 317.89º | 0.89% | 0.5% | - |
| XYZ | 11.08 | 5.71 | 11.11 | - |
| YUV | 57.21 | 148.77 | 178.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 94 | 0 | 0.89 | 0.27 | 0.50 | 317.89 | 0.8 | 0.28 |
| Hex | 80 | E | 5E | 0 | 59 | 1B | 32 | 13E | 50 | 1C |
| Octal | 200 | 16 | 136 | 0 | 131 | 33 | 62 | 476 | 120 | 34 |
| Binary | 10000000 | 1110 | 1011110 | 0 | 1011001 | 11011 | 110010 | 100111110 | 1010000 | 11100 |
Color Harmonies of #800E5E
Complementary color
Monochromatic Colors of #800E5E
Black with #800E5E
Text Example
Text Example
White with #800E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E5E; }
p { color: rgb(128,14,94); }
H1.HeaderClassName
{
color: #800E5E;
}
.AnyTagClassName
{
color: #800E5E;
}
</style>
background-color css
<style>
a { background-color: #800E5E; }
a { background-color: rgb(128,14,94); }
div.DivClassName
{
background-color: #800E5E;
}
.BgClassName
{
background-color: #800E5E;
}
</style>
border-color css
<style>
span { border-color: #800E5E; }
span { border-color: rgb(128,14,94); }
td.TdClassName
{
border-color: #800E5E;
}
.TagClassName
{
border-color: #800E5E;
}
</style>