Shades of Eggplant #80085E
Tints of Eggplant #80085E
RGB
CMYK
RGB Variations
Color information
#80085E (or 0x80085E) is known color: Eggplant. HEX triplet: 80, 08 and 5E. RGB value is (128,8,94). Sum of RGB (Red+Green+Blue) = 128+8+94=230 (30% of max value = 765). Red value is 128 (50.39% from 255 or 55.65% from 230); Green value is 8 (3.52% from 255 or 3.48% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 128 - color contains mainly: red. Hex color #80085E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80085E is #7FF7A1. Grayscale: #353535. Windows color (decimal): -8386466 or 6162560. OLE color: 6162560.
HSL color Cylindrical-coordinate representation of color #80085E: hue angle of 317º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #80085E is Cyan = 0, Magento = 0.94, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 94 | - |
| CMYK | 0 | 0.94 | 0.27 | 0.50 |
| HSL | 317º | 0.88% | 0.27% | - |
| HSV(B) | 317º | 0.94% | 0.5% | - |
| XYZ | 11.01 | 5.57 | 11.08 | - |
| YUV | 53.68 | 150.76 | 181.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 94 | 0 | 0.94 | 0.27 | 0.50 | 317 | 0.88 | 0.27 |
| Hex | 80 | 8 | 5E | 0 | 5E | 1B | 32 | 13D | 58 | 1B |
| Octal | 200 | 10 | 136 | 0 | 136 | 33 | 62 | 475 | 130 | 33 |
| Binary | 10000000 | 1000 | 1011110 | 0 | 1011110 | 11011 | 110010 | 100111101 | 1011000 | 11011 |
Color Harmonies of #80085E
Complementary color
Monochromatic Colors of #80085E
Black with #80085E
Text Example
Text Example
White with #80085E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80085E; }
p { color: rgb(128,8,94); }
H1.HeaderClassName
{
color: #80085E;
}
.AnyTagClassName
{
color: #80085E;
}
</style>
background-color css
<style>
a { background-color: #80085E; }
a { background-color: rgb(128,8,94); }
div.DivClassName
{
background-color: #80085E;
}
.BgClassName
{
background-color: #80085E;
}
</style>
border-color css
<style>
span { border-color: #80085E; }
span { border-color: rgb(128,8,94); }
td.TdClassName
{
border-color: #80085E;
}
.TagClassName
{
border-color: #80085E;
}
</style>