Shades of Eggplant #800E5A
Tints of Eggplant #800E5A
RGB
CMYK
RGB Variations
Color information
#800E5A (or 0x800E5A) is known color: Eggplant. HEX triplet: 80, 0E and 5A. RGB value is (128,14,90). Sum of RGB (Red+Green+Blue) = 128+14+90=232 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.17% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 90 (35.55% from 255 or 38.79% from 232); Max value from RGB is 128 - color contains mainly: red. Hex color #800E5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800E5A is #7FF1A5. Grayscale: #383838. Windows color (decimal): -8384934 or 5901952. OLE color: 5901952.
HSL color Cylindrical-coordinate representation of color #800E5A: hue angle of 320º 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 #800E5A is Cyan = 0, Magento = 0.89, Yellow = 0.30 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 14 | 90 | - |
| CMYK | 0 | 0.89 | 0.30 | 0.50 |
| HSL | 320º | 0.8% | 0.28% | - |
| HSV(B) | 320º | 0.89% | 0.5% | - |
| XYZ | 10.9 | 5.64 | 10.19 | - |
| YUV | 56.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 14 | 90 | 0 | 0.89 | 0.30 | 0.50 | 320 | 0.8 | 0.28 |
| Hex | 80 | E | 5A | 0 | 59 | 1E | 32 | 140 | 50 | 1C |
| Octal | 200 | 16 | 132 | 0 | 131 | 36 | 62 | 500 | 120 | 34 |
| Binary | 10000000 | 1110 | 1011010 | 0 | 1011001 | 11110 | 110010 | 101000000 | 1010000 | 11100 |
Color Harmonies of #800E5A
Complementary color
Monochromatic Colors of #800E5A
Black with #800E5A
Text Example
Text Example
White with #800E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800E5A; }
p { color: rgb(128,14,90); }
H1.HeaderClassName
{
color: #800E5A;
}
.AnyTagClassName
{
color: #800E5A;
}
</style>
background-color css
<style>
a { background-color: #800E5A; }
a { background-color: rgb(128,14,90); }
div.DivClassName
{
background-color: #800E5A;
}
.BgClassName
{
background-color: #800E5A;
}
</style>
border-color css
<style>
span { border-color: #800E5A; }
span { border-color: rgb(128,14,90); }
td.TdClassName
{
border-color: #800E5A;
}
.TagClassName
{
border-color: #800E5A;
}
</style>