Shades of Eggplant #890050
Tints of Eggplant #890050
RGB
CMYK
RGB Variations
Color information
#890050 (or 0x890050) is known color: Eggplant. HEX triplet: 89, 00 and 50. RGB value is (137,0,80). Sum of RGB (Red+Green+Blue) = 137+0+80=217 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.13% from 217); Green value is 0 (0.39% from 255 or 0% from 217); Blue value is 80 (31.64% from 255 or 36.87% from 217); Max value from RGB is 137 - color contains mainly: red. Hex color #890050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890050 is #76FFAF. Grayscale: #313131. Windows color (decimal): -7798704 or 5243017. OLE color: 5243017.
HSL color Cylindrical-coordinate representation of color #890050: hue angle of 324.96º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #890050 is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 80 | - |
| CMYK | 0 | 1 | 0.42 | 0.46 |
| HSL | 324.96º | 1% | 0.27% | - |
| HSV(B) | 324.96º | 1% | 0.54% | - |
| XYZ | 11.76 | 5.9 | 8.11 | - |
| YUV | 50.08 | 144.89 | 190 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 80 | 0 | 1 | 0.42 | 0.46 | 324.96 | 1 | 0.27 |
| Hex | 89 | 0 | 50 | 0 | 64 | 2A | 2E | 145 | 64 | 1B |
| Octal | 211 | 0 | 120 | 0 | 144 | 52 | 56 | 505 | 144 | 33 |
| Binary | 10001001 | 0 | 1010000 | 0 | 1100100 | 101010 | 101110 | 101000101 | 1100100 | 11011 |
Color Harmonies of #890050
Complementary color
Monochromatic Colors of #890050
Black with #890050
Text Example
Text Example
White with #890050
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890050; }
p { color: rgb(137,0,80); }
H1.HeaderClassName
{
color: #890050;
}
.AnyTagClassName
{
color: #890050;
}
</style>
background-color css
<style>
a { background-color: #890050; }
a { background-color: rgb(137,0,80); }
div.DivClassName
{
background-color: #890050;
}
.BgClassName
{
background-color: #890050;
}
</style>
border-color css
<style>
span { border-color: #890050; }
span { border-color: rgb(137,0,80); }
td.TdClassName
{
border-color: #890050;
}
.TagClassName
{
border-color: #890050;
}
</style>