Shades of Eggplant #80005D
Tints of Eggplant #80005D
RGB
CMYK
RGB Variations
Color information
#80005D (or 0x80005D) is known color: Eggplant. HEX triplet: 80, 00 and 5D. RGB value is (128,0,93). Sum of RGB (Red+Green+Blue) = 128+0+93=221 (29% of max value = 765). Red value is 128 (50.39% from 255 or 57.92% from 221); Green value is 0 (0.39% from 255 or 0% from 221); Blue value is 93 (36.72% from 255 or 42.08% from 221); Max value from RGB is 128 - color contains mainly: red. Hex color #80005D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80005D is #7FFFA2. Grayscale: #303030. Windows color (decimal): -8388515 or 6094976. OLE color: 6094976.
HSL color Cylindrical-coordinate representation of color #80005D: hue angle of 316.41º 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 #80005D is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 0 | 93 | - |
| CMYK | 0 | 1 | 0.27 | 0.50 |
| HSL | 316.41º | 1% | 0.25% | - |
| HSV(B) | 316.41º | 1% | 0.5% | - |
| XYZ | 10.88 | 5.38 | 10.82 | - |
| YUV | 48.87 | 152.91 | 184.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 0 | 93 | 0 | 1 | 0.27 | 0.50 | 316.41 | 1 | 0.25 |
| Hex | 80 | 0 | 5D | 0 | 64 | 1B | 32 | 13C | 64 | 19 |
| Octal | 200 | 0 | 135 | 0 | 144 | 33 | 62 | 474 | 144 | 31 |
| Binary | 10000000 | 0 | 1011101 | 0 | 1100100 | 11011 | 110010 | 100111100 | 1100100 | 11001 |
Color Harmonies of #80005D
Complementary color
Monochromatic Colors of #80005D
Black with #80005D
Text Example
Text Example
White with #80005D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80005D; }
p { color: rgb(128,0,93); }
H1.HeaderClassName
{
color: #80005D;
}
.AnyTagClassName
{
color: #80005D;
}
</style>
background-color css
<style>
a { background-color: #80005D; }
a { background-color: rgb(128,0,93); }
div.DivClassName
{
background-color: #80005D;
}
.BgClassName
{
background-color: #80005D;
}
</style>
border-color css
<style>
span { border-color: #80005D; }
span { border-color: rgb(128,0,93); }
td.TdClassName
{
border-color: #80005D;
}
.TagClassName
{
border-color: #80005D;
}
</style>