Shades of Eggplant #890F69
Tints of Eggplant #890F69
RGB
CMYK
RGB Variations
Color information
#890F69 (or 0x890F69) is known color: Eggplant. HEX triplet: 89, 0F and 69. RGB value is (137,15,105). Sum of RGB (Red+Green+Blue) = 137+15+105=257 (34% of max value = 765). Red value is 137 (53.91% from 255 or 53.31% from 257); Green value is 15 (6.25% from 255 or 5.84% from 257); Blue value is 105 (41.41% from 255 or 40.86% from 257); Max value from RGB is 137 - color contains mainly: red. Hex color #890F69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F69 is #76F096. Grayscale: #3D3D3D. Windows color (decimal): -7794839 or 6885257. OLE color: 6885257.
HSL color Cylindrical-coordinate representation of color #890F69: hue angle of 315.74º 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 #890F69 is Cyan = 0, Magento = 0.89, Yellow = 0.23 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 105 | - |
| CMYK | 0 | 0.89 | 0.23 | 0.46 |
| HSL | 315.74º | 0.8% | 0.3% | - |
| HSV(B) | 315.74º | 0.89% | 0.54% | - |
| XYZ | 13.04 | 6.68 | 13.97 | - |
| YUV | 61.74 | 152.42 | 181.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 105 | 0 | 0.89 | 0.23 | 0.46 | 315.74 | 0.8 | 0.3 |
| Hex | 89 | F | 69 | 0 | 59 | 17 | 2E | 13C | 50 | 1E |
| Octal | 211 | 17 | 151 | 0 | 131 | 27 | 56 | 474 | 120 | 36 |
| Binary | 10001001 | 1111 | 1101001 | 0 | 1011001 | 10111 | 101110 | 100111100 | 1010000 | 11110 |
Color Harmonies of #890F69
Complementary color
Monochromatic Colors of #890F69
Black with #890F69
Text Example
Text Example
White with #890F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F69; }
p { color: rgb(137,15,105); }
H1.HeaderClassName
{
color: #890F69;
}
.AnyTagClassName
{
color: #890F69;
}
</style>
background-color css
<style>
a { background-color: #890F69; }
a { background-color: rgb(137,15,105); }
div.DivClassName
{
background-color: #890F69;
}
.BgClassName
{
background-color: #890F69;
}
</style>
border-color css
<style>
span { border-color: #890F69; }
span { border-color: rgb(137,15,105); }
td.TdClassName
{
border-color: #890F69;
}
.TagClassName
{
border-color: #890F69;
}
</style>