Shades of Eggplant #890E63
Tints of Eggplant #890E63
RGB
CMYK
RGB Variations
Color information
#890E63 (or 0x890E63) is known color: Eggplant. HEX triplet: 89, 0E and 63. RGB value is (137,14,99). Sum of RGB (Red+Green+Blue) = 137+14+99=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 14 (5.86% from 255 or 5.6% from 250); Blue value is 99 (39.06% from 255 or 39.6% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #890E63 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890E63 is #76F19C. Grayscale: #3C3C3C. Windows color (decimal): -7795101 or 6491785. OLE color: 6491785.
HSL color Cylindrical-coordinate representation of color #890E63: hue angle of 318.54º 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 #890E63 is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 14 | 99 | - |
| CMYK | 0 | 0.90 | 0.28 | 0.46 |
| HSL | 318.54º | 0.81% | 0.3% | - |
| HSV(B) | 318.54º | 0.9% | 0.54% | - |
| XYZ | 12.73 | 6.53 | 12.39 | - |
| YUV | 60.47 | 149.75 | 182.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 14 | 99 | 0 | 0.90 | 0.28 | 0.46 | 318.54 | 0.81 | 0.3 |
| Hex | 89 | E | 63 | 0 | 5A | 1C | 2E | 13F | 51 | 1E |
| Octal | 211 | 16 | 143 | 0 | 132 | 34 | 56 | 477 | 121 | 36 |
| Binary | 10001001 | 1110 | 1100011 | 0 | 1011010 | 11100 | 101110 | 100111111 | 1010001 | 11110 |
Color Harmonies of #890E63
Complementary color
Monochromatic Colors of #890E63
Black with #890E63
Text Example
Text Example
White with #890E63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890E63; }
p { color: rgb(137,14,99); }
H1.HeaderClassName
{
color: #890E63;
}
.AnyTagClassName
{
color: #890E63;
}
</style>
background-color css
<style>
a { background-color: #890E63; }
a { background-color: rgb(137,14,99); }
div.DivClassName
{
background-color: #890E63;
}
.BgClassName
{
background-color: #890E63;
}
</style>
border-color css
<style>
span { border-color: #890E63; }
span { border-color: rgb(137,14,99); }
td.TdClassName
{
border-color: #890E63;
}
.TagClassName
{
border-color: #890E63;
}
</style>