Shades of Eggplant #881662
Tints of Eggplant #881662
RGB
CMYK
RGB Variations
Color information
#881662 (or 0x881662) is known color: Eggplant. HEX triplet: 88, 16 and 62. RGB value is (136,22,98). Sum of RGB (Red+Green+Blue) = 136+22+98=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 22 (8.98% from 255 or 8.59% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #881662 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881662 is #77E99D. Grayscale: #404040. Windows color (decimal): -7858590 or 6428296. OLE color: 6428296.
HSL color Cylindrical-coordinate representation of color #881662: hue angle of 320º degrees, saturation: 0.72, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #881662 is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 98 | - |
| CMYK | 0 | 0.84 | 0.28 | 0.47 |
| HSL | 320º | 0.72% | 0.31% | - |
| HSV(B) | 320º | 0.84% | 0.53% | - |
| XYZ | 12.64 | 6.69 | 12.18 | - |
| YUV | 64.75 | 146.77 | 178.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 98 | 0 | 0.84 | 0.28 | 0.47 | 320 | 0.72 | 0.31 |
| Hex | 88 | 16 | 62 | 0 | 54 | 1C | 2F | 140 | 48 | 1F |
| Octal | 210 | 26 | 142 | 0 | 124 | 34 | 57 | 500 | 110 | 37 |
| Binary | 10001000 | 10110 | 1100010 | 0 | 1010100 | 11100 | 101111 | 101000000 | 1001000 | 11111 |
Color Harmonies of #881662
Complementary color
Monochromatic Colors of #881662
Black with #881662
Text Example
Text Example
White with #881662
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881662; }
p { color: rgb(136,22,98); }
H1.HeaderClassName
{
color: #881662;
}
.AnyTagClassName
{
color: #881662;
}
</style>
background-color css
<style>
a { background-color: #881662; }
a { background-color: rgb(136,22,98); }
div.DivClassName
{
background-color: #881662;
}
.BgClassName
{
background-color: #881662;
}
</style>
border-color css
<style>
span { border-color: #881662; }
span { border-color: rgb(136,22,98); }
td.TdClassName
{
border-color: #881662;
}
.TagClassName
{
border-color: #881662;
}
</style>