Shades of Eggplant #800F5E
Tints of Eggplant #800F5E
RGB
CMYK
RGB Variations
Color information
#800F5E (or 0x800F5E) is known color: Eggplant. HEX triplet: 80, 0F and 5E. RGB value is (128,15,94). Sum of RGB (Red+Green+Blue) = 128+15+94=237 (31% of max value = 765). Red value is 128 (50.39% from 255 or 54.01% from 237); Green value is 15 (6.25% from 255 or 6.33% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 128 - color contains mainly: red. Hex color #800F5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #800F5E is #7FF0A1. Grayscale: #393939. Windows color (decimal): -8384674 or 6164352. OLE color: 6164352.
HSL color Cylindrical-coordinate representation of color #800F5E: hue angle of 318.05º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #800F5E is Cyan = 0, Magento = 0.88, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 15 | 94 | - |
| CMYK | 0 | 0.88 | 0.27 | 0.50 |
| HSL | 318.05º | 0.79% | 0.28% | - |
| HSV(B) | 318.05º | 0.88% | 0.5% | - |
| XYZ | 11.09 | 5.74 | 11.11 | - |
| YUV | 57.79 | 148.44 | 178.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 15 | 94 | 0 | 0.88 | 0.27 | 0.50 | 318.05 | 0.79 | 0.28 |
| Hex | 80 | F | 5E | 0 | 58 | 1B | 32 | 13E | 4F | 1C |
| Octal | 200 | 17 | 136 | 0 | 130 | 33 | 62 | 476 | 117 | 34 |
| Binary | 10000000 | 1111 | 1011110 | 0 | 1011000 | 11011 | 110010 | 100111110 | 1001111 | 11100 |
Color Harmonies of #800F5E
Complementary color
Monochromatic Colors of #800F5E
Black with #800F5E
Text Example
Text Example
White with #800F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #800F5E; }
p { color: rgb(128,15,94); }
H1.HeaderClassName
{
color: #800F5E;
}
.AnyTagClassName
{
color: #800F5E;
}
</style>
background-color css
<style>
a { background-color: #800F5E; }
a { background-color: rgb(128,15,94); }
div.DivClassName
{
background-color: #800F5E;
}
.BgClassName
{
background-color: #800F5E;
}
</style>
border-color css
<style>
span { border-color: #800F5E; }
span { border-color: rgb(128,15,94); }
td.TdClassName
{
border-color: #800F5E;
}
.TagClassName
{
border-color: #800F5E;
}
</style>