Shades of Eggplant #890A6A
Tints of Eggplant #890A6A
RGB
CMYK
RGB Variations
Color information
#890A6A (or 0x890A6A) is known color: Eggplant. HEX triplet: 89, 0A and 6A. RGB value is (137,10,106). Sum of RGB (Red+Green+Blue) = 137+10+106=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 10 (4.30% from 255 or 3.95% from 253); Blue value is 106 (41.80% from 255 or 41.90% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #890A6A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890A6A is #76F595. Grayscale: #3A3A3A. Windows color (decimal): -7796118 or 6949513. OLE color: 6949513.
HSL color Cylindrical-coordinate representation of color #890A6A: hue angle of 314.65º 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 #890A6A is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 10 | 106 | - |
| CMYK | 0 | 0.93 | 0.23 | 0.46 |
| HSL | 314.65º | 0.86% | 0.29% | - |
| HSV(B) | 314.65º | 0.93% | 0.54% | - |
| XYZ | 13.03 | 6.58 | 14.22 | - |
| YUV | 58.92 | 154.58 | 183.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 10 | 106 | 0 | 0.93 | 0.23 | 0.46 | 314.65 | 0.86 | 0.29 |
| Hex | 89 | A | 6A | 0 | 5D | 17 | 2E | 13B | 56 | 1D |
| Octal | 211 | 12 | 152 | 0 | 135 | 27 | 56 | 473 | 126 | 35 |
| Binary | 10001001 | 1010 | 1101010 | 0 | 1011101 | 10111 | 101110 | 100111011 | 1010110 | 11101 |
Color Harmonies of #890A6A
Complementary color
Monochromatic Colors of #890A6A
Black with #890A6A
Text Example
Text Example
White with #890A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890A6A; }
p { color: rgb(137,10,106); }
H1.HeaderClassName
{
color: #890A6A;
}
.AnyTagClassName
{
color: #890A6A;
}
</style>
background-color css
<style>
a { background-color: #890A6A; }
a { background-color: rgb(137,10,106); }
div.DivClassName
{
background-color: #890A6A;
}
.BgClassName
{
background-color: #890A6A;
}
</style>
border-color css
<style>
span { border-color: #890A6A; }
span { border-color: rgb(137,10,106); }
td.TdClassName
{
border-color: #890A6A;
}
.TagClassName
{
border-color: #890A6A;
}
</style>