Shades of Eggplant #880B5A
Tints of Eggplant #880B5A
RGB
CMYK
RGB Variations
Color information
#880B5A (or 0x880B5A) is known color: Eggplant. HEX triplet: 88, 0B and 5A. RGB value is (136,11,90). Sum of RGB (Red+Green+Blue) = 136+11+90=237 (31% of max value = 765). Red value is 136 (53.52% from 255 or 57.38% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 90 (35.55% from 255 or 37.97% from 237); Max value from RGB is 136 - color contains mainly: red. Hex color #880B5A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B5A is #77F4A5. Grayscale: #393939. Windows color (decimal): -7861414 or 5901192. OLE color: 5901192.
HSL color Cylindrical-coordinate representation of color #880B5A: hue angle of 322.08º 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 #880B5A is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 90 | - |
| CMYK | 0 | 0.92 | 0.34 | 0.47 |
| HSL | 322.08º | 0.85% | 0.29% | - |
| HSV(B) | 322.08º | 0.92% | 0.53% | - |
| XYZ | 12.12 | 6.21 | 10.23 | - |
| YUV | 57.38 | 146.41 | 184.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 90 | 0 | 0.92 | 0.34 | 0.47 | 322.08 | 0.85 | 0.29 |
| Hex | 88 | B | 5A | 0 | 5C | 22 | 2F | 142 | 55 | 1D |
| Octal | 210 | 13 | 132 | 0 | 134 | 42 | 57 | 502 | 125 | 35 |
| Binary | 10001000 | 1011 | 1011010 | 0 | 1011100 | 100010 | 101111 | 101000010 | 1010101 | 11101 |
Color Harmonies of #880B5A
Complementary color
Monochromatic Colors of #880B5A
Black with #880B5A
Text Example
Text Example
White with #880B5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B5A; }
p { color: rgb(136,11,90); }
H1.HeaderClassName
{
color: #880B5A;
}
.AnyTagClassName
{
color: #880B5A;
}
</style>
background-color css
<style>
a { background-color: #880B5A; }
a { background-color: rgb(136,11,90); }
div.DivClassName
{
background-color: #880B5A;
}
.BgClassName
{
background-color: #880B5A;
}
</style>
border-color css
<style>
span { border-color: #880B5A; }
span { border-color: rgb(136,11,90); }
td.TdClassName
{
border-color: #880B5A;
}
.TagClassName
{
border-color: #880B5A;
}
</style>