Shades of Eggplant #89004F
Tints of Eggplant #89004F
RGB
CMYK
RGB Variations
Color information
#89004F (or 0x89004F) is known color: Eggplant. HEX triplet: 89, 00 and 4F. RGB value is (137,0,79). Sum of RGB (Red+Green+Blue) = 137+0+79=216 (28% of max value = 765). Red value is 137 (53.91% from 255 or 63.43% from 216); Green value is 0 (0.39% from 255 or 0% from 216); Blue value is 79 (31.25% from 255 or 36.57% from 216); Max value from RGB is 137 - color contains mainly: red. Hex color #89004F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89004F is #76FFB0. Grayscale: #313131. Windows color (decimal): -7798705 or 5177481. OLE color: 5177481.
HSL color Cylindrical-coordinate representation of color #89004F: hue angle of 325.4º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 1%. Process color model (Four color, CMYK) of #89004F is Cyan = 0, Magento = 1, Yellow = 0.42 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.42 | 0.46 |
| HSL | 325.4º | 1% | 0.27% | - |
| HSV(B) | 325.4º | 1% | 0.54% | - |
| XYZ | 11.73 | 5.88 | 7.91 | - |
| YUV | 49.97 | 144.39 | 190.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 79 | 0 | 1 | 0.42 | 0.46 | 325.4 | 1 | 0.27 |
| Hex | 89 | 0 | 4F | 0 | 64 | 2A | 2E | 145 | 64 | 1B |
| Octal | 211 | 0 | 117 | 0 | 144 | 52 | 56 | 505 | 144 | 33 |
| Binary | 10001001 | 0 | 1001111 | 0 | 1100100 | 101010 | 101110 | 101000101 | 1100100 | 11011 |
Color Harmonies of #89004F
Complementary color
Monochromatic Colors of #89004F
Black with #89004F
Text Example
Text Example
White with #89004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89004F; }
p { color: rgb(137,0,79); }
H1.HeaderClassName
{
color: #89004F;
}
.AnyTagClassName
{
color: #89004F;
}
</style>
background-color css
<style>
a { background-color: #89004F; }
a { background-color: rgb(137,0,79); }
div.DivClassName
{
background-color: #89004F;
}
.BgClassName
{
background-color: #89004F;
}
</style>
border-color css
<style>
span { border-color: #89004F; }
span { border-color: rgb(137,0,79); }
td.TdClassName
{
border-color: #89004F;
}
.TagClassName
{
border-color: #89004F;
}
</style>