Shades of Eggplant #890F65
Tints of Eggplant #890F65
RGB
CMYK
RGB Variations
Color information
#890F65 (or 0x890F65) is known color: Eggplant. HEX triplet: 89, 0F and 65. RGB value is (137,15,101). Sum of RGB (Red+Green+Blue) = 137+15+101=253 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.15% from 253); Green value is 15 (6.25% from 255 or 5.93% from 253); Blue value is 101 (39.84% from 255 or 39.92% from 253); Max value from RGB is 137 - color contains mainly: red. Hex color #890F65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890F65 is #76F09A. Grayscale: #3D3D3D. Windows color (decimal): -7794843 or 6623113. OLE color: 6623113.
HSL color Cylindrical-coordinate representation of color #890F65: hue angle of 317.7º 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 #890F65 is Cyan = 0, Magento = 0.89, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 15 | 101 | - |
| CMYK | 0 | 0.89 | 0.26 | 0.46 |
| HSL | 317.7º | 0.8% | 0.3% | - |
| HSV(B) | 317.7º | 0.89% | 0.54% | - |
| XYZ | 12.84 | 6.6 | 12.91 | - |
| YUV | 61.28 | 150.42 | 182.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 15 | 101 | 0 | 0.89 | 0.26 | 0.46 | 317.7 | 0.8 | 0.3 |
| Hex | 89 | F | 65 | 0 | 59 | 1A | 2E | 13E | 50 | 1E |
| Octal | 211 | 17 | 145 | 0 | 131 | 32 | 56 | 476 | 120 | 36 |
| Binary | 10001001 | 1111 | 1100101 | 0 | 1011001 | 11010 | 101110 | 100111110 | 1010000 | 11110 |
Color Harmonies of #890F65
Complementary color
Monochromatic Colors of #890F65
Black with #890F65
Text Example
Text Example
White with #890F65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890F65; }
p { color: rgb(137,15,101); }
H1.HeaderClassName
{
color: #890F65;
}
.AnyTagClassName
{
color: #890F65;
}
</style>
background-color css
<style>
a { background-color: #890F65; }
a { background-color: rgb(137,15,101); }
div.DivClassName
{
background-color: #890F65;
}
.BgClassName
{
background-color: #890F65;
}
</style>
border-color css
<style>
span { border-color: #890F65; }
span { border-color: rgb(137,15,101); }
td.TdClassName
{
border-color: #890F65;
}
.TagClassName
{
border-color: #890F65;
}
</style>