Shades of Eggplant #880352
Tints of Eggplant #880352
RGB
CMYK
RGB Variations
Color information
#880352 (or 0x880352) is known color: Eggplant. HEX triplet: 88, 03 and 52. RGB value is (136,3,82). Sum of RGB (Red+Green+Blue) = 136+3+82=221 (29% of max value = 765). Red value is 136 (53.52% from 255 or 61.54% from 221); Green value is 3 (1.56% from 255 or 1.36% from 221); Blue value is 82 (32.42% from 255 or 37.10% from 221); Max value from RGB is 136 - color contains mainly: red. Hex color #880352 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880352 is #77FCAD. Grayscale: #333333. Windows color (decimal): -7863470 or 5374856. OLE color: 5374856.
HSL color Cylindrical-coordinate representation of color #880352: hue angle of 324.36º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #880352 is Cyan = 0, Magento = 0.98, Yellow = 0.40 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 3 | 82 | - |
| CMYK | 0 | 0.98 | 0.40 | 0.47 |
| HSL | 324.36º | 0.96% | 0.27% | - |
| HSV(B) | 324.36º | 0.98% | 0.53% | - |
| XYZ | 11.71 | 5.91 | 8.51 | - |
| YUV | 51.77 | 145.06 | 188.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 3 | 82 | 0 | 0.98 | 0.40 | 0.47 | 324.36 | 0.96 | 0.27 |
| Hex | 88 | 3 | 52 | 0 | 62 | 28 | 2F | 144 | 60 | 1B |
| Octal | 210 | 3 | 122 | 0 | 142 | 50 | 57 | 504 | 140 | 33 |
| Binary | 10001000 | 11 | 1010010 | 0 | 1100010 | 101000 | 101111 | 101000100 | 1100000 | 11011 |
Color Harmonies of #880352
Complementary color
Monochromatic Colors of #880352
Black with #880352
Text Example
Text Example
White with #880352
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #880352; }
p { color: rgb(136,3,82); }
H1.HeaderClassName
{
color: #880352;
}
.AnyTagClassName
{
color: #880352;
}
</style>
background-color css
<style>
a { background-color: #880352; }
a { background-color: rgb(136,3,82); }
div.DivClassName
{
background-color: #880352;
}
.BgClassName
{
background-color: #880352;
}
</style>
border-color css
<style>
span { border-color: #880352; }
span { border-color: rgb(136,3,82); }
td.TdClassName
{
border-color: #880352;
}
.TagClassName
{
border-color: #880352;
}
</style>