Shades of Eggplant #88075E
Tints of Eggplant #88075E
RGB
CMYK
RGB Variations
Color information
#88075E (or 0x88075E) is known color: Eggplant. HEX triplet: 88, 07 and 5E. RGB value is (136,7,94). Sum of RGB (Red+Green+Blue) = 136+7+94=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 7 (3.12% from 255 or 2.95% from 237); Blue value is 94 (37.11% from 255 or 39.66% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #88075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88075E is #77F8A1. Grayscale: #373737. Windows color (decimal): -7862434 or 6162312. OLE color: 6162312.
HSL color Cylindrical-coordinate representation of color #88075E: hue angle of 319.53º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #88075E is Cyan = 0, Magento = 0.95, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 94 | - |
| CMYK | 0 | 0.95 | 0.31 | 0.47 |
| HSL | 319.53º | 0.9% | 0.28% | - |
| HSV(B) | 319.53º | 0.95% | 0.53% | - |
| XYZ | 12.25 | 6.19 | 11.14 | - |
| YUV | 55.49 | 149.74 | 185.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 94 | 0 | 0.95 | 0.31 | 0.47 | 319.53 | 0.9 | 0.28 |
| Hex | 88 | 7 | 5E | 0 | 5F | 1F | 2F | 140 | 5A | 1C |
| Octal | 210 | 7 | 136 | 0 | 137 | 37 | 57 | 500 | 132 | 34 |
| Binary | 10001000 | 111 | 1011110 | 0 | 1011111 | 11111 | 101111 | 101000000 | 1011010 | 11100 |
Color Harmonies of #88075E
Complementary color
Monochromatic Colors of #88075E
Black with #88075E
Text Example
Text Example
White with #88075E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88075E; }
p { color: rgb(136,7,94); }
H1.HeaderClassName
{
color: #88075E;
}
.AnyTagClassName
{
color: #88075E;
}
</style>
background-color css
<style>
a { background-color: #88075E; }
a { background-color: rgb(136,7,94); }
div.DivClassName
{
background-color: #88075E;
}
.BgClassName
{
background-color: #88075E;
}
</style>
border-color css
<style>
span { border-color: #88075E; }
span { border-color: rgb(136,7,94); }
td.TdClassName
{
border-color: #88075E;
}
.TagClassName
{
border-color: #88075E;
}
</style>