Shades of Eggplant #88055C
Tints of Eggplant #88055C
RGB
CMYK
RGB Variations
Color information
#88055C (or 0x88055C) is known color: Eggplant. HEX triplet: 88, 05 and 5C. RGB value is (136,5,92). Sum of RGB (Red+Green+Blue) = 136+5+92=233 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.37% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 92 (36.33% from 255 or 39.48% from 233); Max value from RGB is 136 - color contains mainly: red. Hex color #88055C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88055C is #77FAA3. Grayscale: #353535. Windows color (decimal): -7862948 or 6030728. OLE color: 6030728.
HSL color Cylindrical-coordinate representation of color #88055C: hue angle of 320.15º 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 #88055C is Cyan = 0, Magento = 0.96, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 5 | 92 | - |
| CMYK | 0 | 0.96 | 0.32 | 0.47 |
| HSL | 320.15º | 0.93% | 0.28% | - |
| HSV(B) | 320.15º | 0.96% | 0.53% | - |
| XYZ | 12.14 | 6.12 | 10.67 | - |
| YUV | 54.09 | 149.4 | 186.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 5 | 92 | 0 | 0.96 | 0.32 | 0.47 | 320.15 | 0.93 | 0.28 |
| Hex | 88 | 5 | 5C | 0 | 60 | 20 | 2F | 140 | 5D | 1C |
| Octal | 210 | 5 | 134 | 0 | 140 | 40 | 57 | 500 | 135 | 34 |
| Binary | 10001000 | 101 | 1011100 | 0 | 1100000 | 100000 | 101111 | 101000000 | 1011101 | 11100 |
Color Harmonies of #88055C
Complementary color
Monochromatic Colors of #88055C
Black with #88055C
Text Example
Text Example
White with #88055C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88055C; }
p { color: rgb(136,5,92); }
H1.HeaderClassName
{
color: #88055C;
}
.AnyTagClassName
{
color: #88055C;
}
</style>
background-color css
<style>
a { background-color: #88055C; }
a { background-color: rgb(136,5,92); }
div.DivClassName
{
background-color: #88055C;
}
.BgClassName
{
background-color: #88055C;
}
</style>
border-color css
<style>
span { border-color: #88055C; }
span { border-color: rgb(136,5,92); }
td.TdClassName
{
border-color: #88055C;
}
.TagClassName
{
border-color: #88055C;
}
</style>