Shades of Eggplant #88015B
Tints of Eggplant #88015B
RGB
CMYK
RGB Variations
Color information
#88015B (or 0x88015B) is known color: Eggplant. HEX triplet: 88, 01 and 5B. RGB value is (136,1,91). Sum of RGB (Red+Green+Blue) = 136+1+91=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 1 (0.78% from 255 or 0.44% from 228); Blue value is 91 (35.94% from 255 or 39.91% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #88015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #88015B is #77FEA4. Grayscale: #333333. Windows color (decimal): -7863973 or 5964168. OLE color: 5964168.
HSL color Cylindrical-coordinate representation of color #88015B: hue angle of 320º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #88015B is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.33 | 0.47 |
| HSL | 320º | 0.99% | 0.27% | - |
| HSV(B) | 320º | 0.99% | 0.53% | - |
| XYZ | 12.05 | 6.01 | 10.42 | - |
| YUV | 51.63 | 150.23 | 188.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 1 | 91 | 0 | 0.99 | 0.33 | 0.47 | 320 | 0.99 | 0.27 |
| Hex | 88 | 1 | 5B | 0 | 63 | 21 | 2F | 140 | 63 | 1B |
| Octal | 210 | 1 | 133 | 0 | 143 | 41 | 57 | 500 | 143 | 33 |
| Binary | 10001000 | 1 | 1011011 | 0 | 1100011 | 100001 | 101111 | 101000000 | 1100011 | 11011 |
Color Harmonies of #88015B
Complementary color
Monochromatic Colors of #88015B
Black with #88015B
Text Example
Text Example
White with #88015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #88015B; }
p { color: rgb(136,1,91); }
H1.HeaderClassName
{
color: #88015B;
}
.AnyTagClassName
{
color: #88015B;
}
</style>
background-color css
<style>
a { background-color: #88015B; }
a { background-color: rgb(136,1,91); }
div.DivClassName
{
background-color: #88015B;
}
.BgClassName
{
background-color: #88015B;
}
</style>
border-color css
<style>
span { border-color: #88015B; }
span { border-color: rgb(136,1,91); }
td.TdClassName
{
border-color: #88015B;
}
.TagClassName
{
border-color: #88015B;
}
</style>