Shades of Eggplant #881264
Tints of Eggplant #881264
RGB
CMYK
RGB Variations
Color information
#881264 (or 0x881264) is known color: Eggplant. HEX triplet: 88, 12 and 64. RGB value is (136,18,100). Sum of RGB (Red+Green+Blue) = 136+18+100=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 100 (39.45% from 255 or 39.37% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #881264 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #881264 is #77ED9B. Grayscale: #3E3E3E. Windows color (decimal): -7859612 or 6558344. OLE color: 6558344.
HSL color Cylindrical-coordinate representation of color #881264: hue angle of 318.31º 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 #881264 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 136 | 18 | 100 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.47 |
| HSL | 318.31º | 0.77% | 0.3% | - |
| HSV(B) | 318.31º | 0.87% | 0.53% | - |
| XYZ | 12.67 | 6.59 | 12.66 | - |
| YUV | 62.63 | 149.09 | 180.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 18 | 100 | 0 | 0.87 | 0.26 | 0.47 | 318.31 | 0.77 | 0.3 |
| Hex | 88 | 12 | 64 | 0 | 57 | 1A | 2F | 13E | 4D | 1E |
| Octal | 210 | 22 | 144 | 0 | 127 | 32 | 57 | 476 | 115 | 36 |
| Binary | 10001000 | 10010 | 1100100 | 0 | 1010111 | 11010 | 101111 | 100111110 | 1001101 | 11110 |
Color Harmonies of #881264
Complementary color
Monochromatic Colors of #881264
Black with #881264
Text Example
Text Example
White with #881264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #881264; }
p { color: rgb(136,18,100); }
H1.HeaderClassName
{
color: #881264;
}
.AnyTagClassName
{
color: #881264;
}
</style>
background-color css
<style>
a { background-color: #881264; }
a { background-color: rgb(136,18,100); }
div.DivClassName
{
background-color: #881264;
}
.BgClassName
{
background-color: #881264;
}
</style>
border-color css
<style>
span { border-color: #881264; }
span { border-color: rgb(136,18,100); }
td.TdClassName
{
border-color: #881264;
}
.TagClassName
{
border-color: #881264;
}
</style>