Shades of Eggplant #88076D
Tints of Eggplant #88076D
RGB
CMYK
RGB Variations
Color information
#88076D (or 0x88076D) is known color: Eggplant. HEX triplet: 88, 07 and 6D. RGB value is (136,7,109). Sum of RGB (Red+Green+Blue) = 136+7+109=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 7 (3.12% from 255 or 2.78% from 252); Blue value is 109 (42.97% from 255 or 43.25% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #88076D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88076D is #77F892. Grayscale: #383838. Windows color (decimal): -7862419 or 7145352. OLE color: 7145352.
HSL color Cylindrical-coordinate representation of color #88076D: hue angle of 312.56º 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 #88076D is Cyan = 0, Magento = 0.95, Yellow = 0.20 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 109 | - |
| CMYK | 0 | 0.95 | 0.20 | 0.47 |
| HSL | 312.56º | 0.9% | 0.28% | - |
| HSV(B) | 312.56º | 0.95% | 0.53% | - |
| XYZ | 12.99 | 6.49 | 15.04 | - |
| YUV | 57.2 | 157.24 | 184.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 109 | 0 | 0.95 | 0.20 | 0.47 | 312.56 | 0.9 | 0.28 |
| Hex | 88 | 7 | 6D | 0 | 5F | 14 | 2F | 139 | 5A | 1C |
| Octal | 210 | 7 | 155 | 0 | 137 | 24 | 57 | 471 | 132 | 34 |
| Binary | 10001000 | 111 | 1101101 | 0 | 1011111 | 10100 | 101111 | 100111001 | 1011010 | 11100 |
Color Harmonies of #88076D
Complementary color
Monochromatic Colors of #88076D
Black with #88076D
Text Example
Text Example
White with #88076D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88076D; }
p { color: rgb(136,7,109); }
H1.HeaderClassName
{
color: #88076D;
}
.AnyTagClassName
{
color: #88076D;
}
</style>
background-color css
<style>
a { background-color: #88076D; }
a { background-color: rgb(136,7,109); }
div.DivClassName
{
background-color: #88076D;
}
.BgClassName
{
background-color: #88076D;
}
</style>
border-color css
<style>
span { border-color: #88076D; }
span { border-color: rgb(136,7,109); }
td.TdClassName
{
border-color: #88076D;
}
.TagClassName
{
border-color: #88076D;
}
</style>