Shades of Eggplant #89055B
Tints of Eggplant #89055B
RGB
CMYK
RGB Variations
Color information
#89055B (or 0x89055B) is known color: Eggplant. HEX triplet: 89, 05 and 5B. RGB value is (137,5,91). Sum of RGB (Red+Green+Blue) = 137+5+91=233 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.80% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 137 - color contains mainly: red. Hex color #89055B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89055B is #76FAA4. Grayscale: #363636. Windows color (decimal): -7797413 or 5965193. OLE color: 5965193.
HSL color Cylindrical-coordinate representation of color #89055B: hue angle of 320.91º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89055B is Cyan = 0, Magento = 0.96, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 91 | - |
| CMYK | 0 | 0.96 | 0.34 | 0.46 |
| HSL | 320.91º | 0.93% | 0.28% | - |
| HSV(B) | 320.91º | 0.96% | 0.54% | - |
| XYZ | 12.26 | 6.18 | 10.44 | - |
| YUV | 54.27 | 148.73 | 187.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 91 | 0 | 0.96 | 0.34 | 0.46 | 320.91 | 0.93 | 0.28 |
| Hex | 89 | 5 | 5B | 0 | 60 | 22 | 2E | 141 | 5D | 1C |
| Octal | 211 | 5 | 133 | 0 | 140 | 42 | 56 | 501 | 135 | 34 |
| Binary | 10001001 | 101 | 1011011 | 0 | 1100000 | 100010 | 101110 | 101000001 | 1011101 | 11100 |
Color Harmonies of #89055B
Complementary color
Monochromatic Colors of #89055B
Black with #89055B
Text Example
Text Example
White with #89055B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89055B; }
p { color: rgb(137,5,91); }
H1.HeaderClassName
{
color: #89055B;
}
.AnyTagClassName
{
color: #89055B;
}
</style>
background-color css
<style>
a { background-color: #89055B; }
a { background-color: rgb(137,5,91); }
div.DivClassName
{
background-color: #89055B;
}
.BgClassName
{
background-color: #89055B;
}
</style>
border-color css
<style>
span { border-color: #89055B; }
span { border-color: rgb(137,5,91); }
td.TdClassName
{
border-color: #89055B;
}
.TagClassName
{
border-color: #89055B;
}
</style>