Shades of Eggplant #89076F
Tints of Eggplant #89076F
RGB
CMYK
RGB Variations
Color information
#89076F (or 0x89076F) is known color: Eggplant. HEX triplet: 89, 07 and 6F. RGB value is (137,7,111). Sum of RGB (Red+Green+Blue) = 137+7+111=255 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.73% from 255); Green value is 7 (3.12% from 255 or 2.75% from 255); Blue value is 111 (43.75% from 255 or 43.53% from 255); Max value from RGB is 137 - color contains mainly: red. Hex color #89076F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89076F is #76F890. Grayscale: #393939. Windows color (decimal): -7796881 or 7276425. OLE color: 7276425.
HSL color Cylindrical-coordinate representation of color #89076F: hue angle of 312º 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 #89076F is Cyan = 0, Magento = 0.95, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 111 | - |
| CMYK | 0 | 0.95 | 0.19 | 0.46 |
| HSL | 312º | 0.9% | 0.28% | - |
| HSV(B) | 312º | 0.95% | 0.54% | - |
| XYZ | 13.26 | 6.62 | 15.62 | - |
| YUV | 57.73 | 158.07 | 184.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 111 | 0 | 0.95 | 0.19 | 0.46 | 312 | 0.9 | 0.28 |
| Hex | 89 | 7 | 6F | 0 | 5F | 13 | 2E | 138 | 5A | 1C |
| Octal | 211 | 7 | 157 | 0 | 137 | 23 | 56 | 470 | 132 | 34 |
| Binary | 10001001 | 111 | 1101111 | 0 | 1011111 | 10011 | 101110 | 100111000 | 1011010 | 11100 |
Color Harmonies of #89076F
Complementary color
Monochromatic Colors of #89076F
Black with #89076F
Text Example
Text Example
White with #89076F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89076F; }
p { color: rgb(137,7,111); }
H1.HeaderClassName
{
color: #89076F;
}
.AnyTagClassName
{
color: #89076F;
}
</style>
background-color css
<style>
a { background-color: #89076F; }
a { background-color: rgb(137,7,111); }
div.DivClassName
{
background-color: #89076F;
}
.BgClassName
{
background-color: #89076F;
}
</style>
border-color css
<style>
span { border-color: #89076F; }
span { border-color: rgb(137,7,111); }
td.TdClassName
{
border-color: #89076F;
}
.TagClassName
{
border-color: #89076F;
}
</style>