Shades of Eggplant #88096C
Tints of Eggplant #88096C
RGB
CMYK
RGB Variations
Color information
#88096C (or 0x88096C) is known color: Eggplant. HEX triplet: 88, 09 and 6C. RGB value is (136,9,108). Sum of RGB (Red+Green+Blue) = 136+9+108=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 108 (42.58% from 255 or 42.69% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #88096C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88096C is #77F693. Grayscale: #393939. Windows color (decimal): -7861908 or 7080328. OLE color: 7080328.
HSL color Cylindrical-coordinate representation of color #88096C: hue angle of 313.23º 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 #88096C is Cyan = 0, Magento = 0.93, Yellow = 0.21 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 9 | 108 | - |
| CMYK | 0 | 0.93 | 0.21 | 0.47 |
| HSL | 313.23º | 0.88% | 0.28% | - |
| HSV(B) | 313.23º | 0.93% | 0.53% | - |
| XYZ | 12.96 | 6.51 | 14.76 | - |
| YUV | 58.26 | 156.08 | 183.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 9 | 108 | 0 | 0.93 | 0.21 | 0.47 | 313.23 | 0.88 | 0.28 |
| Hex | 88 | 9 | 6C | 0 | 5D | 15 | 2F | 139 | 58 | 1C |
| Octal | 210 | 11 | 154 | 0 | 135 | 25 | 57 | 471 | 130 | 34 |
| Binary | 10001000 | 1001 | 1101100 | 0 | 1011101 | 10101 | 101111 | 100111001 | 1011000 | 11100 |
Color Harmonies of #88096C
Complementary color
Monochromatic Colors of #88096C
Black with #88096C
Text Example
Text Example
White with #88096C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88096C; }
p { color: rgb(136,9,108); }
H1.HeaderClassName
{
color: #88096C;
}
.AnyTagClassName
{
color: #88096C;
}
</style>
background-color css
<style>
a { background-color: #88096C; }
a { background-color: rgb(136,9,108); }
div.DivClassName
{
background-color: #88096C;
}
.BgClassName
{
background-color: #88096C;
}
</style>
border-color css
<style>
span { border-color: #88096C; }
span { border-color: rgb(136,9,108); }
td.TdClassName
{
border-color: #88096C;
}
.TagClassName
{
border-color: #88096C;
}
</style>