Shades of Eggplant #88076C
Tints of Eggplant #88076C
RGB
CMYK
RGB Variations
Color information
#88076C (or 0x88076C) is known color: Eggplant. HEX triplet: 88, 07 and 6C. RGB value is (136,7,108). Sum of RGB (Red+Green+Blue) = 136+7+108=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 108 (42.58% from 255 or 43.03% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #88076C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88076C is #77F893. Grayscale: #383838. Windows color (decimal): -7862420 or 7079816. OLE color: 7079816.
HSL color Cylindrical-coordinate representation of color #88076C: hue angle of 313.02º 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 #88076C is Cyan = 0, Magento = 0.95, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 108 | - |
| CMYK | 0 | 0.95 | 0.21 | 0.47 |
| HSL | 313.02º | 0.9% | 0.28% | - |
| HSV(B) | 313.02º | 0.95% | 0.53% | - |
| XYZ | 12.94 | 6.47 | 14.75 | - |
| YUV | 57.09 | 156.74 | 184.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 108 | 0 | 0.95 | 0.21 | 0.47 | 313.02 | 0.9 | 0.28 |
| Hex | 88 | 7 | 6C | 0 | 5F | 15 | 2F | 139 | 5A | 1C |
| Octal | 210 | 7 | 154 | 0 | 137 | 25 | 57 | 471 | 132 | 34 |
| Binary | 10001000 | 111 | 1101100 | 0 | 1011111 | 10101 | 101111 | 100111001 | 1011010 | 11100 |
Color Harmonies of #88076C
Complementary color
Monochromatic Colors of #88076C
Black with #88076C
Text Example
Text Example
White with #88076C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88076C; }
p { color: rgb(136,7,108); }
H1.HeaderClassName
{
color: #88076C;
}
.AnyTagClassName
{
color: #88076C;
}
</style>
background-color css
<style>
a { background-color: #88076C; }
a { background-color: rgb(136,7,108); }
div.DivClassName
{
background-color: #88076C;
}
.BgClassName
{
background-color: #88076C;
}
</style>
border-color css
<style>
span { border-color: #88076C; }
span { border-color: rgb(136,7,108); }
td.TdClassName
{
border-color: #88076C;
}
.TagClassName
{
border-color: #88076C;
}
</style>