Shades of Eggplant #880B5E
Tints of Eggplant #880B5E
RGB
CMYK
RGB Variations
Color information
#880B5E (or 0x880B5E) is known color: Eggplant. HEX triplet: 88, 0B and 5E. RGB value is (136,11,94). Sum of RGB (Red+Green+Blue) = 136+11+94=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 11 (4.69% from 255 or 4.56% from 241); Blue value is 94 (37.11% from 255 or 39.00% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880B5E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B5E is #77F4A1. Grayscale: #393939. Windows color (decimal): -7861410 or 6163336. OLE color: 6163336.
HSL color Cylindrical-coordinate representation of color #880B5E: hue angle of 320.16º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #880B5E is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 94 | - |
| CMYK | 0 | 0.92 | 0.31 | 0.47 |
| HSL | 320.16º | 0.85% | 0.29% | - |
| HSV(B) | 320.16º | 0.92% | 0.53% | - |
| XYZ | 12.29 | 6.28 | 11.15 | - |
| YUV | 57.84 | 148.41 | 183.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 94 | 0 | 0.92 | 0.31 | 0.47 | 320.16 | 0.85 | 0.29 |
| Hex | 88 | B | 5E | 0 | 5C | 1F | 2F | 140 | 55 | 1D |
| Octal | 210 | 13 | 136 | 0 | 134 | 37 | 57 | 500 | 125 | 35 |
| Binary | 10001000 | 1011 | 1011110 | 0 | 1011100 | 11111 | 101111 | 101000000 | 1010101 | 11101 |
Color Harmonies of #880B5E
Complementary color
Monochromatic Colors of #880B5E
Black with #880B5E
Text Example
Text Example
White with #880B5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B5E; }
p { color: rgb(136,11,94); }
H1.HeaderClassName
{
color: #880B5E;
}
.AnyTagClassName
{
color: #880B5E;
}
</style>
background-color css
<style>
a { background-color: #880B5E; }
a { background-color: rgb(136,11,94); }
div.DivClassName
{
background-color: #880B5E;
}
.BgClassName
{
background-color: #880B5E;
}
</style>
border-color css
<style>
span { border-color: #880B5E; }
span { border-color: rgb(136,11,94); }
td.TdClassName
{
border-color: #880B5E;
}
.TagClassName
{
border-color: #880B5E;
}
</style>