Shades of Eggplant #80005C
Tints of Eggplant #80005C
RGB
CMYK
RGB Variations
Color information
#80005C (or 0x80005C) is known color: Eggplant. HEX triplet: 80, 00 and 5C. RGB value is (128,0,92). Sum of RGB (Red+Green+Blue) = 128+0+92=220 (29% of max value = 765). Red value is 128 (50.39% from 255 or 58.18% from 220); Green value is 0 (0.39% from 255 or 0% from 220); Blue value is 92 (36.33% from 255 or 41.82% from 220); Max value from RGB is 128 - color contains mainly: red. Hex color #80005C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80005C is #7FFFA3. Grayscale: #303030. Windows color (decimal): -8388516 or 6029440. OLE color: 6029440.
HSL color Cylindrical-coordinate representation of color #80005C: hue angle of 316.88º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #80005C is Cyan = 0, Magento = 1, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 92 | - |
| CMYK | 0 | 1 | 0.28 | 0.50 |
| HSL | 316.88º | 1% | 0.25% | - |
| HSV(B) | 316.88º | 1% | 0.5% | - |
| XYZ | 10.83 | 5.36 | 10.59 | - |
| YUV | 48.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 92 | 0 | 1 | 0.28 | 0.50 | 316.88 | 1 | 0.25 |
| Hex | 80 | 0 | 5C | 0 | 64 | 1C | 32 | 13D | 64 | 19 |
| Octal | 200 | 0 | 134 | 0 | 144 | 34 | 62 | 475 | 144 | 31 |
| Binary | 10000000 | 0 | 1011100 | 0 | 1100100 | 11100 | 110010 | 100111101 | 1100100 | 11001 |
Color Harmonies of #80005C
Complementary color
Monochromatic Colors of #80005C
Black with #80005C
Text Example
Text Example
White with #80005C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80005C; }
p { color: rgb(128,0,92); }
H1.HeaderClassName
{
color: #80005C;
}
.AnyTagClassName
{
color: #80005C;
}
</style>
background-color css
<style>
a { background-color: #80005C; }
a { background-color: rgb(128,0,92); }
div.DivClassName
{
background-color: #80005C;
}
.BgClassName
{
background-color: #80005C;
}
</style>
border-color css
<style>
span { border-color: #80005C; }
span { border-color: rgb(128,0,92); }
td.TdClassName
{
border-color: #80005C;
}
.TagClassName
{
border-color: #80005C;
}
</style>