Shades of Eggplant #881661
Tints of Eggplant #881661
RGB
CMYK
RGB Variations
Color information
#881661 (or 0x881661) is known color: Eggplant. HEX triplet: 88, 16 and 61. RGB value is (136,22,97). Sum of RGB (Red+Green+Blue) = 136+22+97=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 22 (8.98% from 255 or 8.63% from 255); Blue value is 97 (38.28% from 255 or 38.04% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #881661 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881661 is #77E99E. Grayscale: #404040. Windows color (decimal): -7858591 or 6362760. OLE color: 6362760.
HSL color Cylindrical-coordinate representation of color #881661: hue angle of 320.53º 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 #881661 is Cyan = 0, Magento = 0.84, Yellow = 0.29 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 22 | 97 | - |
| CMYK | 0 | 0.84 | 0.29 | 0.47 |
| HSL | 320.53º | 0.72% | 0.31% | - |
| HSV(B) | 320.53º | 0.84% | 0.53% | - |
| XYZ | 12.6 | 6.67 | 11.93 | - |
| YUV | 64.64 | 146.27 | 178.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 22 | 97 | 0 | 0.84 | 0.29 | 0.47 | 320.53 | 0.72 | 0.31 |
| Hex | 88 | 16 | 61 | 0 | 54 | 1D | 2F | 141 | 48 | 1F |
| Octal | 210 | 26 | 141 | 0 | 124 | 35 | 57 | 501 | 110 | 37 |
| Binary | 10001000 | 10110 | 1100001 | 0 | 1010100 | 11101 | 101111 | 101000001 | 1001000 | 11111 |
Color Harmonies of #881661
Complementary color
Monochromatic Colors of #881661
Black with #881661
Text Example
Text Example
White with #881661
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881661; }
p { color: rgb(136,22,97); }
H1.HeaderClassName
{
color: #881661;
}
.AnyTagClassName
{
color: #881661;
}
</style>
background-color css
<style>
a { background-color: #881661; }
a { background-color: rgb(136,22,97); }
div.DivClassName
{
background-color: #881661;
}
.BgClassName
{
background-color: #881661;
}
</style>
border-color css
<style>
span { border-color: #881661; }
span { border-color: rgb(136,22,97); }
td.TdClassName
{
border-color: #881661;
}
.TagClassName
{
border-color: #881661;
}
</style>