Shades of Eggplant #880852
Tints of Eggplant #880852
RGB
CMYK
RGB Variations
Color information
#880852 (or 0x880852) is known color: Eggplant. HEX triplet: 88, 08 and 52. RGB value is (136,8,82). Sum of RGB (Red+Green+Blue) = 136+8+82=226 (29% of max value = 765). Red value is 136 (53.52% from 255 or 60.18% from 226); Green value is 8 (3.52% from 255 or 3.54% from 226); Blue value is 82 (32.42% from 255 or 36.28% from 226); Max value from RGB is 136 - color contains mainly: red. Hex color #880852 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880852 is #77F7AD. Grayscale: #363636. Windows color (decimal): -7862190 or 5376136. OLE color: 5376136.
HSL color Cylindrical-coordinate representation of color #880852: hue angle of 325.31º 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 #880852 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 8 | 82 | - |
| CMYK | 0 | 0.94 | 0.40 | 0.47 |
| HSL | 325.31º | 0.89% | 0.28% | - |
| HSV(B) | 325.31º | 0.94% | 0.53% | - |
| XYZ | 11.76 | 6.02 | 8.52 | - |
| YUV | 54.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 8 | 82 | 0 | 0.94 | 0.40 | 0.47 | 325.31 | 0.89 | 0.28 |
| Hex | 88 | 8 | 52 | 0 | 5E | 28 | 2F | 145 | 59 | 1C |
| Octal | 210 | 10 | 122 | 0 | 136 | 50 | 57 | 505 | 131 | 34 |
| Binary | 10001000 | 1000 | 1010010 | 0 | 1011110 | 101000 | 101111 | 101000101 | 1011001 | 11100 |
Color Harmonies of #880852
Complementary color
Monochromatic Colors of #880852
Black with #880852
Text Example
Text Example
White with #880852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880852; }
p { color: rgb(136,8,82); }
H1.HeaderClassName
{
color: #880852;
}
.AnyTagClassName
{
color: #880852;
}
</style>
background-color css
<style>
a { background-color: #880852; }
a { background-color: rgb(136,8,82); }
div.DivClassName
{
background-color: #880852;
}
.BgClassName
{
background-color: #880852;
}
</style>
border-color css
<style>
span { border-color: #880852; }
span { border-color: rgb(136,8,82); }
td.TdClassName
{
border-color: #880852;
}
.TagClassName
{
border-color: #880852;
}
</style>