Shades of Eggplant #881563
Tints of Eggplant #881563
RGB
CMYK
RGB Variations
Color information
#881563 (or 0x881563) is known color: Eggplant. HEX triplet: 88, 15 and 63. RGB value is (136,21,99). Sum of RGB (Red+Green+Blue) = 136+21+99=256 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.12% from 256); Green value is 21 (8.59% from 255 or 8.20% from 256); Blue value is 99 (39.06% from 255 or 38.67% from 256); Max value from RGB is 136 - color contains mainly: red. Hex color #881563 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881563 is #77EA9C. Grayscale: #404040. Windows color (decimal): -7858845 or 6493576. OLE color: 6493576.
HSL color Cylindrical-coordinate representation of color #881563: hue angle of 319.3º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #881563 is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 21 | 99 | - |
| CMYK | 0 | 0.85 | 0.27 | 0.47 |
| HSL | 319.3º | 0.73% | 0.31% | - |
| HSV(B) | 319.3º | 0.85% | 0.53% | - |
| XYZ | 12.67 | 6.67 | 12.42 | - |
| YUV | 64.28 | 147.6 | 179.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 21 | 99 | 0 | 0.85 | 0.27 | 0.47 | 319.3 | 0.73 | 0.31 |
| Hex | 88 | 15 | 63 | 0 | 55 | 1B | 2F | 13F | 49 | 1F |
| Octal | 210 | 25 | 143 | 0 | 125 | 33 | 57 | 477 | 111 | 37 |
| Binary | 10001000 | 10101 | 1100011 | 0 | 1010101 | 11011 | 101111 | 100111111 | 1001001 | 11111 |
Color Harmonies of #881563
Complementary color
Monochromatic Colors of #881563
Black with #881563
Text Example
Text Example
White with #881563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881563; }
p { color: rgb(136,21,99); }
H1.HeaderClassName
{
color: #881563;
}
.AnyTagClassName
{
color: #881563;
}
</style>
background-color css
<style>
a { background-color: #881563; }
a { background-color: rgb(136,21,99); }
div.DivClassName
{
background-color: #881563;
}
.BgClassName
{
background-color: #881563;
}
</style>
border-color css
<style>
span { border-color: #881563; }
span { border-color: rgb(136,21,99); }
td.TdClassName
{
border-color: #881563;
}
.TagClassName
{
border-color: #881563;
}
</style>