Shades of Eggplant #890F64
Tints of Eggplant #890F64
RGB
CMYK
RGB Variations
Color information
#890F64 (or 0x890F64) is known color: Eggplant. HEX triplet: 89, 0F and 64. RGB value is (137,15,100). Sum of RGB (Red+Green+Blue) = 137+15+100=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 15 (6.25% from 255 or 5.95% from 252); Blue value is 100 (39.45% from 255 or 39.68% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #890F64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F64 is #76F09B. Grayscale: #3C3C3C. Windows color (decimal): -7794844 or 6557577. OLE color: 6557577.
HSL color Cylindrical-coordinate representation of color #890F64: hue angle of 318.2º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F64 is Cyan = 0, Magento = 0.89, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 100 | - |
| CMYK | 0 | 0.89 | 0.27 | 0.46 |
| HSL | 318.2º | 0.8% | 0.3% | - |
| HSV(B) | 318.2º | 0.89% | 0.54% | - |
| XYZ | 12.79 | 6.58 | 12.65 | - |
| YUV | 61.17 | 149.92 | 182.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 100 | 0 | 0.89 | 0.27 | 0.46 | 318.2 | 0.8 | 0.3 |
| Hex | 89 | F | 64 | 0 | 59 | 1B | 2E | 13E | 50 | 1E |
| Octal | 211 | 17 | 144 | 0 | 131 | 33 | 56 | 476 | 120 | 36 |
| Binary | 10001001 | 1111 | 1100100 | 0 | 1011001 | 11011 | 101110 | 100111110 | 1010000 | 11110 |
Color Harmonies of #890F64
Complementary color
Monochromatic Colors of #890F64
Black with #890F64
Text Example
Text Example
White with #890F64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F64; }
p { color: rgb(137,15,100); }
H1.HeaderClassName
{
color: #890F64;
}
.AnyTagClassName
{
color: #890F64;
}
</style>
background-color css
<style>
a { background-color: #890F64; }
a { background-color: rgb(137,15,100); }
div.DivClassName
{
background-color: #890F64;
}
.BgClassName
{
background-color: #890F64;
}
</style>
border-color css
<style>
span { border-color: #890F64; }
span { border-color: rgb(137,15,100); }
td.TdClassName
{
border-color: #890F64;
}
.TagClassName
{
border-color: #890F64;
}
</style>