Shades of Eggplant #88096F
Tints of Eggplant #88096F
RGB
CMYK
RGB Variations
Color information
#88096F (or 0x88096F) is known color: Eggplant. HEX triplet: 88, 09 and 6F. RGB value is (136,9,111). Sum of RGB (Red+Green+Blue) = 136+9+111=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 111 (43.75% from 255 or 43.36% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #88096F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88096F is #77F690. Grayscale: #3A3A3A. Windows color (decimal): -7861905 or 7276936. OLE color: 7276936.
HSL color Cylindrical-coordinate representation of color #88096F: hue angle of 311.81º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #88096F is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 111 | - |
| CMYK | 0 | 0.93 | 0.18 | 0.47 |
| HSL | 311.81º | 0.88% | 0.28% | - |
| HSV(B) | 311.81º | 0.93% | 0.53% | - |
| XYZ | 13.12 | 6.58 | 15.62 | - |
| YUV | 58.6 | 157.58 | 183.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 111 | 0 | 0.93 | 0.18 | 0.47 | 311.81 | 0.88 | 0.28 |
| Hex | 88 | 9 | 6F | 0 | 5D | 12 | 2F | 138 | 58 | 1C |
| Octal | 210 | 11 | 157 | 0 | 135 | 22 | 57 | 470 | 130 | 34 |
| Binary | 10001000 | 1001 | 1101111 | 0 | 1011101 | 10010 | 101111 | 100111000 | 1011000 | 11100 |
Color Harmonies of #88096F
Complementary color
Monochromatic Colors of #88096F
Black with #88096F
Text Example
Text Example
White with #88096F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88096F; }
p { color: rgb(136,9,111); }
H1.HeaderClassName
{
color: #88096F;
}
.AnyTagClassName
{
color: #88096F;
}
</style>
background-color css
<style>
a { background-color: #88096F; }
a { background-color: rgb(136,9,111); }
div.DivClassName
{
background-color: #88096F;
}
.BgClassName
{
background-color: #88096F;
}
</style>
border-color css
<style>
span { border-color: #88096F; }
span { border-color: rgb(136,9,111); }
td.TdClassName
{
border-color: #88096F;
}
.TagClassName
{
border-color: #88096F;
}
</style>