Shades of Eggplant #88036F
Tints of Eggplant #88036F
RGB
CMYK
RGB Variations
Color information
#88036F (or 0x88036F) is known color: Eggplant. HEX triplet: 88, 03 and 6F. RGB value is (136,3,111). Sum of RGB (Red+Green+Blue) = 136+3+111=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 3 (1.56% from 255 or 1.2% from 250); Blue value is 111 (43.75% from 255 or 44.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #88036F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88036F is #77FC90. Grayscale: #363636. Windows color (decimal): -7863441 or 7275400. OLE color: 7275400.
HSL color Cylindrical-coordinate representation of color #88036F: hue angle of 311.28º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #88036F is Cyan = 0, Magento = 0.98, Yellow = 0.18 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 111 | - |
| CMYK | 0 | 0.98 | 0.18 | 0.47 |
| HSL | 311.28º | 0.96% | 0.27% | - |
| HSV(B) | 311.28º | 0.98% | 0.53% | - |
| XYZ | 13.06 | 6.45 | 15.6 | - |
| YUV | 55.08 | 159.56 | 185.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 111 | 0 | 0.98 | 0.18 | 0.47 | 311.28 | 0.96 | 0.27 |
| Hex | 88 | 3 | 6F | 0 | 62 | 12 | 2F | 137 | 60 | 1B |
| Octal | 210 | 3 | 157 | 0 | 142 | 22 | 57 | 467 | 140 | 33 |
| Binary | 10001000 | 11 | 1101111 | 0 | 1100010 | 10010 | 101111 | 100110111 | 1100000 | 11011 |
Color Harmonies of #88036F
Complementary color
Monochromatic Colors of #88036F
Black with #88036F
Text Example
Text Example
White with #88036F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88036F; }
p { color: rgb(136,3,111); }
H1.HeaderClassName
{
color: #88036F;
}
.AnyTagClassName
{
color: #88036F;
}
</style>
background-color css
<style>
a { background-color: #88036F; }
a { background-color: rgb(136,3,111); }
div.DivClassName
{
background-color: #88036F;
}
.BgClassName
{
background-color: #88036F;
}
</style>
border-color css
<style>
span { border-color: #88036F; }
span { border-color: rgb(136,3,111); }
td.TdClassName
{
border-color: #88036F;
}
.TagClassName
{
border-color: #88036F;
}
</style>