Shades of Eggplant #890D62
Tints of Eggplant #890D62
RGB
CMYK
RGB Variations
Color information
#890D62 (or 0x890D62) is known color: Eggplant. HEX triplet: 89, 0D and 62. RGB value is (137,13,98). Sum of RGB (Red+Green+Blue) = 137+13+98=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 13 (5.47% from 255 or 5.24% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #890D62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890D62 is #76F29D. Grayscale: #3B3B3B. Windows color (decimal): -7795358 or 6425993. OLE color: 6425993.
HSL color Cylindrical-coordinate representation of color #890D62: hue angle of 318.87º 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 #890D62 is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 13 | 98 | - |
| CMYK | 0 | 0.91 | 0.28 | 0.46 |
| HSL | 318.87º | 0.83% | 0.29% | - |
| HSV(B) | 318.87º | 0.91% | 0.54% | - |
| XYZ | 12.67 | 6.49 | 12.14 | - |
| YUV | 59.77 | 149.58 | 183.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 13 | 98 | 0 | 0.91 | 0.28 | 0.46 | 318.87 | 0.83 | 0.29 |
| Hex | 89 | D | 62 | 0 | 5B | 1C | 2E | 13F | 53 | 1D |
| Octal | 211 | 15 | 142 | 0 | 133 | 34 | 56 | 477 | 123 | 35 |
| Binary | 10001001 | 1101 | 1100010 | 0 | 1011011 | 11100 | 101110 | 100111111 | 1010011 | 11101 |
Color Harmonies of #890D62
Complementary color
Monochromatic Colors of #890D62
Black with #890D62
Text Example
Text Example
White with #890D62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890D62; }
p { color: rgb(137,13,98); }
H1.HeaderClassName
{
color: #890D62;
}
.AnyTagClassName
{
color: #890D62;
}
</style>
background-color css
<style>
a { background-color: #890D62; }
a { background-color: rgb(137,13,98); }
div.DivClassName
{
background-color: #890D62;
}
.BgClassName
{
background-color: #890D62;
}
</style>
border-color css
<style>
span { border-color: #890D62; }
span { border-color: rgb(137,13,98); }
td.TdClassName
{
border-color: #890D62;
}
.TagClassName
{
border-color: #890D62;
}
</style>