Shades of Eggplant #890D5B
Tints of Eggplant #890D5B
RGB
CMYK
RGB Variations
Color information
#890D5B (or 0x890D5B) is known color: Eggplant. HEX triplet: 89, 0D and 5B. RGB value is (137,13,91). Sum of RGB (Red+Green+Blue) = 137+13+91=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 13 (5.47% from 255 or 5.39% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #890D5B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D5B is #76F2A4. Grayscale: #3A3A3A. Windows color (decimal): -7795365 or 5967241. OLE color: 5967241.
HSL color Cylindrical-coordinate representation of color #890D5B: hue angle of 322.26º 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 #890D5B is Cyan = 0, Magento = 0.91, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 91 | - |
| CMYK | 0 | 0.91 | 0.34 | 0.46 |
| HSL | 322.26º | 0.83% | 0.29% | - |
| HSV(B) | 322.26º | 0.91% | 0.54% | - |
| XYZ | 12.35 | 6.36 | 10.47 | - |
| YUV | 58.97 | 146.08 | 183.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 91 | 0 | 0.91 | 0.34 | 0.46 | 322.26 | 0.83 | 0.29 |
| Hex | 89 | D | 5B | 0 | 5B | 22 | 2E | 142 | 53 | 1D |
| Octal | 211 | 15 | 133 | 0 | 133 | 42 | 56 | 502 | 123 | 35 |
| Binary | 10001001 | 1101 | 1011011 | 0 | 1011011 | 100010 | 101110 | 101000010 | 1010011 | 11101 |
Color Harmonies of #890D5B
Complementary color
Monochromatic Colors of #890D5B
Black with #890D5B
Text Example
Text Example
White with #890D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D5B; }
p { color: rgb(137,13,91); }
H1.HeaderClassName
{
color: #890D5B;
}
.AnyTagClassName
{
color: #890D5B;
}
</style>
background-color css
<style>
a { background-color: #890D5B; }
a { background-color: rgb(137,13,91); }
div.DivClassName
{
background-color: #890D5B;
}
.BgClassName
{
background-color: #890D5B;
}
</style>
border-color css
<style>
span { border-color: #890D5B; }
span { border-color: rgb(137,13,91); }
td.TdClassName
{
border-color: #890D5B;
}
.TagClassName
{
border-color: #890D5B;
}
</style>