Shades of Eggplant #890B53
Tints of Eggplant #890B53
RGB
CMYK
RGB Variations
Color information
#890B53 (or 0x890B53) is known color: Eggplant. HEX triplet: 89, 0B and 53. RGB value is (137,11,83). Sum of RGB (Red+Green+Blue) = 137+11+83=231 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.31% from 231); Green value is 11 (4.69% from 255 or 4.76% from 231); Blue value is 83 (32.81% from 255 or 35.93% from 231); Max value from RGB is 137 - color contains mainly: red. Hex color #890B53 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890B53 is #76F4AC. Grayscale: #383838. Windows color (decimal): -7795885 or 5442441. OLE color: 5442441.
HSL color Cylindrical-coordinate representation of color #890B53: hue angle of 325.71º 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 #890B53 is Cyan = 0, Magento = 0.92, Yellow = 0.39 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 11 | 83 | - |
| CMYK | 0 | 0.92 | 0.39 | 0.46 |
| HSL | 325.71º | 0.85% | 0.29% | - |
| HSV(B) | 325.71º | 0.92% | 0.54% | - |
| XYZ | 12 | 6.18 | 8.74 | - |
| YUV | 56.88 | 142.74 | 185.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 11 | 83 | 0 | 0.92 | 0.39 | 0.46 | 325.71 | 0.85 | 0.29 |
| Hex | 89 | B | 53 | 0 | 5C | 27 | 2E | 146 | 55 | 1D |
| Octal | 211 | 13 | 123 | 0 | 134 | 47 | 56 | 506 | 125 | 35 |
| Binary | 10001001 | 1011 | 1010011 | 0 | 1011100 | 100111 | 101110 | 101000110 | 1010101 | 11101 |
Color Harmonies of #890B53
Complementary color
Monochromatic Colors of #890B53
Black with #890B53
Text Example
Text Example
White with #890B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890B53; }
p { color: rgb(137,11,83); }
H1.HeaderClassName
{
color: #890B53;
}
.AnyTagClassName
{
color: #890B53;
}
</style>
background-color css
<style>
a { background-color: #890B53; }
a { background-color: rgb(137,11,83); }
div.DivClassName
{
background-color: #890B53;
}
.BgClassName
{
background-color: #890B53;
}
</style>
border-color css
<style>
span { border-color: #890B53; }
span { border-color: rgb(137,11,83); }
td.TdClassName
{
border-color: #890B53;
}
.TagClassName
{
border-color: #890B53;
}
</style>