Shades of Eggplant #891263
Tints of Eggplant #891263
RGB
CMYK
RGB Variations
Color information
#891263 (or 0x891263) is known color: Eggplant. HEX triplet: 89, 12 and 63. RGB value is (137,18,99). Sum of RGB (Red+Green+Blue) = 137+18+99=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 18 (7.42% from 255 or 7.09% from 254); Blue value is 99 (39.06% from 255 or 38.98% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #891263 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #891263 is #76ED9C. Grayscale: #3E3E3E. Windows color (decimal): -7794077 or 6492809. OLE color: 6492809.
HSL color Cylindrical-coordinate representation of color #891263: hue angle of 319.16º 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 #891263 is Cyan = 0, Magento = 0.87, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 18 | 99 | - |
| CMYK | 0 | 0.87 | 0.28 | 0.46 |
| HSL | 319.16º | 0.77% | 0.3% | - |
| HSV(B) | 319.16º | 0.87% | 0.54% | - |
| XYZ | 12.78 | 6.65 | 12.41 | - |
| YUV | 62.82 | 148.42 | 180.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 18 | 99 | 0 | 0.87 | 0.28 | 0.46 | 319.16 | 0.77 | 0.3 |
| Hex | 89 | 12 | 63 | 0 | 57 | 1C | 2E | 13F | 4D | 1E |
| Octal | 211 | 22 | 143 | 0 | 127 | 34 | 56 | 477 | 115 | 36 |
| Binary | 10001001 | 10010 | 1100011 | 0 | 1010111 | 11100 | 101110 | 100111111 | 1001101 | 11110 |
Color Harmonies of #891263
Complementary color
Monochromatic Colors of #891263
Black with #891263
Text Example
Text Example
White with #891263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #891263; }
p { color: rgb(137,18,99); }
H1.HeaderClassName
{
color: #891263;
}
.AnyTagClassName
{
color: #891263;
}
</style>
background-color css
<style>
a { background-color: #891263; }
a { background-color: rgb(137,18,99); }
div.DivClassName
{
background-color: #891263;
}
.BgClassName
{
background-color: #891263;
}
</style>
border-color css
<style>
span { border-color: #891263; }
span { border-color: rgb(137,18,99); }
td.TdClassName
{
border-color: #891263;
}
.TagClassName
{
border-color: #891263;
}
</style>