Shades of Eggplant #890955
Tints of Eggplant #890955
RGB
CMYK
RGB Variations
Color information
#890955 (or 0x890955) is known color: Eggplant. HEX triplet: 89, 09 and 55. RGB value is (137,9,85). Sum of RGB (Red+Green+Blue) = 137+9+85=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 9 (3.91% from 255 or 3.90% from 231); Blue value is 85 (33.59% from 255 or 36.80% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #890955 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890955 is #76F6AA. Grayscale: #373737. Windows color (decimal): -7796395 or 5573001. OLE color: 5573001.
HSL color Cylindrical-coordinate representation of color #890955: hue angle of 324.38º 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 #890955 is Cyan = 0, Magento = 0.93, Yellow = 0.38 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 9 | 85 | - |
| CMYK | 0 | 0.93 | 0.38 | 0.46 |
| HSL | 324.38º | 0.88% | 0.29% | - |
| HSV(B) | 324.38º | 0.93% | 0.54% | - |
| XYZ | 12.05 | 6.17 | 9.15 | - |
| YUV | 55.94 | 144.41 | 185.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 9 | 85 | 0 | 0.93 | 0.38 | 0.46 | 324.38 | 0.88 | 0.29 |
| Hex | 89 | 9 | 55 | 0 | 5D | 26 | 2E | 144 | 58 | 1D |
| Octal | 211 | 11 | 125 | 0 | 135 | 46 | 56 | 504 | 130 | 35 |
| Binary | 10001001 | 1001 | 1010101 | 0 | 1011101 | 100110 | 101110 | 101000100 | 1011000 | 11101 |
Color Harmonies of #890955
Complementary color
Monochromatic Colors of #890955
Black with #890955
Text Example
Text Example
White with #890955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890955; }
p { color: rgb(137,9,85); }
H1.HeaderClassName
{
color: #890955;
}
.AnyTagClassName
{
color: #890955;
}
</style>
background-color css
<style>
a { background-color: #890955; }
a { background-color: rgb(137,9,85); }
div.DivClassName
{
background-color: #890955;
}
.BgClassName
{
background-color: #890955;
}
</style>
border-color css
<style>
span { border-color: #890955; }
span { border-color: rgb(137,9,85); }
td.TdClassName
{
border-color: #890955;
}
.TagClassName
{
border-color: #890955;
}
</style>