Shades of Eggplant #890D6A
Tints of Eggplant #890D6A
RGB
CMYK
RGB Variations
Color information
#890D6A (or 0x890D6A) is known color: Eggplant. HEX triplet: 89, 0D and 6A. RGB value is (137,13,106). Sum of RGB (Red+Green+Blue) = 137+13+106=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #890D6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D6A is #76F295. Grayscale: #3C3C3C. Windows color (decimal): -7795350 or 6950281. OLE color: 6950281.
HSL color Cylindrical-coordinate representation of color #890D6A: hue angle of 315º 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 #890D6A is Cyan = 0, Magento = 0.91, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 106 | - |
| CMYK | 0 | 0.91 | 0.23 | 0.46 |
| HSL | 315º | 0.83% | 0.29% | - |
| HSV(B) | 315º | 0.91% | 0.54% | - |
| XYZ | 13.06 | 6.65 | 14.23 | - |
| YUV | 60.68 | 153.58 | 182.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 106 | 0 | 0.91 | 0.23 | 0.46 | 315 | 0.83 | 0.29 |
| Hex | 89 | D | 6A | 0 | 5B | 17 | 2E | 13B | 53 | 1D |
| Octal | 211 | 15 | 152 | 0 | 133 | 27 | 56 | 473 | 123 | 35 |
| Binary | 10001001 | 1101 | 1101010 | 0 | 1011011 | 10111 | 101110 | 100111011 | 1010011 | 11101 |
Color Harmonies of #890D6A
Complementary color
Monochromatic Colors of #890D6A
Black with #890D6A
Text Example
Text Example
White with #890D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D6A; }
p { color: rgb(137,13,106); }
H1.HeaderClassName
{
color: #890D6A;
}
.AnyTagClassName
{
color: #890D6A;
}
</style>
background-color css
<style>
a { background-color: #890D6A; }
a { background-color: rgb(137,13,106); }
div.DivClassName
{
background-color: #890D6A;
}
.BgClassName
{
background-color: #890D6A;
}
</style>
border-color css
<style>
span { border-color: #890D6A; }
span { border-color: rgb(137,13,106); }
td.TdClassName
{
border-color: #890D6A;
}
.TagClassName
{
border-color: #890D6A;
}
</style>