Shades of Eggplant #89074C
Tints of Eggplant #89074C
RGB
CMYK
RGB Variations
Color information
#89074C (or 0x89074C) is known color: Eggplant. HEX triplet: 89, 07 and 4C. RGB value is (137,7,76). Sum of RGB (Red+Green+Blue) = 137+7+76=220 (29% of max value = 765). Red value is 137 (53.91% from 255 or 62.27% from 220); Green value is 7 (3.12% from 255 or 3.18% from 220); Blue value is 76 (30.08% from 255 or 34.55% from 220); Max value from RGB is 137 - color contains mainly: red. Hex color #89074C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89074C is #76F8B3. Grayscale: #353535. Windows color (decimal): -7796916 or 4982665. OLE color: 4982665.
HSL color Cylindrical-coordinate representation of color #89074C: hue angle of 328.15º 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 #89074C is Cyan = 0, Magento = 0.95, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 76 | - |
| CMYK | 0 | 0.95 | 0.45 | 0.46 |
| HSL | 328.15º | 0.9% | 0.28% | - |
| HSV(B) | 328.15º | 0.95% | 0.54% | - |
| XYZ | 11.7 | 5.99 | 7.38 | - |
| YUV | 53.74 | 140.57 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 76 | 0 | 0.95 | 0.45 | 0.46 | 328.15 | 0.9 | 0.28 |
| Hex | 89 | 7 | 4C | 0 | 5F | 2D | 2E | 148 | 5A | 1C |
| Octal | 211 | 7 | 114 | 0 | 137 | 55 | 56 | 510 | 132 | 34 |
| Binary | 10001001 | 111 | 1001100 | 0 | 1011111 | 101101 | 101110 | 101001000 | 1011010 | 11100 |
Color Harmonies of #89074C
Complementary color
Monochromatic Colors of #89074C
Black with #89074C
Text Example
Text Example
White with #89074C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89074C; }
p { color: rgb(137,7,76); }
H1.HeaderClassName
{
color: #89074C;
}
.AnyTagClassName
{
color: #89074C;
}
</style>
background-color css
<style>
a { background-color: #89074C; }
a { background-color: rgb(137,7,76); }
div.DivClassName
{
background-color: #89074C;
}
.BgClassName
{
background-color: #89074C;
}
</style>
border-color css
<style>
span { border-color: #89074C; }
span { border-color: rgb(137,7,76); }
td.TdClassName
{
border-color: #89074C;
}
.TagClassName
{
border-color: #89074C;
}
</style>