Shades of Eggplant #88086A
Tints of Eggplant #88086A
RGB
CMYK
RGB Variations
Color information
#88086A (or 0x88086A) is known color: Eggplant. HEX triplet: 88, 08 and 6A. RGB value is (136,8,106). Sum of RGB (Red+Green+Blue) = 136+8+106=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 106 (41.80% from 255 or 42.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88086A is #77F795. Grayscale: #393939. Windows color (decimal): -7862166 or 6949000. OLE color: 6949000.
HSL color Cylindrical-coordinate representation of color #88086A: hue angle of 314.06º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #88086A is Cyan = 0, Magento = 0.94, Yellow = 0.22 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 106 | - |
| CMYK | 0 | 0.94 | 0.22 | 0.47 |
| HSL | 314.06º | 0.89% | 0.28% | - |
| HSV(B) | 314.06º | 0.94% | 0.53% | - |
| XYZ | 12.84 | 6.45 | 14.2 | - |
| YUV | 57.44 | 155.41 | 184.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 106 | 0 | 0.94 | 0.22 | 0.47 | 314.06 | 0.89 | 0.28 |
| Hex | 88 | 8 | 6A | 0 | 5E | 16 | 2F | 13A | 59 | 1C |
| Octal | 210 | 10 | 152 | 0 | 136 | 26 | 57 | 472 | 131 | 34 |
| Binary | 10001000 | 1000 | 1101010 | 0 | 1011110 | 10110 | 101111 | 100111010 | 1011001 | 11100 |
Color Harmonies of #88086A
Complementary color
Monochromatic Colors of #88086A
Black with #88086A
Text Example
Text Example
White with #88086A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88086A; }
p { color: rgb(136,8,106); }
H1.HeaderClassName
{
color: #88086A;
}
.AnyTagClassName
{
color: #88086A;
}
</style>
background-color css
<style>
a { background-color: #88086A; }
a { background-color: rgb(136,8,106); }
div.DivClassName
{
background-color: #88086A;
}
.BgClassName
{
background-color: #88086A;
}
</style>
border-color css
<style>
span { border-color: #88086A; }
span { border-color: rgb(136,8,106); }
td.TdClassName
{
border-color: #88086A;
}
.TagClassName
{
border-color: #88086A;
}
</style>