Shades of Eggplant #890C68
Tints of Eggplant #890C68
RGB
CMYK
RGB Variations
Color information
#890C68 (or 0x890C68) is known color: Eggplant. HEX triplet: 89, 0C and 68. RGB value is (137,12,104). Sum of RGB (Red+Green+Blue) = 137+12+104=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 12 (5.08% from 255 or 4.74% from 253); Blue value is 104 (41.02% from 255 or 41.11% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #890C68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890C68 is #76F397. Grayscale: #3B3B3B. Windows color (decimal): -7795608 or 6818953. OLE color: 6818953.
HSL color Cylindrical-coordinate representation of color #890C68: hue angle of 315.84º degrees, saturation: 0.84, 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 #890C68 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 12 | 104 | - |
| CMYK | 0 | 0.91 | 0.24 | 0.46 |
| HSL | 315.84º | 0.84% | 0.29% | - |
| HSV(B) | 315.84º | 0.91% | 0.54% | - |
| XYZ | 12.95 | 6.58 | 13.68 | - |
| YUV | 59.86 | 152.91 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 12 | 104 | 0 | 0.91 | 0.24 | 0.46 | 315.84 | 0.84 | 0.29 |
| Hex | 89 | C | 68 | 0 | 5B | 18 | 2E | 13C | 54 | 1D |
| Octal | 211 | 14 | 150 | 0 | 133 | 30 | 56 | 474 | 124 | 35 |
| Binary | 10001001 | 1100 | 1101000 | 0 | 1011011 | 11000 | 101110 | 100111100 | 1010100 | 11101 |
Color Harmonies of #890C68
Complementary color
Monochromatic Colors of #890C68
Black with #890C68
Text Example
Text Example
White with #890C68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890C68; }
p { color: rgb(137,12,104); }
H1.HeaderClassName
{
color: #890C68;
}
.AnyTagClassName
{
color: #890C68;
}
</style>
background-color css
<style>
a { background-color: #890C68; }
a { background-color: rgb(137,12,104); }
div.DivClassName
{
background-color: #890C68;
}
.BgClassName
{
background-color: #890C68;
}
</style>
border-color css
<style>
span { border-color: #890C68; }
span { border-color: rgb(137,12,104); }
td.TdClassName
{
border-color: #890C68;
}
.TagClassName
{
border-color: #890C68;
}
</style>