Shades of Eggplant #880850
Tints of Eggplant #880850
RGB
CMYK
RGB Variations
Color information
#880850 (or 0x880850) is known color: Eggplant. HEX triplet: 88, 08 and 50. RGB value is (136,8,80). Sum of RGB (Red+Green+Blue) = 136+8+80=224 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.71% from 224); Green value is 8 (3.52% from 255 or 3.57% from 224); Blue value is 80 (31.64% from 255 or 35.71% from 224); Max value from RGB is 136 - color contains mainly: red. Hex color #880850 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880850 is #77F7AF. Grayscale: #363636. Windows color (decimal): -7862192 or 5245064. OLE color: 5245064.
HSL color Cylindrical-coordinate representation of color #880850: hue angle of 326.25º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #880850 is Cyan = 0, Magento = 0.94, Yellow = 0.41 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 80 | - |
| CMYK | 0 | 0.94 | 0.41 | 0.47 |
| HSL | 326.25º | 0.89% | 0.28% | - |
| HSV(B) | 326.25º | 0.94% | 0.53% | - |
| XYZ | 11.69 | 5.99 | 8.13 | - |
| YUV | 54.48 | 142.41 | 186.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 80 | 0 | 0.94 | 0.41 | 0.47 | 326.25 | 0.89 | 0.28 |
| Hex | 88 | 8 | 50 | 0 | 5E | 29 | 2F | 146 | 59 | 1C |
| Octal | 210 | 10 | 120 | 0 | 136 | 51 | 57 | 506 | 131 | 34 |
| Binary | 10001000 | 1000 | 1010000 | 0 | 1011110 | 101001 | 101111 | 101000110 | 1011001 | 11100 |
Color Harmonies of #880850
Complementary color
Monochromatic Colors of #880850
Black with #880850
Text Example
Text Example
White with #880850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880850; }
p { color: rgb(136,8,80); }
H1.HeaderClassName
{
color: #880850;
}
.AnyTagClassName
{
color: #880850;
}
</style>
background-color css
<style>
a { background-color: #880850; }
a { background-color: rgb(136,8,80); }
div.DivClassName
{
background-color: #880850;
}
.BgClassName
{
background-color: #880850;
}
</style>
border-color css
<style>
span { border-color: #880850; }
span { border-color: rgb(136,8,80); }
td.TdClassName
{
border-color: #880850;
}
.TagClassName
{
border-color: #880850;
}
</style>