Shades of Eggplant #80155C
Tints of Eggplant #80155C
RGB
CMYK
RGB Variations
Color information
#80155C (or 0x80155C) is known color: Eggplant. HEX triplet: 80, 15 and 5C. RGB value is (128,21,92). Sum of RGB (Red+Green+Blue) = 128+21+92=241 (31% of max value = 765). Red value is 128 (50.39% from 255 or 53.11% from 241); Green value is 21 (8.59% from 255 or 8.71% from 241); Blue value is 92 (36.33% from 255 or 38.17% from 241); Max value from RGB is 128 - color contains mainly: red. Hex color #80155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #80155C is #7FEAA3. Grayscale: #3C3C3C. Windows color (decimal): -8383140 or 6034816. OLE color: 6034816.
HSL color Cylindrical-coordinate representation of color #80155C: hue angle of 320.19º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #80155C is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 128 | 21 | 92 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.50 |
| HSL | 320.19º | 0.72% | 0.29% | - |
| HSV(B) | 320.19º | 0.84% | 0.5% | - |
| XYZ | 11.1 | 5.9 | 10.68 | - |
| YUV | 61.09 | 145.45 | 175.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 21 | 92 | 0 | 0.84 | 0.28 | 0.50 | 320.19 | 0.72 | 0.29 |
| Hex | 80 | 15 | 5C | 0 | 54 | 1C | 32 | 140 | 48 | 1D |
| Octal | 200 | 25 | 134 | 0 | 124 | 34 | 62 | 500 | 110 | 35 |
| Binary | 10000000 | 10101 | 1011100 | 0 | 1010100 | 11100 | 110010 | 101000000 | 1001000 | 11101 |
Color Harmonies of #80155C
Complementary color
Monochromatic Colors of #80155C
Black with #80155C
Text Example
Text Example
White with #80155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #80155C; }
p { color: rgb(128,21,92); }
H1.HeaderClassName
{
color: #80155C;
}
.AnyTagClassName
{
color: #80155C;
}
</style>
background-color css
<style>
a { background-color: #80155C; }
a { background-color: rgb(128,21,92); }
div.DivClassName
{
background-color: #80155C;
}
.BgClassName
{
background-color: #80155C;
}
</style>
border-color css
<style>
span { border-color: #80155C; }
span { border-color: rgb(128,21,92); }
td.TdClassName
{
border-color: #80155C;
}
.TagClassName
{
border-color: #80155C;
}
</style>