Shades of Eggplant #890A6B
Tints of Eggplant #890A6B
RGB
CMYK
RGB Variations
Color information
#890A6B (or 0x890A6B) is known color: Eggplant. HEX triplet: 89, 0A and 6B. RGB value is (137,10,107). Sum of RGB (Red+Green+Blue) = 137+10+107=254 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.94% from 254); Green value is 10 (4.30% from 255 or 3.94% from 254); Blue value is 107 (42.19% from 255 or 42.13% from 254); Max value from RGB is 137 - color contains mainly: red. Hex color #890A6B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A6B is #76F594. Grayscale: #3A3A3A. Windows color (decimal): -7796117 or 7015049. OLE color: 7015049.
HSL color Cylindrical-coordinate representation of color #890A6B: hue angle of 314.17º degrees, saturation: 0.86, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #890A6B is Cyan = 0, Magento = 0.93, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 107 | - |
| CMYK | 0 | 0.93 | 0.22 | 0.46 |
| HSL | 314.17º | 0.86% | 0.29% | - |
| HSV(B) | 314.17º | 0.93% | 0.54% | - |
| XYZ | 13.08 | 6.6 | 14.49 | - |
| YUV | 59.03 | 155.08 | 183.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 107 | 0 | 0.93 | 0.22 | 0.46 | 314.17 | 0.86 | 0.29 |
| Hex | 89 | A | 6B | 0 | 5D | 16 | 2E | 13A | 56 | 1D |
| Octal | 211 | 12 | 153 | 0 | 135 | 26 | 56 | 472 | 126 | 35 |
| Binary | 10001001 | 1010 | 1101011 | 0 | 1011101 | 10110 | 101110 | 100111010 | 1010110 | 11101 |
Color Harmonies of #890A6B
Complementary color
Monochromatic Colors of #890A6B
Black with #890A6B
Text Example
Text Example
White with #890A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A6B; }
p { color: rgb(137,10,107); }
H1.HeaderClassName
{
color: #890A6B;
}
.AnyTagClassName
{
color: #890A6B;
}
</style>
background-color css
<style>
a { background-color: #890A6B; }
a { background-color: rgb(137,10,107); }
div.DivClassName
{
background-color: #890A6B;
}
.BgClassName
{
background-color: #890A6B;
}
</style>
border-color css
<style>
span { border-color: #890A6B; }
span { border-color: rgb(137,10,107); }
td.TdClassName
{
border-color: #890A6B;
}
.TagClassName
{
border-color: #890A6B;
}
</style>