Shades of Eggplant #88085B
Tints of Eggplant #88085B
RGB
CMYK
RGB Variations
Color information
#88085B (or 0x88085B) is known color: Eggplant. HEX triplet: 88, 08 and 5B. RGB value is (136,8,91). Sum of RGB (Red+Green+Blue) = 136+8+91=235 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.87% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 91 (35.94% from 255 or 38.72% from 235); Max value from RGB is 136 - color contains mainly: red. Hex color #88085B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88085B is #77F7A4. Grayscale: #373737. Windows color (decimal): -7862181 or 5965960. OLE color: 5965960.
HSL color Cylindrical-coordinate representation of color #88085B: hue angle of 321.09º 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 #88085B is Cyan = 0, Magento = 0.94, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 91 | - |
| CMYK | 0 | 0.94 | 0.33 | 0.47 |
| HSL | 321.09º | 0.89% | 0.28% | - |
| HSV(B) | 321.09º | 0.94% | 0.53% | - |
| XYZ | 12.13 | 6.16 | 10.45 | - |
| YUV | 55.73 | 147.91 | 185.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 91 | 0 | 0.94 | 0.33 | 0.47 | 321.09 | 0.89 | 0.28 |
| Hex | 88 | 8 | 5B | 0 | 5E | 21 | 2F | 141 | 59 | 1C |
| Octal | 210 | 10 | 133 | 0 | 136 | 41 | 57 | 501 | 131 | 34 |
| Binary | 10001000 | 1000 | 1011011 | 0 | 1011110 | 100001 | 101111 | 101000001 | 1011001 | 11100 |
Color Harmonies of #88085B
Complementary color
Monochromatic Colors of #88085B
Black with #88085B
Text Example
Text Example
White with #88085B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88085B; }
p { color: rgb(136,8,91); }
H1.HeaderClassName
{
color: #88085B;
}
.AnyTagClassName
{
color: #88085B;
}
</style>
background-color css
<style>
a { background-color: #88085B; }
a { background-color: rgb(136,8,91); }
div.DivClassName
{
background-color: #88085B;
}
.BgClassName
{
background-color: #88085B;
}
</style>
border-color css
<style>
span { border-color: #88085B; }
span { border-color: rgb(136,8,91); }
td.TdClassName
{
border-color: #88085B;
}
.TagClassName
{
border-color: #88085B;
}
</style>