Shades of Eggplant #89056F
Tints of Eggplant #89056F
RGB
CMYK
RGB Variations
Color information
#89056F (or 0x89056F) is known color: Eggplant. HEX triplet: 89, 05 and 6F. RGB value is (137,5,111). Sum of RGB (Red+Green+Blue) = 137+5+111=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 111 (43.75% from 255 or 43.87% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #89056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89056F is #76FA90. Grayscale: #383838. Windows color (decimal): -7797393 or 7275913. OLE color: 7275913.
HSL color Cylindrical-coordinate representation of color #89056F: hue angle of 311.82º degrees, saturation: 0.93, 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 #89056F is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 5 | 111 | - |
| CMYK | 0 | 0.96 | 0.19 | 0.46 |
| HSL | 311.82º | 0.93% | 0.28% | - |
| HSV(B) | 311.82º | 0.96% | 0.54% | - |
| XYZ | 13.24 | 6.57 | 15.61 | - |
| YUV | 56.55 | 158.73 | 185.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 5 | 111 | 0 | 0.96 | 0.19 | 0.46 | 311.82 | 0.93 | 0.28 |
| Hex | 89 | 5 | 6F | 0 | 60 | 13 | 2E | 138 | 5D | 1C |
| Octal | 211 | 5 | 157 | 0 | 140 | 23 | 56 | 470 | 135 | 34 |
| Binary | 10001001 | 101 | 1101111 | 0 | 1100000 | 10011 | 101110 | 100111000 | 1011101 | 11100 |
Color Harmonies of #89056F
Complementary color
Monochromatic Colors of #89056F
Black with #89056F
Text Example
Text Example
White with #89056F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89056F; }
p { color: rgb(137,5,111); }
H1.HeaderClassName
{
color: #89056F;
}
.AnyTagClassName
{
color: #89056F;
}
</style>
background-color css
<style>
a { background-color: #89056F; }
a { background-color: rgb(137,5,111); }
div.DivClassName
{
background-color: #89056F;
}
.BgClassName
{
background-color: #89056F;
}
</style>
border-color css
<style>
span { border-color: #89056F; }
span { border-color: rgb(137,5,111); }
td.TdClassName
{
border-color: #89056F;
}
.TagClassName
{
border-color: #89056F;
}
</style>