Shades of Eggplant #890B51
Tints of Eggplant #890B51
RGB
CMYK
RGB Variations
Color information
#890B51 (or 0x890B51) is known color: Eggplant. HEX triplet: 89, 0B and 51. RGB value is (137,11,81). Sum of RGB (Red+Green+Blue) = 137+11+81=229 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.83% from 229); Green value is 11 (4.69% from 255 or 4.80% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 137 - color contains mainly: red. Hex color #890B51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B51 is #76F4AE. Grayscale: #383838. Windows color (decimal): -7795887 or 5311369. OLE color: 5311369.
HSL color Cylindrical-coordinate representation of color #890B51: hue angle of 326.67º degrees, saturation: 0.85, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #890B51 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 81 | - |
| CMYK | 0 | 0.92 | 0.41 | 0.46 |
| HSL | 326.67º | 0.85% | 0.29% | - |
| HSV(B) | 326.67º | 0.92% | 0.54% | - |
| XYZ | 11.92 | 6.15 | 8.34 | - |
| YUV | 56.65 | 141.74 | 185.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 81 | 0 | 0.92 | 0.41 | 0.46 | 326.67 | 0.85 | 0.29 |
| Hex | 89 | B | 51 | 0 | 5C | 29 | 2E | 147 | 55 | 1D |
| Octal | 211 | 13 | 121 | 0 | 134 | 51 | 56 | 507 | 125 | 35 |
| Binary | 10001001 | 1011 | 1010001 | 0 | 1011100 | 101001 | 101110 | 101000111 | 1010101 | 11101 |
Color Harmonies of #890B51
Complementary color
Monochromatic Colors of #890B51
Black with #890B51
Text Example
Text Example
White with #890B51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B51; }
p { color: rgb(137,11,81); }
H1.HeaderClassName
{
color: #890B51;
}
.AnyTagClassName
{
color: #890B51;
}
</style>
background-color css
<style>
a { background-color: #890B51; }
a { background-color: rgb(137,11,81); }
div.DivClassName
{
background-color: #890B51;
}
.BgClassName
{
background-color: #890B51;
}
</style>
border-color css
<style>
span { border-color: #890B51; }
span { border-color: rgb(137,11,81); }
td.TdClassName
{
border-color: #890B51;
}
.TagClassName
{
border-color: #890B51;
}
</style>