Shades of Eggplant #890953
Tints of Eggplant #890953
RGB
CMYK
RGB Variations
Color information
#890953 (or 0x890953) is known color: Eggplant. HEX triplet: 89, 09 and 53. RGB value is (137,9,83). Sum of RGB (Red+Green+Blue) = 137+9+83=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 9 (3.91% from 255 or 3.93% from 229); Blue value is 83 (32.81% from 255 or 36.24% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #890953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890953 is #76F6AC. Grayscale: #373737. Windows color (decimal): -7796397 or 5441929. OLE color: 5441929.
HSL color Cylindrical-coordinate representation of color #890953: hue angle of 325.31º degrees, saturation: 0.88, 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 #890953 is Cyan = 0, Magento = 0.93, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 83 | - |
| CMYK | 0 | 0.93 | 0.39 | 0.46 |
| HSL | 325.31º | 0.88% | 0.29% | - |
| HSV(B) | 325.31º | 0.93% | 0.54% | - |
| XYZ | 11.98 | 6.14 | 8.74 | - |
| YUV | 55.71 | 143.41 | 185.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 83 | 0 | 0.93 | 0.39 | 0.46 | 325.31 | 0.88 | 0.29 |
| Hex | 89 | 9 | 53 | 0 | 5D | 27 | 2E | 145 | 58 | 1D |
| Octal | 211 | 11 | 123 | 0 | 135 | 47 | 56 | 505 | 130 | 35 |
| Binary | 10001001 | 1001 | 1010011 | 0 | 1011101 | 100111 | 101110 | 101000101 | 1011000 | 11101 |
Color Harmonies of #890953
Complementary color
Monochromatic Colors of #890953
Black with #890953
Text Example
Text Example
White with #890953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890953; }
p { color: rgb(137,9,83); }
H1.HeaderClassName
{
color: #890953;
}
.AnyTagClassName
{
color: #890953;
}
</style>
background-color css
<style>
a { background-color: #890953; }
a { background-color: rgb(137,9,83); }
div.DivClassName
{
background-color: #890953;
}
.BgClassName
{
background-color: #890953;
}
</style>
border-color css
<style>
span { border-color: #890953; }
span { border-color: rgb(137,9,83); }
td.TdClassName
{
border-color: #890953;
}
.TagClassName
{
border-color: #890953;
}
</style>