Shades of Eggplant #89024A
Tints of Eggplant #89024A
RGB
CMYK
RGB Variations
Color information
#89024A (or 0x89024A) is known color: Eggplant. HEX triplet: 89, 02 and 4A. RGB value is (137,2,74). Sum of RGB (Red+Green+Blue) = 137+2+74=213 (28% of max value = 765). Red value is 137 (53.91% from 255 or 64.32% from 213); Green value is 2 (1.17% from 255 or 0.94% from 213); Blue value is 74 (29.30% from 255 or 34.74% from 213); Max value from RGB is 137 - color contains mainly: red. Hex color #89024A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89024A is #76FDB5. Grayscale: #323232. Windows color (decimal): -7798198 or 4850313. OLE color: 4850313.
HSL color Cylindrical-coordinate representation of color #89024A: hue angle of 328º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89024A is Cyan = 0, Magento = 0.99, Yellow = 0.46 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 74 | - |
| CMYK | 0 | 0.99 | 0.46 | 0.46 |
| HSL | 328º | 0.97% | 0.27% | - |
| HSV(B) | 328º | 0.99% | 0.54% | - |
| XYZ | 11.57 | 5.86 | 7 | - |
| YUV | 50.57 | 141.23 | 189.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 74 | 0 | 0.99 | 0.46 | 0.46 | 328 | 0.97 | 0.27 |
| Hex | 89 | 2 | 4A | 0 | 63 | 2E | 2E | 148 | 61 | 1B |
| Octal | 211 | 2 | 112 | 0 | 143 | 56 | 56 | 510 | 141 | 33 |
| Binary | 10001001 | 10 | 1001010 | 0 | 1100011 | 101110 | 101110 | 101001000 | 1100001 | 11011 |
Color Harmonies of #89024A
Complementary color
Monochromatic Colors of #89024A
Black with #89024A
Text Example
Text Example
White with #89024A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89024A; }
p { color: rgb(137,2,74); }
H1.HeaderClassName
{
color: #89024A;
}
.AnyTagClassName
{
color: #89024A;
}
</style>
background-color css
<style>
a { background-color: #89024A; }
a { background-color: rgb(137,2,74); }
div.DivClassName
{
background-color: #89024A;
}
.BgClassName
{
background-color: #89024A;
}
</style>
border-color css
<style>
span { border-color: #89024A; }
span { border-color: rgb(137,2,74); }
td.TdClassName
{
border-color: #89024A;
}
.TagClassName
{
border-color: #89024A;
}
</style>