Shades of Eggplant #880853
Tints of Eggplant #880853
RGB
CMYK
RGB Variations
Color information
#880853 (or 0x880853) is known color: Eggplant. HEX triplet: 88, 08 and 53. RGB value is (136,8,83). Sum of RGB (Red+Green+Blue) = 136+8+83=227 (30% of max value = 765). Red value is 136 (53.52% from 255 or 59.91% from 227); Green value is 8 (3.52% from 255 or 3.52% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 136 - color contains mainly: red. Hex color #880853 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880853 is #77F7AC. Grayscale: #363636. Windows color (decimal): -7862189 or 5441672. OLE color: 5441672.
HSL color Cylindrical-coordinate representation of color #880853: hue angle of 324.84º 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 #880853 is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 83 | - |
| CMYK | 0 | 0.94 | 0.39 | 0.47 |
| HSL | 324.84º | 0.89% | 0.28% | - |
| HSV(B) | 324.84º | 0.94% | 0.53% | - |
| XYZ | 11.8 | 6.03 | 8.73 | - |
| YUV | 54.82 | 143.91 | 185.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 83 | 0 | 0.94 | 0.39 | 0.47 | 324.84 | 0.89 | 0.28 |
| Hex | 88 | 8 | 53 | 0 | 5E | 27 | 2F | 145 | 59 | 1C |
| Octal | 210 | 10 | 123 | 0 | 136 | 47 | 57 | 505 | 131 | 34 |
| Binary | 10001000 | 1000 | 1010011 | 0 | 1011110 | 100111 | 101111 | 101000101 | 1011001 | 11100 |
Color Harmonies of #880853
Complementary color
Monochromatic Colors of #880853
Black with #880853
Text Example
Text Example
White with #880853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880853; }
p { color: rgb(136,8,83); }
H1.HeaderClassName
{
color: #880853;
}
.AnyTagClassName
{
color: #880853;
}
</style>
background-color css
<style>
a { background-color: #880853; }
a { background-color: rgb(136,8,83); }
div.DivClassName
{
background-color: #880853;
}
.BgClassName
{
background-color: #880853;
}
</style>
border-color css
<style>
span { border-color: #880853; }
span { border-color: rgb(136,8,83); }
td.TdClassName
{
border-color: #880853;
}
.TagClassName
{
border-color: #880853;
}
</style>