Shades of Eggplant #89034A
Tints of Eggplant #89034A
RGB
CMYK
RGB Variations
Color information
#89034A (or 0x89034A) is known color: Eggplant. HEX triplet: 89, 03 and 4A. RGB value is (137,3,74). Sum of RGB (Red+Green+Blue) = 137+3+74=214 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.02% from 214); Green value is 3 (1.56% from 255 or 1.40% from 214); Blue value is 74 (29.30% from 255 or 34.58% from 214); Max value from RGB is 137 - color contains mainly: red. Hex color #89034A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89034A is #76FCB5. Grayscale: #333333. Windows color (decimal): -7797942 or 4850569. OLE color: 4850569.
HSL color Cylindrical-coordinate representation of color #89034A: hue angle of 328.21º 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 #89034A is Cyan = 0, Magento = 0.98, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 74 | - |
| CMYK | 0 | 0.98 | 0.46 | 0.46 |
| HSL | 328.21º | 0.96% | 0.27% | - |
| HSV(B) | 328.21º | 0.98% | 0.54% | - |
| XYZ | 11.59 | 5.88 | 7 | - |
| YUV | 51.16 | 140.89 | 189.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 74 | 0 | 0.98 | 0.46 | 0.46 | 328.21 | 0.96 | 0.27 |
| Hex | 89 | 3 | 4A | 0 | 62 | 2E | 2E | 148 | 60 | 1B |
| Octal | 211 | 3 | 112 | 0 | 142 | 56 | 56 | 510 | 140 | 33 |
| Binary | 10001001 | 11 | 1001010 | 0 | 1100010 | 101110 | 101110 | 101001000 | 1100000 | 11011 |
Color Harmonies of #89034A
Complementary color
Monochromatic Colors of #89034A
Black with #89034A
Text Example
Text Example
White with #89034A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89034A; }
p { color: rgb(137,3,74); }
H1.HeaderClassName
{
color: #89034A;
}
.AnyTagClassName
{
color: #89034A;
}
</style>
background-color css
<style>
a { background-color: #89034A; }
a { background-color: rgb(137,3,74); }
div.DivClassName
{
background-color: #89034A;
}
.BgClassName
{
background-color: #89034A;
}
</style>
border-color css
<style>
span { border-color: #89034A; }
span { border-color: rgb(137,3,74); }
td.TdClassName
{
border-color: #89034A;
}
.TagClassName
{
border-color: #89034A;
}
</style>