Shades of Eggplant #890D66
Tints of Eggplant #890D66
RGB
CMYK
RGB Variations
Color information
#890D66 (or 0x890D66) is known color: Eggplant. HEX triplet: 89, 0D and 66. RGB value is (137,13,102). Sum of RGB (Red+Green+Blue) = 137+13+102=252 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.37% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 102 (40.23% from 255 or 40.48% from 252); Max value from RGB is 137 - color contains mainly: red. Hex color #890D66 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D66 is #76F299. Grayscale: #3B3B3B. Windows color (decimal): -7795354 or 6688137. OLE color: 6688137.
HSL color Cylindrical-coordinate representation of color #890D66: hue angle of 316.94º 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 #890D66 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 102 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.46 |
| HSL | 316.94º | 0.83% | 0.29% | - |
| HSV(B) | 316.94º | 0.91% | 0.54% | - |
| XYZ | 12.86 | 6.57 | 13.16 | - |
| YUV | 60.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 102 | 0 | 0.91 | 0.26 | 0.46 | 316.94 | 0.83 | 0.29 |
| Hex | 89 | D | 66 | 0 | 5B | 1A | 2E | 13D | 53 | 1D |
| Octal | 211 | 15 | 146 | 0 | 133 | 32 | 56 | 475 | 123 | 35 |
| Binary | 10001001 | 1101 | 1100110 | 0 | 1011011 | 11010 | 101110 | 100111101 | 1010011 | 11101 |
Color Harmonies of #890D66
Complementary color
Monochromatic Colors of #890D66
Black with #890D66
Text Example
Text Example
White with #890D66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D66; }
p { color: rgb(137,13,102); }
H1.HeaderClassName
{
color: #890D66;
}
.AnyTagClassName
{
color: #890D66;
}
</style>
background-color css
<style>
a { background-color: #890D66; }
a { background-color: rgb(137,13,102); }
div.DivClassName
{
background-color: #890D66;
}
.BgClassName
{
background-color: #890D66;
}
</style>
border-color css
<style>
span { border-color: #890D66; }
span { border-color: rgb(137,13,102); }
td.TdClassName
{
border-color: #890D66;
}
.TagClassName
{
border-color: #890D66;
}
</style>