Shades of Eggplant #890E68
Tints of Eggplant #890E68
RGB
CMYK
RGB Variations
Color information
#890E68 (or 0x890E68) is known color: Eggplant. HEX triplet: 89, 0E and 68. RGB value is (137,14,104). Sum of RGB (Red+Green+Blue) = 137+14+104=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 14 (5.86% from 255 or 5.49% from 255); Blue value is 104 (41.02% from 255 or 40.78% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #890E68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890E68 is #76F197. Grayscale: #3C3C3C. Windows color (decimal): -7795096 or 6819465. OLE color: 6819465.
HSL color Cylindrical-coordinate representation of color #890E68: hue angle of 316.1º 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 #890E68 is Cyan = 0, Magento = 0.90, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 104 | - |
| CMYK | 0 | 0.90 | 0.24 | 0.46 |
| HSL | 316.1º | 0.81% | 0.3% | - |
| HSV(B) | 316.1º | 0.9% | 0.54% | - |
| XYZ | 12.97 | 6.63 | 13.69 | - |
| YUV | 61.04 | 152.25 | 182.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 104 | 0 | 0.90 | 0.24 | 0.46 | 316.1 | 0.81 | 0.3 |
| Hex | 89 | E | 68 | 0 | 5A | 18 | 2E | 13C | 51 | 1E |
| Octal | 211 | 16 | 150 | 0 | 132 | 30 | 56 | 474 | 121 | 36 |
| Binary | 10001001 | 1110 | 1101000 | 0 | 1011010 | 11000 | 101110 | 100111100 | 1010001 | 11110 |
Color Harmonies of #890E68
Complementary color
Monochromatic Colors of #890E68
Black with #890E68
Text Example
Text Example
White with #890E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E68; }
p { color: rgb(137,14,104); }
H1.HeaderClassName
{
color: #890E68;
}
.AnyTagClassName
{
color: #890E68;
}
</style>
background-color css
<style>
a { background-color: #890E68; }
a { background-color: rgb(137,14,104); }
div.DivClassName
{
background-color: #890E68;
}
.BgClassName
{
background-color: #890E68;
}
</style>
border-color css
<style>
span { border-color: #890E68; }
span { border-color: rgb(137,14,104); }
td.TdClassName
{
border-color: #890E68;
}
.TagClassName
{
border-color: #890E68;
}
</style>