Shades of Eggplant #89035F
Tints of Eggplant #89035F
RGB
CMYK
RGB Variations
Color information
#89035F (or 0x89035F) is known color: Eggplant. HEX triplet: 89, 03 and 5F. RGB value is (137,3,95). Sum of RGB (Red+Green+Blue) = 137+3+95=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 3 (1.56% from 255 or 1.28% from 235); Blue value is 95 (37.5% from 255 or 40.43% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #89035F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #89035F is #76FCA0. Grayscale: #353535. Windows color (decimal): -7797921 or 6226825. OLE color: 6226825.
HSL color Cylindrical-coordinate representation of color #89035F: hue angle of 318.81º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #89035F is Cyan = 0, Magento = 0.98, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 95 | - |
| CMYK | 0 | 0.98 | 0.31 | 0.46 |
| HSL | 318.81º | 0.96% | 0.27% | - |
| HSV(B) | 318.81º | 0.98% | 0.54% | - |
| XYZ | 12.41 | 6.21 | 11.37 | - |
| YUV | 53.55 | 151.39 | 187.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 95 | 0 | 0.98 | 0.31 | 0.46 | 318.81 | 0.96 | 0.27 |
| Hex | 89 | 3 | 5F | 0 | 62 | 1F | 2E | 13F | 60 | 1B |
| Octal | 211 | 3 | 137 | 0 | 142 | 37 | 56 | 477 | 140 | 33 |
| Binary | 10001001 | 11 | 1011111 | 0 | 1100010 | 11111 | 101110 | 100111111 | 1100000 | 11011 |
Color Harmonies of #89035F
Complementary color
Monochromatic Colors of #89035F
Black with #89035F
Text Example
Text Example
White with #89035F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #89035F; }
p { color: rgb(137,3,95); }
H1.HeaderClassName
{
color: #89035F;
}
.AnyTagClassName
{
color: #89035F;
}
</style>
background-color css
<style>
a { background-color: #89035F; }
a { background-color: rgb(137,3,95); }
div.DivClassName
{
background-color: #89035F;
}
.BgClassName
{
background-color: #89035F;
}
</style>
border-color css
<style>
span { border-color: #89035F; }
span { border-color: rgb(137,3,95); }
td.TdClassName
{
border-color: #89035F;
}
.TagClassName
{
border-color: #89035F;
}
</style>