Shades of Eggplant #890F68
Tints of Eggplant #890F68
RGB
CMYK
RGB Variations
Color information
#890F68 (or 0x890F68) is known color: Eggplant. HEX triplet: 89, 0F and 68. RGB value is (137,15,104). Sum of RGB (Red+Green+Blue) = 137+15+104=256 (33% of max value = 765). Red value is 137 (53.91% from 255 or 53.52% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 104 (41.02% from 255 or 40.62% from 256); Max value from RGB is 137 - color contains mainly: red. Hex color #890F68 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F68 is #76F097. Grayscale: #3D3D3D. Windows color (decimal): -7794840 or 6819721. OLE color: 6819721.
HSL color Cylindrical-coordinate representation of color #890F68: hue angle of 316.23º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #890F68 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 104 | - |
| CMYK | 0 | 0.89 | 0.24 | 0.46 |
| HSL | 316.23º | 0.8% | 0.3% | - |
| HSV(B) | 316.23º | 0.89% | 0.54% | - |
| XYZ | 12.99 | 6.66 | 13.7 | - |
| YUV | 61.62 | 151.92 | 181.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 104 | 0 | 0.89 | 0.24 | 0.46 | 316.23 | 0.8 | 0.3 |
| Hex | 89 | F | 68 | 0 | 59 | 18 | 2E | 13C | 50 | 1E |
| Octal | 211 | 17 | 150 | 0 | 131 | 30 | 56 | 474 | 120 | 36 |
| Binary | 10001001 | 1111 | 1101000 | 0 | 1011001 | 11000 | 101110 | 100111100 | 1010000 | 11110 |
Color Harmonies of #890F68
Complementary color
Monochromatic Colors of #890F68
Black with #890F68
Text Example
Text Example
White with #890F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F68; }
p { color: rgb(137,15,104); }
H1.HeaderClassName
{
color: #890F68;
}
.AnyTagClassName
{
color: #890F68;
}
</style>
background-color css
<style>
a { background-color: #890F68; }
a { background-color: rgb(137,15,104); }
div.DivClassName
{
background-color: #890F68;
}
.BgClassName
{
background-color: #890F68;
}
</style>
border-color css
<style>
span { border-color: #890F68; }
span { border-color: rgb(137,15,104); }
td.TdClassName
{
border-color: #890F68;
}
.TagClassName
{
border-color: #890F68;
}
</style>