Shades of Eggplant #890E69
Tints of Eggplant #890E69
RGB
CMYK
RGB Variations
Color information
#890E69 (or 0x890E69) is known color: Eggplant. HEX triplet: 89, 0E and 69. RGB value is (137,14,105). Sum of RGB (Red+Green+Blue) = 137+14+105=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 14 (5.86% from 255 or 5.47% from 256); Blue value is 105 (41.41% from 255 or 41.02% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #890E69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890E69 is #76F196. Grayscale: #3C3C3C. Windows color (decimal): -7795095 or 6885001. OLE color: 6885001.
HSL color Cylindrical-coordinate representation of color #890E69: hue angle of 315.61º degrees, saturation: 0.81, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #890E69 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 105 | - |
| CMYK | 0 | 0.90 | 0.23 | 0.46 |
| HSL | 315.61º | 0.81% | 0.3% | - |
| HSV(B) | 315.61º | 0.9% | 0.54% | - |
| XYZ | 13.02 | 6.65 | 13.96 | - |
| YUV | 61.15 | 152.75 | 182.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 105 | 0 | 0.90 | 0.23 | 0.46 | 315.61 | 0.81 | 0.3 |
| Hex | 89 | E | 69 | 0 | 5A | 17 | 2E | 13C | 51 | 1E |
| Octal | 211 | 16 | 151 | 0 | 132 | 27 | 56 | 474 | 121 | 36 |
| Binary | 10001001 | 1110 | 1101001 | 0 | 1011010 | 10111 | 101110 | 100111100 | 1010001 | 11110 |
Color Harmonies of #890E69
Complementary color
Monochromatic Colors of #890E69
Black with #890E69
Text Example
Text Example
White with #890E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E69; }
p { color: rgb(137,14,105); }
H1.HeaderClassName
{
color: #890E69;
}
.AnyTagClassName
{
color: #890E69;
}
</style>
background-color css
<style>
a { background-color: #890E69; }
a { background-color: rgb(137,14,105); }
div.DivClassName
{
background-color: #890E69;
}
.BgClassName
{
background-color: #890E69;
}
</style>
border-color css
<style>
span { border-color: #890E69; }
span { border-color: rgb(137,14,105); }
td.TdClassName
{
border-color: #890E69;
}
.TagClassName
{
border-color: #890E69;
}
</style>