Shades of Eggplant #890965
Tints of Eggplant #890965
RGB
CMYK
RGB Variations
Color information
#890965 (or 0x890965) is known color: Eggplant. HEX triplet: 89, 09 and 65. RGB value is (137,9,101). Sum of RGB (Red+Green+Blue) = 137+9+101=247 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.47% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 101 (39.84% from 255 or 40.89% from 247); Max value from RGB is 137 - color contains mainly: red. Hex color #890965 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890965 is #76F69A. Grayscale: #393939. Windows color (decimal): -7796379 or 6621577. OLE color: 6621577.
HSL color Cylindrical-coordinate representation of color #890965: hue angle of 316.88º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890965 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 101 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.46 |
| HSL | 316.88º | 0.88% | 0.29% | - |
| HSV(B) | 316.88º | 0.93% | 0.54% | - |
| XYZ | 12.76 | 6.45 | 12.88 | - |
| YUV | 57.76 | 152.41 | 184.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 101 | 0 | 0.93 | 0.26 | 0.46 | 316.88 | 0.88 | 0.29 |
| Hex | 89 | 9 | 65 | 0 | 5D | 1A | 2E | 13D | 58 | 1D |
| Octal | 211 | 11 | 145 | 0 | 135 | 32 | 56 | 475 | 130 | 35 |
| Binary | 10001001 | 1001 | 1100101 | 0 | 1011101 | 11010 | 101110 | 100111101 | 1011000 | 11101 |
Color Harmonies of #890965
Complementary color
Monochromatic Colors of #890965
Black with #890965
Text Example
Text Example
White with #890965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890965; }
p { color: rgb(137,9,101); }
H1.HeaderClassName
{
color: #890965;
}
.AnyTagClassName
{
color: #890965;
}
</style>
background-color css
<style>
a { background-color: #890965; }
a { background-color: rgb(137,9,101); }
div.DivClassName
{
background-color: #890965;
}
.BgClassName
{
background-color: #890965;
}
</style>
border-color css
<style>
span { border-color: #890965; }
span { border-color: rgb(137,9,101); }
td.TdClassName
{
border-color: #890965;
}
.TagClassName
{
border-color: #890965;
}
</style>