Shades of Eggplant #89075A
Tints of Eggplant #89075A
RGB
CMYK
RGB Variations
Color information
#89075A (or 0x89075A) is known color: Eggplant. HEX triplet: 89, 07 and 5A. RGB value is (137,7,90). Sum of RGB (Red+Green+Blue) = 137+7+90=234 (30% of max value = 765). Red value is 137 (53.91% from 255 or 58.55% from 234); Green value is 7 (3.12% from 255 or 2.99% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 137 - color contains mainly: red. Hex color #89075A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89075A is #76F8A5. Grayscale: #373737. Windows color (decimal): -7796902 or 5900169. OLE color: 5900169.
HSL color Cylindrical-coordinate representation of color #89075A: hue angle of 321.69º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89075A is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 90 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.46 |
| HSL | 321.69º | 0.9% | 0.28% | - |
| HSV(B) | 321.69º | 0.95% | 0.54% | - |
| XYZ | 12.24 | 6.21 | 10.23 | - |
| YUV | 55.33 | 147.57 | 186.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 90 | 0 | 0.95 | 0.34 | 0.46 | 321.69 | 0.9 | 0.28 |
| Hex | 89 | 7 | 5A | 0 | 5F | 22 | 2E | 142 | 5A | 1C |
| Octal | 211 | 7 | 132 | 0 | 137 | 42 | 56 | 502 | 132 | 34 |
| Binary | 10001001 | 111 | 1011010 | 0 | 1011111 | 100010 | 101110 | 101000010 | 1011010 | 11100 |
Color Harmonies of #89075A
Complementary color
Monochromatic Colors of #89075A
Black with #89075A
Text Example
Text Example
White with #89075A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89075A; }
p { color: rgb(137,7,90); }
H1.HeaderClassName
{
color: #89075A;
}
.AnyTagClassName
{
color: #89075A;
}
</style>
background-color css
<style>
a { background-color: #89075A; }
a { background-color: rgb(137,7,90); }
div.DivClassName
{
background-color: #89075A;
}
.BgClassName
{
background-color: #89075A;
}
</style>
border-color css
<style>
span { border-color: #89075A; }
span { border-color: rgb(137,7,90); }
td.TdClassName
{
border-color: #89075A;
}
.TagClassName
{
border-color: #89075A;
}
</style>