Shades of Eggplant #89145C
Tints of Eggplant #89145C
RGB
CMYK
RGB Variations
Color information
#89145C (or 0x89145C) is known color: Eggplant. HEX triplet: 89, 14 and 5C. RGB value is (137,20,92). Sum of RGB (Red+Green+Blue) = 137+20+92=249 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.02% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 137 - color contains mainly: red. Hex color #89145C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89145C is #76EBA3. Grayscale: #3F3F3F. Windows color (decimal): -7793572 or 6034569. OLE color: 6034569.
HSL color Cylindrical-coordinate representation of color #89145C: hue angle of 323.08º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #89145C is Cyan = 0, Magento = 0.85, Yellow = 0.33 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 20 | 92 | - |
| CMYK | 0 | 0.85 | 0.33 | 0.46 |
| HSL | 323.08º | 0.75% | 0.31% | - |
| HSV(B) | 323.08º | 0.85% | 0.54% | - |
| XYZ | 12.5 | 6.59 | 10.74 | - |
| YUV | 63.19 | 144.26 | 180.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 20 | 92 | 0 | 0.85 | 0.33 | 0.46 | 323.08 | 0.75 | 0.31 |
| Hex | 89 | 14 | 5C | 0 | 55 | 21 | 2E | 143 | 4B | 1F |
| Octal | 211 | 24 | 134 | 0 | 125 | 41 | 56 | 503 | 113 | 37 |
| Binary | 10001001 | 10100 | 1011100 | 0 | 1010101 | 100001 | 101110 | 101000011 | 1001011 | 11111 |
Color Harmonies of #89145C
Complementary color
Monochromatic Colors of #89145C
Black with #89145C
Text Example
Text Example
White with #89145C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89145C; }
p { color: rgb(137,20,92); }
H1.HeaderClassName
{
color: #89145C;
}
.AnyTagClassName
{
color: #89145C;
}
</style>
background-color css
<style>
a { background-color: #89145C; }
a { background-color: rgb(137,20,92); }
div.DivClassName
{
background-color: #89145C;
}
.BgClassName
{
background-color: #89145C;
}
</style>
border-color css
<style>
span { border-color: #89145C; }
span { border-color: rgb(137,20,92); }
td.TdClassName
{
border-color: #89145C;
}
.TagClassName
{
border-color: #89145C;
}
</style>