Shades of Eggplant #801160
Tints of Eggplant #801160
RGB
CMYK
RGB Variations
Color information
#801160 (or 0x801160) is known color: Eggplant. HEX triplet: 80, 11 and 60. RGB value is (128,17,96). Sum of RGB (Red+Green+Blue) = 128+17+96=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 17 (7.03% from 255 or 7.05% from 241); Blue value is 96 (37.89% from 255 or 39.83% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #801160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #801160 is #7FEE9F. Grayscale: #3A3A3A. Windows color (decimal): -8384160 or 6295936. OLE color: 6295936.
HSL color Cylindrical-coordinate representation of color #801160: hue angle of 317.3º degrees, saturation: 0.77, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #801160 is Cyan = 0, Magento = 0.87, Yellow = 0.25 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 17 | 96 | - |
| CMYK | 0 | 0.87 | 0.25 | 0.50 |
| HSL | 317.3º | 0.77% | 0.28% | - |
| HSV(B) | 317.3º | 0.87% | 0.5% | - |
| XYZ | 11.21 | 5.83 | 11.6 | - |
| YUV | 59.2 | 148.77 | 177.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 17 | 96 | 0 | 0.87 | 0.25 | 0.50 | 317.3 | 0.77 | 0.28 |
| Hex | 80 | 11 | 60 | 0 | 57 | 19 | 32 | 13D | 4D | 1C |
| Octal | 200 | 21 | 140 | 0 | 127 | 31 | 62 | 475 | 115 | 34 |
| Binary | 10000000 | 10001 | 1100000 | 0 | 1010111 | 11001 | 110010 | 100111101 | 1001101 | 11100 |
Color Harmonies of #801160
Complementary color
Monochromatic Colors of #801160
Black with #801160
Text Example
Text Example
White with #801160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #801160; }
p { color: rgb(128,17,96); }
H1.HeaderClassName
{
color: #801160;
}
.AnyTagClassName
{
color: #801160;
}
</style>
background-color css
<style>
a { background-color: #801160; }
a { background-color: rgb(128,17,96); }
div.DivClassName
{
background-color: #801160;
}
.BgClassName
{
background-color: #801160;
}
</style>
border-color css
<style>
span { border-color: #801160; }
span { border-color: rgb(128,17,96); }
td.TdClassName
{
border-color: #801160;
}
.TagClassName
{
border-color: #801160;
}
</style>