Shades of Eggplant #88054C
Tints of Eggplant #88054C
RGB
CMYK
RGB Variations
Color information
#88054C (or 0x88054C) is known color: Eggplant. HEX triplet: 88, 05 and 4C. RGB value is (136,5,76). Sum of RGB (Red+Green+Blue) = 136+5+76=217 (28% of max value = 765). Red value is 136 (53.52% from 255 or 62.67% from 217); Green value is 5 (2.34% from 255 or 2.30% from 217); Blue value is 76 (30.08% from 255 or 35.02% from 217); Max value from RGB is 136 - color contains mainly: red. Hex color #88054C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88054C is #77FAB3. Grayscale: #343434. Windows color (decimal): -7862964 or 4982152. OLE color: 4982152.
HSL color Cylindrical-coordinate representation of color #88054C: hue angle of 327.48º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #88054C is Cyan = 0, Magento = 0.96, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 76 | - |
| CMYK | 0 | 0.96 | 0.44 | 0.47 |
| HSL | 327.48º | 0.93% | 0.28% | - |
| HSV(B) | 327.48º | 0.96% | 0.53% | - |
| XYZ | 11.51 | 5.86 | 7.36 | - |
| YUV | 52.26 | 141.4 | 187.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 76 | 0 | 0.96 | 0.44 | 0.47 | 327.48 | 0.93 | 0.28 |
| Hex | 88 | 5 | 4C | 0 | 60 | 2C | 2F | 147 | 5D | 1C |
| Octal | 210 | 5 | 114 | 0 | 140 | 54 | 57 | 507 | 135 | 34 |
| Binary | 10001000 | 101 | 1001100 | 0 | 1100000 | 101100 | 101111 | 101000111 | 1011101 | 11100 |
Color Harmonies of #88054C
Complementary color
Monochromatic Colors of #88054C
Black with #88054C
Text Example
Text Example
White with #88054C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88054C; }
p { color: rgb(136,5,76); }
H1.HeaderClassName
{
color: #88054C;
}
.AnyTagClassName
{
color: #88054C;
}
</style>
background-color css
<style>
a { background-color: #88054C; }
a { background-color: rgb(136,5,76); }
div.DivClassName
{
background-color: #88054C;
}
.BgClassName
{
background-color: #88054C;
}
</style>
border-color css
<style>
span { border-color: #88054C; }
span { border-color: rgb(136,5,76); }
td.TdClassName
{
border-color: #88054C;
}
.TagClassName
{
border-color: #88054C;
}
</style>