Shades of Eggplant #80085C
Tints of Eggplant #80085C
RGB
CMYK
RGB Variations
Color information
#80085C (or 0x80085C) is known color: Eggplant. HEX triplet: 80, 08 and 5C. RGB value is (128,8,92). Sum of RGB (Red+Green+Blue) = 128+8+92=228 (30% of max value = 765). Red value is 128 (50.39% from 255 or 56.14% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 92 (36.33% from 255 or 40.35% from 228); Max value from RGB is 128 - color contains mainly: red. Hex color #80085C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80085C is #7FF7A3. Grayscale: #353535. Windows color (decimal): -8386468 or 6031488. OLE color: 6031488.
HSL color Cylindrical-coordinate representation of color #80085C: hue angle of 318º 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 #80085C is Cyan = 0, Magento = 0.94, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 8 | 92 | - |
| CMYK | 0 | 0.94 | 0.28 | 0.50 |
| HSL | 318º | 0.88% | 0.27% | - |
| HSV(B) | 318º | 0.94% | 0.5% | - |
| XYZ | 10.92 | 5.54 | 10.62 | - |
| YUV | 53.46 | 149.76 | 181.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 8 | 92 | 0 | 0.94 | 0.28 | 0.50 | 318 | 0.88 | 0.27 |
| Hex | 80 | 8 | 5C | 0 | 5E | 1C | 32 | 13E | 58 | 1B |
| Octal | 200 | 10 | 134 | 0 | 136 | 34 | 62 | 476 | 130 | 33 |
| Binary | 10000000 | 1000 | 1011100 | 0 | 1011110 | 11100 | 110010 | 100111110 | 1011000 | 11011 |
Color Harmonies of #80085C
Complementary color
Monochromatic Colors of #80085C
Black with #80085C
Text Example
Text Example
White with #80085C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80085C; }
p { color: rgb(128,8,92); }
H1.HeaderClassName
{
color: #80085C;
}
.AnyTagClassName
{
color: #80085C;
}
</style>
background-color css
<style>
a { background-color: #80085C; }
a { background-color: rgb(128,8,92); }
div.DivClassName
{
background-color: #80085C;
}
.BgClassName
{
background-color: #80085C;
}
</style>
border-color css
<style>
span { border-color: #80085C; }
span { border-color: rgb(128,8,92); }
td.TdClassName
{
border-color: #80085C;
}
.TagClassName
{
border-color: #80085C;
}
</style>