Shades of Eggplant #890D52
Tints of Eggplant #890D52
RGB
CMYK
RGB Variations
Color information
#890D52 (or 0x890D52) is known color: Eggplant. HEX triplet: 89, 0D and 52. RGB value is (137,13,82). Sum of RGB (Red+Green+Blue) = 137+13+82=232 (30% of max value = 765). Red value is 137 (53.91% from 255 or 59.05% from 232); Green value is 13 (5.47% from 255 or 5.60% from 232); Blue value is 82 (32.42% from 255 or 35.34% from 232); Max value from RGB is 137 - color contains mainly: red. Hex color #890D52 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D52 is #76F2AD. Grayscale: #393939. Windows color (decimal): -7795374 or 5377417. OLE color: 5377417.
HSL color Cylindrical-coordinate representation of color #890D52: hue angle of 326.61º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #890D52 is Cyan = 0, Magento = 0.91, Yellow = 0.40 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 82 | - |
| CMYK | 0 | 0.91 | 0.40 | 0.46 |
| HSL | 326.61º | 0.83% | 0.29% | - |
| HSV(B) | 326.61º | 0.91% | 0.54% | - |
| XYZ | 11.98 | 6.22 | 8.55 | - |
| YUV | 57.94 | 141.58 | 184.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 82 | 0 | 0.91 | 0.40 | 0.46 | 326.61 | 0.83 | 0.29 |
| Hex | 89 | D | 52 | 0 | 5B | 28 | 2E | 147 | 53 | 1D |
| Octal | 211 | 15 | 122 | 0 | 133 | 50 | 56 | 507 | 123 | 35 |
| Binary | 10001001 | 1101 | 1010010 | 0 | 1011011 | 101000 | 101110 | 101000111 | 1010011 | 11101 |
Color Harmonies of #890D52
Complementary color
Monochromatic Colors of #890D52
Black with #890D52
Text Example
Text Example
White with #890D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D52; }
p { color: rgb(137,13,82); }
H1.HeaderClassName
{
color: #890D52;
}
.AnyTagClassName
{
color: #890D52;
}
</style>
background-color css
<style>
a { background-color: #890D52; }
a { background-color: rgb(137,13,82); }
div.DivClassName
{
background-color: #890D52;
}
.BgClassName
{
background-color: #890D52;
}
</style>
border-color css
<style>
span { border-color: #890D52; }
span { border-color: rgb(137,13,82); }
td.TdClassName
{
border-color: #890D52;
}
.TagClassName
{
border-color: #890D52;
}
</style>