Shades of Eggplant #880755
Tints of Eggplant #880755
RGB
CMYK
RGB Variations
Color information
#880755 (or 0x880755) is known color: Eggplant. HEX triplet: 88, 07 and 55. RGB value is (136,7,85). Sum of RGB (Red+Green+Blue) = 136+7+85=228 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.65% from 228); Green value is 7 (3.12% from 255 or 3.07% from 228); Blue value is 85 (33.59% from 255 or 37.28% from 228); Max value from RGB is 136 - color contains mainly: red. Hex color #880755 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880755 is #77F8AA. Grayscale: #363636. Windows color (decimal): -7862443 or 5572488. OLE color: 5572488.
HSL color Cylindrical-coordinate representation of color #880755: hue angle of 323.72º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #880755 is Cyan = 0, Magento = 0.95, Yellow = 0.38 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 7 | 85 | - |
| CMYK | 0 | 0.95 | 0.38 | 0.47 |
| HSL | 323.72º | 0.9% | 0.28% | - |
| HSV(B) | 323.72º | 0.95% | 0.53% | - |
| XYZ | 11.87 | 6.04 | 9.14 | - |
| YUV | 54.46 | 145.24 | 186.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 7 | 85 | 0 | 0.95 | 0.38 | 0.47 | 323.72 | 0.9 | 0.28 |
| Hex | 88 | 7 | 55 | 0 | 5F | 26 | 2F | 144 | 5A | 1C |
| Octal | 210 | 7 | 125 | 0 | 137 | 46 | 57 | 504 | 132 | 34 |
| Binary | 10001000 | 111 | 1010101 | 0 | 1011111 | 100110 | 101111 | 101000100 | 1011010 | 11100 |
Color Harmonies of #880755
Complementary color
Monochromatic Colors of #880755
Black with #880755
Text Example
Text Example
White with #880755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880755; }
p { color: rgb(136,7,85); }
H1.HeaderClassName
{
color: #880755;
}
.AnyTagClassName
{
color: #880755;
}
</style>
background-color css
<style>
a { background-color: #880755; }
a { background-color: rgb(136,7,85); }
div.DivClassName
{
background-color: #880755;
}
.BgClassName
{
background-color: #880755;
}
</style>
border-color css
<style>
span { border-color: #880755; }
span { border-color: rgb(136,7,85); }
td.TdClassName
{
border-color: #880755;
}
.TagClassName
{
border-color: #880755;
}
</style>