Shades of Eggplant #891266
Tints of Eggplant #891266
RGB
CMYK
RGB Variations
Color information
#891266 (or 0x891266) is known color: Eggplant. HEX triplet: 89, 12 and 66. RGB value is (137,18,102). Sum of RGB (Red+Green+Blue) = 137+18+102=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 18 (7.42% from 255 or 7.00% from 257); Blue value is 102 (40.23% from 255 or 39.69% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #891266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891266 is #76ED99. Grayscale: #3E3E3E. Windows color (decimal): -7794074 or 6689417. OLE color: 6689417.
HSL color Cylindrical-coordinate representation of color #891266: hue angle of 317.65º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #891266 is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 102 | - |
| CMYK | 0 | 0.87 | 0.26 | 0.46 |
| HSL | 317.65º | 0.77% | 0.3% | - |
| HSV(B) | 317.65º | 0.87% | 0.54% | - |
| XYZ | 12.93 | 6.71 | 13.18 | - |
| YUV | 63.16 | 149.92 | 180.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 102 | 0 | 0.87 | 0.26 | 0.46 | 317.65 | 0.77 | 0.3 |
| Hex | 89 | 12 | 66 | 0 | 57 | 1A | 2E | 13E | 4D | 1E |
| Octal | 211 | 22 | 146 | 0 | 127 | 32 | 56 | 476 | 115 | 36 |
| Binary | 10001001 | 10010 | 1100110 | 0 | 1010111 | 11010 | 101110 | 100111110 | 1001101 | 11110 |
Color Harmonies of #891266
Complementary color
Monochromatic Colors of #891266
Black with #891266
Text Example
Text Example
White with #891266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891266; }
p { color: rgb(137,18,102); }
H1.HeaderClassName
{
color: #891266;
}
.AnyTagClassName
{
color: #891266;
}
</style>
background-color css
<style>
a { background-color: #891266; }
a { background-color: rgb(137,18,102); }
div.DivClassName
{
background-color: #891266;
}
.BgClassName
{
background-color: #891266;
}
</style>
border-color css
<style>
span { border-color: #891266; }
span { border-color: rgb(137,18,102); }
td.TdClassName
{
border-color: #891266;
}
.TagClassName
{
border-color: #891266;
}
</style>