Shades of Eggplant #89015D
Tints of Eggplant #89015D
RGB
CMYK
RGB Variations
Color information
#89015D (or 0x89015D) is known color: Eggplant. HEX triplet: 89, 01 and 5D. RGB value is (137,1,93). Sum of RGB (Red+Green+Blue) = 137+1+93=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 1 (0.78% from 255 or 0.43% from 231); Blue value is 93 (36.72% from 255 or 40.26% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #89015D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89015D is #76FEA2. Grayscale: #333333. Windows color (decimal): -7798435 or 6095241. OLE color: 6095241.
HSL color Cylindrical-coordinate representation of color #89015D: hue angle of 319.41º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #89015D is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 1 | 93 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.46 |
| HSL | 319.41º | 0.99% | 0.27% | - |
| HSV(B) | 319.41º | 0.99% | 0.54% | - |
| XYZ | 12.3 | 6.13 | 10.89 | - |
| YUV | 52.15 | 151.06 | 188.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 93 | 0 | 0.99 | 0.32 | 0.46 | 319.41 | 0.99 | 0.27 |
| Hex | 89 | 1 | 5D | 0 | 63 | 20 | 2E | 13F | 63 | 1B |
| Octal | 211 | 1 | 135 | 0 | 143 | 40 | 56 | 477 | 143 | 33 |
| Binary | 10001001 | 1 | 1011101 | 0 | 1100011 | 100000 | 101110 | 100111111 | 1100011 | 11011 |
Color Harmonies of #89015D
Complementary color
Monochromatic Colors of #89015D
Black with #89015D
Text Example
Text Example
White with #89015D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89015D; }
p { color: rgb(137,1,93); }
H1.HeaderClassName
{
color: #89015D;
}
.AnyTagClassName
{
color: #89015D;
}
</style>
background-color css
<style>
a { background-color: #89015D; }
a { background-color: rgb(137,1,93); }
div.DivClassName
{
background-color: #89015D;
}
.BgClassName
{
background-color: #89015D;
}
</style>
border-color css
<style>
span { border-color: #89015D; }
span { border-color: rgb(137,1,93); }
td.TdClassName
{
border-color: #89015D;
}
.TagClassName
{
border-color: #89015D;
}
</style>