Shades of Eggplant #890D64
Tints of Eggplant #890D64
RGB
CMYK
RGB Variations
Color information
#890D64 (or 0x890D64) is known color: Eggplant. HEX triplet: 89, 0D and 64. RGB value is (137,13,100). Sum of RGB (Red+Green+Blue) = 137+13+100=250 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.8% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 100 (39.45% from 255 or 40% from 250); Max value from RGB is 137 - color contains mainly: red. Hex color #890D64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D64 is #76F29B. Grayscale: #3B3B3B. Windows color (decimal): -7795356 or 6557065. OLE color: 6557065.
HSL color Cylindrical-coordinate representation of color #890D64: hue angle of 317.9º 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 #890D64 is Cyan = 0, Magento = 0.91, Yellow = 0.27 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 100 | - |
| CMYK | 0 | 0.91 | 0.27 | 0.46 |
| HSL | 317.9º | 0.83% | 0.29% | - |
| HSV(B) | 317.9º | 0.91% | 0.54% | - |
| XYZ | 12.76 | 6.53 | 12.64 | - |
| YUV | 59.99 | 150.58 | 182.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 100 | 0 | 0.91 | 0.27 | 0.46 | 317.9 | 0.83 | 0.29 |
| Hex | 89 | D | 64 | 0 | 5B | 1B | 2E | 13E | 53 | 1D |
| Octal | 211 | 15 | 144 | 0 | 133 | 33 | 56 | 476 | 123 | 35 |
| Binary | 10001001 | 1101 | 1100100 | 0 | 1011011 | 11011 | 101110 | 100111110 | 1010011 | 11101 |
Color Harmonies of #890D64
Complementary color
Monochromatic Colors of #890D64
Black with #890D64
Text Example
Text Example
White with #890D64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D64; }
p { color: rgb(137,13,100); }
H1.HeaderClassName
{
color: #890D64;
}
.AnyTagClassName
{
color: #890D64;
}
</style>
background-color css
<style>
a { background-color: #890D64; }
a { background-color: rgb(137,13,100); }
div.DivClassName
{
background-color: #890D64;
}
.BgClassName
{
background-color: #890D64;
}
</style>
border-color css
<style>
span { border-color: #890D64; }
span { border-color: rgb(137,13,100); }
td.TdClassName
{
border-color: #890D64;
}
.TagClassName
{
border-color: #890D64;
}
</style>