Shades of Eggplant #890D58
Tints of Eggplant #890D58
RGB
CMYK
RGB Variations
Color information
#890D58 (or 0x890D58) is known color: Eggplant. HEX triplet: 89, 0D and 58. RGB value is (137,13,88). Sum of RGB (Red+Green+Blue) = 137+13+88=238 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.56% from 238); Green value is 13 (5.47% from 255 or 5.46% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 137 - color contains mainly: red. Hex color #890D58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D58 is #76F2A7. Grayscale: #3A3A3A. Windows color (decimal): -7795368 or 5770633. OLE color: 5770633.
HSL color Cylindrical-coordinate representation of color #890D58: hue angle of 323.71º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D58 is Cyan = 0, Magento = 0.91, Yellow = 0.36 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 88 | - |
| CMYK | 0 | 0.91 | 0.36 | 0.46 |
| HSL | 323.71º | 0.83% | 0.29% | - |
| HSV(B) | 323.71º | 0.91% | 0.54% | - |
| XYZ | 12.22 | 6.31 | 9.81 | - |
| YUV | 58.63 | 144.58 | 183.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 88 | 0 | 0.91 | 0.36 | 0.46 | 323.71 | 0.83 | 0.29 |
| Hex | 89 | D | 58 | 0 | 5B | 24 | 2E | 144 | 53 | 1D |
| Octal | 211 | 15 | 130 | 0 | 133 | 44 | 56 | 504 | 123 | 35 |
| Binary | 10001001 | 1101 | 1011000 | 0 | 1011011 | 100100 | 101110 | 101000100 | 1010011 | 11101 |
Color Harmonies of #890D58
Complementary color
Monochromatic Colors of #890D58
Black with #890D58
Text Example
Text Example
White with #890D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D58; }
p { color: rgb(137,13,88); }
H1.HeaderClassName
{
color: #890D58;
}
.AnyTagClassName
{
color: #890D58;
}
</style>
background-color css
<style>
a { background-color: #890D58; }
a { background-color: rgb(137,13,88); }
div.DivClassName
{
background-color: #890D58;
}
.BgClassName
{
background-color: #890D58;
}
</style>
border-color css
<style>
span { border-color: #890D58; }
span { border-color: rgb(137,13,88); }
td.TdClassName
{
border-color: #890D58;
}
.TagClassName
{
border-color: #890D58;
}
</style>