Shades of Eggplant #89076B
Tints of Eggplant #89076B
RGB
CMYK
RGB Variations
Color information
#89076B (or 0x89076B) is known color: Eggplant. HEX triplet: 89, 07 and 6B. RGB value is (137,7,107). Sum of RGB (Red+Green+Blue) = 137+7+107=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 7 (3.12% from 255 or 2.79% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #89076B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89076B is #76F894. Grayscale: #393939. Windows color (decimal): -7796885 or 7014281. OLE color: 7014281.
HSL color Cylindrical-coordinate representation of color #89076B: hue angle of 313.85º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #89076B is Cyan = 0, Magento = 0.95, Yellow = 0.22 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 107 | - |
| CMYK | 0 | 0.95 | 0.22 | 0.46 |
| HSL | 313.85º | 0.9% | 0.28% | - |
| HSV(B) | 313.85º | 0.95% | 0.54% | - |
| XYZ | 13.05 | 6.53 | 14.48 | - |
| YUV | 57.27 | 156.07 | 184.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 107 | 0 | 0.95 | 0.22 | 0.46 | 313.85 | 0.9 | 0.28 |
| Hex | 89 | 7 | 6B | 0 | 5F | 16 | 2E | 13A | 5A | 1C |
| Octal | 211 | 7 | 153 | 0 | 137 | 26 | 56 | 472 | 132 | 34 |
| Binary | 10001001 | 111 | 1101011 | 0 | 1011111 | 10110 | 101110 | 100111010 | 1011010 | 11100 |
Color Harmonies of #89076B
Complementary color
Monochromatic Colors of #89076B
Black with #89076B
Text Example
Text Example
White with #89076B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89076B; }
p { color: rgb(137,7,107); }
H1.HeaderClassName
{
color: #89076B;
}
.AnyTagClassName
{
color: #89076B;
}
</style>
background-color css
<style>
a { background-color: #89076B; }
a { background-color: rgb(137,7,107); }
div.DivClassName
{
background-color: #89076B;
}
.BgClassName
{
background-color: #89076B;
}
</style>
border-color css
<style>
span { border-color: #89076B; }
span { border-color: rgb(137,7,107); }
td.TdClassName
{
border-color: #89076B;
}
.TagClassName
{
border-color: #89076B;
}
</style>