Shades of Eggplant #880B55
Tints of Eggplant #880B55
RGB
CMYK
RGB Variations
Color information
#880B55 (or 0x880B55) is known color: Eggplant. HEX triplet: 88, 0B and 55. RGB value is (136,11,85). Sum of RGB (Red+Green+Blue) = 136+11+85=232 (30% of max value = 765). Red value is 136 (53.52% from 255 or 58.62% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 136 - color contains mainly: red. Hex color #880B55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880B55 is #77F4AA. Grayscale: #383838. Windows color (decimal): -7861419 or 5573512. OLE color: 5573512.
HSL color Cylindrical-coordinate representation of color #880B55: hue angle of 324.48º 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 #880B55 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 11 | 85 | - |
| CMYK | 0 | 0.92 | 0.38 | 0.47 |
| HSL | 324.48º | 0.85% | 0.29% | - |
| HSV(B) | 324.48º | 0.92% | 0.53% | - |
| XYZ | 11.91 | 6.13 | 9.15 | - |
| YUV | 56.81 | 143.91 | 184.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 11 | 85 | 0 | 0.92 | 0.38 | 0.47 | 324.48 | 0.85 | 0.29 |
| Hex | 88 | B | 55 | 0 | 5C | 26 | 2F | 144 | 55 | 1D |
| Octal | 210 | 13 | 125 | 0 | 134 | 46 | 57 | 504 | 125 | 35 |
| Binary | 10001000 | 1011 | 1010101 | 0 | 1011100 | 100110 | 101111 | 101000100 | 1010101 | 11101 |
Color Harmonies of #880B55
Complementary color
Monochromatic Colors of #880B55
Black with #880B55
Text Example
Text Example
White with #880B55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880B55; }
p { color: rgb(136,11,85); }
H1.HeaderClassName
{
color: #880B55;
}
.AnyTagClassName
{
color: #880B55;
}
</style>
background-color css
<style>
a { background-color: #880B55; }
a { background-color: rgb(136,11,85); }
div.DivClassName
{
background-color: #880B55;
}
.BgClassName
{
background-color: #880B55;
}
</style>
border-color css
<style>
span { border-color: #880B55; }
span { border-color: rgb(136,11,85); }
td.TdClassName
{
border-color: #880B55;
}
.TagClassName
{
border-color: #880B55;
}
</style>