Shades of Eggplant #89064B
Tints of Eggplant #89064B
RGB
CMYK
RGB Variations
Color information
#89064B (or 0x89064B) is known color: Eggplant. HEX triplet: 89, 06 and 4B. RGB value is (137,6,75). Sum of RGB (Red+Green+Blue) = 137+6+75=218 (28% of max value = 765). Red value is 137 (53.91% from 255 or 62.84% from 218); Green value is 6 (2.73% from 255 or 2.75% from 218); Blue value is 75 (29.69% from 255 or 34.40% from 218); Max value from RGB is 137 - color contains mainly: red. Hex color #89064B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #89064B is #76F9B4. Grayscale: #343434. Windows color (decimal): -7797173 or 4916873. OLE color: 4916873.
HSL color Cylindrical-coordinate representation of color #89064B: hue angle of 328.4º degrees, saturation: 0.92, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #89064B is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 6 | 75 | - |
| CMYK | 0 | 0.96 | 0.45 | 0.46 |
| HSL | 328.4º | 0.92% | 0.28% | - |
| HSV(B) | 328.4º | 0.96% | 0.54% | - |
| XYZ | 11.65 | 5.96 | 7.19 | - |
| YUV | 53.04 | 140.4 | 187.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 6 | 75 | 0 | 0.96 | 0.45 | 0.46 | 328.4 | 0.92 | 0.28 |
| Hex | 89 | 6 | 4B | 0 | 60 | 2D | 2E | 148 | 5C | 1C |
| Octal | 211 | 6 | 113 | 0 | 140 | 55 | 56 | 510 | 134 | 34 |
| Binary | 10001001 | 110 | 1001011 | 0 | 1100000 | 101101 | 101110 | 101001000 | 1011100 | 11100 |
Color Harmonies of #89064B
Complementary color
Monochromatic Colors of #89064B
Black with #89064B
Text Example
Text Example
White with #89064B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89064B; }
p { color: rgb(137,6,75); }
H1.HeaderClassName
{
color: #89064B;
}
.AnyTagClassName
{
color: #89064B;
}
</style>
background-color css
<style>
a { background-color: #89064B; }
a { background-color: rgb(137,6,75); }
div.DivClassName
{
background-color: #89064B;
}
.BgClassName
{
background-color: #89064B;
}
</style>
border-color css
<style>
span { border-color: #89064B; }
span { border-color: rgb(137,6,75); }
td.TdClassName
{
border-color: #89064B;
}
.TagClassName
{
border-color: #89064B;
}
</style>