Shades of Eggplant #890D6B
Tints of Eggplant #890D6B
RGB
CMYK
RGB Variations
Color information
#890D6B (or 0x890D6B) is known color: Eggplant. HEX triplet: 89, 0D and 6B. RGB value is (137,13,107). Sum of RGB (Red+Green+Blue) = 137+13+107=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 107 (42.19% from 255 or 41.63% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890D6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D6B is #76F294. Grayscale: #3C3C3C. Windows color (decimal): -7795349 or 7015817. OLE color: 7015817.
HSL color Cylindrical-coordinate representation of color #890D6B: hue angle of 314.52º 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 #890D6B is Cyan = 0, Magento = 0.91, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 107 | - |
| CMYK | 0 | 0.91 | 0.22 | 0.46 |
| HSL | 314.52º | 0.83% | 0.29% | - |
| HSV(B) | 314.52º | 0.91% | 0.54% | - |
| XYZ | 13.11 | 6.67 | 14.51 | - |
| YUV | 60.79 | 154.08 | 182.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 107 | 0 | 0.91 | 0.22 | 0.46 | 314.52 | 0.83 | 0.29 |
| Hex | 89 | D | 6B | 0 | 5B | 16 | 2E | 13B | 53 | 1D |
| Octal | 211 | 15 | 153 | 0 | 133 | 26 | 56 | 473 | 123 | 35 |
| Binary | 10001001 | 1101 | 1101011 | 0 | 1011011 | 10110 | 101110 | 100111011 | 1010011 | 11101 |
Color Harmonies of #890D6B
Complementary color
Monochromatic Colors of #890D6B
Black with #890D6B
Text Example
Text Example
White with #890D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D6B; }
p { color: rgb(137,13,107); }
H1.HeaderClassName
{
color: #890D6B;
}
.AnyTagClassName
{
color: #890D6B;
}
</style>
background-color css
<style>
a { background-color: #890D6B; }
a { background-color: rgb(137,13,107); }
div.DivClassName
{
background-color: #890D6B;
}
.BgClassName
{
background-color: #890D6B;
}
</style>
border-color css
<style>
span { border-color: #890D6B; }
span { border-color: rgb(137,13,107); }
td.TdClassName
{
border-color: #890D6B;
}
.TagClassName
{
border-color: #890D6B;
}
</style>