Shades of Eggplant #890058
Tints of Eggplant #890058
RGB
CMYK
RGB Variations
Color information
#890058 (or 0x890058) is known color: Eggplant. HEX triplet: 89, 00 and 58. RGB value is (137,0,88). Sum of RGB (Red+Green+Blue) = 137+0+88=225 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.89% from 225); Green value is 0 (0.39% from 255 or 0% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 137 - color contains mainly: red. Hex color #890058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890058 is #76FFA7. Grayscale: #323232. Windows color (decimal): -7798696 or 5767305. OLE color: 5767305.
HSL color Cylindrical-coordinate representation of color #890058: hue angle of 321.46º 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 #890058 is Cyan = 0, Magento = 1, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 88 | - |
| CMYK | 0 | 1 | 0.36 | 0.46 |
| HSL | 321.46º | 1% | 0.27% | - |
| HSV(B) | 321.46º | 1% | 0.54% | - |
| XYZ | 12.08 | 6.02 | 9.76 | - |
| YUV | 51 | 148.89 | 189.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 88 | 0 | 1 | 0.36 | 0.46 | 321.46 | 1 | 0.27 |
| Hex | 89 | 0 | 58 | 0 | 64 | 24 | 2E | 141 | 64 | 1B |
| Octal | 211 | 0 | 130 | 0 | 144 | 44 | 56 | 501 | 144 | 33 |
| Binary | 10001001 | 0 | 1011000 | 0 | 1100100 | 100100 | 101110 | 101000001 | 1100100 | 11011 |
Color Harmonies of #890058
Complementary color
Monochromatic Colors of #890058
Black with #890058
Text Example
Text Example
White with #890058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890058; }
p { color: rgb(137,0,88); }
H1.HeaderClassName
{
color: #890058;
}
.AnyTagClassName
{
color: #890058;
}
</style>
background-color css
<style>
a { background-color: #890058; }
a { background-color: rgb(137,0,88); }
div.DivClassName
{
background-color: #890058;
}
.BgClassName
{
background-color: #890058;
}
</style>
border-color css
<style>
span { border-color: #890058; }
span { border-color: rgb(137,0,88); }
td.TdClassName
{
border-color: #890058;
}
.TagClassName
{
border-color: #890058;
}
</style>