Shades of Eggplant #89006C
Tints of Eggplant #89006C
RGB
CMYK
RGB Variations
Color information
#89006C (or 0x89006C) is known color: Eggplant. HEX triplet: 89, 00 and 6C. RGB value is (137,0,108). Sum of RGB (Red+Green+Blue) = 137+0+108=245 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.92% from 245); Green value is 0 (0.39% from 255 or 0% from 245); Blue value is 108 (42.58% from 255 or 44.08% from 245); Max value from RGB is 137 - color contains mainly: red. Hex color #89006C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89006C is #76FF93. Grayscale: #343434. Windows color (decimal): -7798676 or 7078025. OLE color: 7078025.
HSL color Cylindrical-coordinate representation of color #89006C: hue angle of 312.7º 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 #89006C is Cyan = 0, Magento = 1, Yellow = 0.21 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.21 | 0.46 |
| HSL | 312.7º | 1% | 0.27% | - |
| HSV(B) | 312.7º | 1% | 0.54% | - |
| XYZ | 13.02 | 6.4 | 14.74 | - |
| YUV | 53.28 | 158.89 | 187.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 0 | 108 | 0 | 1 | 0.21 | 0.46 | 312.7 | 1 | 0.27 |
| Hex | 89 | 0 | 6C | 0 | 64 | 15 | 2E | 139 | 64 | 1B |
| Octal | 211 | 0 | 154 | 0 | 144 | 25 | 56 | 471 | 144 | 33 |
| Binary | 10001001 | 0 | 1101100 | 0 | 1100100 | 10101 | 101110 | 100111001 | 1100100 | 11011 |
Color Harmonies of #89006C
Complementary color
Monochromatic Colors of #89006C
Black with #89006C
Text Example
Text Example
White with #89006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89006C; }
p { color: rgb(137,0,108); }
H1.HeaderClassName
{
color: #89006C;
}
.AnyTagClassName
{
color: #89006C;
}
</style>
background-color css
<style>
a { background-color: #89006C; }
a { background-color: rgb(137,0,108); }
div.DivClassName
{
background-color: #89006C;
}
.BgClassName
{
background-color: #89006C;
}
</style>
border-color css
<style>
span { border-color: #89006C; }
span { border-color: rgb(137,0,108); }
td.TdClassName
{
border-color: #89006C;
}
.TagClassName
{
border-color: #89006C;
}
</style>