Shades of Eggplant #890B54
Tints of Eggplant #890B54
RGB
CMYK
RGB Variations
Color information
#890B54 (or 0x890B54) is known color: Eggplant. HEX triplet: 89, 0B and 54. RGB value is (137,11,84). Sum of RGB (Red+Green+Blue) = 137+11+84=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 11 (4.69% from 255 or 4.74% from 232); Blue value is 84 (33.20% from 255 or 36.21% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #890B54 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B54 is #76F4AB. Grayscale: #383838. Windows color (decimal): -7795884 or 5507977. OLE color: 5507977.
HSL color Cylindrical-coordinate representation of color #890B54: hue angle of 325.24º 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 #890B54 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 84 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.46 |
| HSL | 325.24º | 0.85% | 0.29% | - |
| HSV(B) | 325.24º | 0.92% | 0.54% | - |
| XYZ | 12.04 | 6.2 | 8.95 | - |
| YUV | 57 | 143.24 | 185.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 84 | 0 | 0.92 | 0.39 | 0.46 | 325.24 | 0.85 | 0.29 |
| Hex | 89 | B | 54 | 0 | 5C | 27 | 2E | 145 | 55 | 1D |
| Octal | 211 | 13 | 124 | 0 | 134 | 47 | 56 | 505 | 125 | 35 |
| Binary | 10001001 | 1011 | 1010100 | 0 | 1011100 | 100111 | 101110 | 101000101 | 1010101 | 11101 |
Color Harmonies of #890B54
Complementary color
Monochromatic Colors of #890B54
Black with #890B54
Text Example
Text Example
White with #890B54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B54; }
p { color: rgb(137,11,84); }
H1.HeaderClassName
{
color: #890B54;
}
.AnyTagClassName
{
color: #890B54;
}
</style>
background-color css
<style>
a { background-color: #890B54; }
a { background-color: rgb(137,11,84); }
div.DivClassName
{
background-color: #890B54;
}
.BgClassName
{
background-color: #890B54;
}
</style>
border-color css
<style>
span { border-color: #890B54; }
span { border-color: rgb(137,11,84); }
td.TdClassName
{
border-color: #890B54;
}
.TagClassName
{
border-color: #890B54;
}
</style>