Shades of Eggplant #881262
Tints of Eggplant #881262
RGB
CMYK
RGB Variations
Color information
#881262 (or 0x881262) is known color: Eggplant. HEX triplet: 88, 12 and 62. RGB value is (136,18,98). Sum of RGB (Red+Green+Blue) = 136+18+98=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 18 (7.42% from 255 or 7.14% from 252); Blue value is 98 (38.67% from 255 or 38.89% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #881262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881262 is #77ED9D. Grayscale: #3E3E3E. Windows color (decimal): -7859614 or 6427272. OLE color: 6427272.
HSL color Cylindrical-coordinate representation of color #881262: hue angle of 319.32º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #881262 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 98 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.47 |
| HSL | 319.32º | 0.77% | 0.3% | - |
| HSV(B) | 319.32º | 0.87% | 0.53% | - |
| XYZ | 12.57 | 6.55 | 12.16 | - |
| YUV | 62.4 | 148.09 | 180.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 98 | 0 | 0.87 | 0.28 | 0.47 | 319.32 | 0.77 | 0.3 |
| Hex | 88 | 12 | 62 | 0 | 57 | 1C | 2F | 13F | 4D | 1E |
| Octal | 210 | 22 | 142 | 0 | 127 | 34 | 57 | 477 | 115 | 36 |
| Binary | 10001000 | 10010 | 1100010 | 0 | 1010111 | 11100 | 101111 | 100111111 | 1001101 | 11110 |
Color Harmonies of #881262
Complementary color
Monochromatic Colors of #881262
Black with #881262
Text Example
Text Example
White with #881262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881262; }
p { color: rgb(136,18,98); }
H1.HeaderClassName
{
color: #881262;
}
.AnyTagClassName
{
color: #881262;
}
</style>
background-color css
<style>
a { background-color: #881262; }
a { background-color: rgb(136,18,98); }
div.DivClassName
{
background-color: #881262;
}
.BgClassName
{
background-color: #881262;
}
</style>
border-color css
<style>
span { border-color: #881262; }
span { border-color: rgb(136,18,98); }
td.TdClassName
{
border-color: #881262;
}
.TagClassName
{
border-color: #881262;
}
</style>