Shades of Eggplant #80055F
Tints of Eggplant #80055F
RGB
CMYK
RGB Variations
Color information
#80055F (or 0x80055F) is known color: Eggplant. HEX triplet: 80, 05 and 5F. RGB value is (128,5,95). Sum of RGB (Red+Green+Blue) = 128+5+95=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 5 (2.34% from 255 or 2.19% from 228); Blue value is 95 (37.5% from 255 or 41.67% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80055F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80055F is #7FFAA0. Grayscale: #333333. Windows color (decimal): -8387233 or 6227328. OLE color: 6227328.
HSL color Cylindrical-coordinate representation of color #80055F: hue angle of 316.1º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #80055F is Cyan = 0, Magento = 0.96, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 5 | 95 | - |
| CMYK | 0 | 0.96 | 0.26 | 0.50 |
| HSL | 316.1º | 0.92% | 0.26% | - |
| HSV(B) | 316.1º | 0.96% | 0.5% | - |
| XYZ | 11.02 | 5.52 | 11.31 | - |
| YUV | 52.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 5 | 95 | 0 | 0.96 | 0.26 | 0.50 | 316.1 | 0.92 | 0.26 |
| Hex | 80 | 5 | 5F | 0 | 60 | 1A | 32 | 13C | 5C | 1A |
| Octal | 200 | 5 | 137 | 0 | 140 | 32 | 62 | 474 | 134 | 32 |
| Binary | 10000000 | 101 | 1011111 | 0 | 1100000 | 11010 | 110010 | 100111100 | 1011100 | 11010 |
Color Harmonies of #80055F
Complementary color
Monochromatic Colors of #80055F
Black with #80055F
Text Example
Text Example
White with #80055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80055F; }
p { color: rgb(128,5,95); }
H1.HeaderClassName
{
color: #80055F;
}
.AnyTagClassName
{
color: #80055F;
}
</style>
background-color css
<style>
a { background-color: #80055F; }
a { background-color: rgb(128,5,95); }
div.DivClassName
{
background-color: #80055F;
}
.BgClassName
{
background-color: #80055F;
}
</style>
border-color css
<style>
span { border-color: #80055F; }
span { border-color: rgb(128,5,95); }
td.TdClassName
{
border-color: #80055F;
}
.TagClassName
{
border-color: #80055F;
}
</style>