Shades of Eggplant #89034C
Tints of Eggplant #89034C
RGB
CMYK
RGB Variations
Color information
#89034C (or 0x89034C) is known color: Eggplant. HEX triplet: 89, 03 and 4C. RGB value is (137,3,76). Sum of RGB (Red+Green+Blue) = 137+3+76=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 3 (1.56% from 255 or 1.39% from 216); Blue value is 76 (30.08% from 255 or 35.19% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89034C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89034C is #76FCB3. Grayscale: #333333. Windows color (decimal): -7797940 or 4981641. OLE color: 4981641.
HSL color Cylindrical-coordinate representation of color #89034C: hue angle of 327.31º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89034C is Cyan = 0, Magento = 0.98, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 76 | - |
| CMYK | 0 | 0.98 | 0.45 | 0.46 |
| HSL | 327.31º | 0.96% | 0.27% | - |
| HSV(B) | 327.31º | 0.98% | 0.54% | - |
| XYZ | 11.65 | 5.91 | 7.36 | - |
| YUV | 51.39 | 141.89 | 189.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 76 | 0 | 0.98 | 0.45 | 0.46 | 327.31 | 0.96 | 0.27 |
| Hex | 89 | 3 | 4C | 0 | 62 | 2D | 2E | 147 | 60 | 1B |
| Octal | 211 | 3 | 114 | 0 | 142 | 55 | 56 | 507 | 140 | 33 |
| Binary | 10001001 | 11 | 1001100 | 0 | 1100010 | 101101 | 101110 | 101000111 | 1100000 | 11011 |
Color Harmonies of #89034C
Complementary color
Monochromatic Colors of #89034C
Black with #89034C
Text Example
Text Example
White with #89034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89034C; }
p { color: rgb(137,3,76); }
H1.HeaderClassName
{
color: #89034C;
}
.AnyTagClassName
{
color: #89034C;
}
</style>
background-color css
<style>
a { background-color: #89034C; }
a { background-color: rgb(137,3,76); }
div.DivClassName
{
background-color: #89034C;
}
.BgClassName
{
background-color: #89034C;
}
</style>
border-color css
<style>
span { border-color: #89034C; }
span { border-color: rgb(137,3,76); }
td.TdClassName
{
border-color: #89034C;
}
.TagClassName
{
border-color: #89034C;
}
</style>