Shades of Eggplant #890260
Tints of Eggplant #890260
RGB
CMYK
RGB Variations
Color information
#890260 (or 0x890260) is known color: Eggplant. HEX triplet: 89, 02 and 60. RGB value is (137,2,96). Sum of RGB (Red+Green+Blue) = 137+2+96=235 (31% of max value = 765). Red value is 137 (53.91% from 255 or 58.30% from 235); Green value is 2 (1.17% from 255 or 0.85% from 235); Blue value is 96 (37.89% from 255 or 40.85% from 235); Max value from RGB is 137 - color contains mainly: red. Hex color #890260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890260 is #76FD9F. Grayscale: #343434. Windows color (decimal): -7798176 or 6292105. OLE color: 6292105.
HSL color Cylindrical-coordinate representation of color #890260: hue angle of 318.22º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #890260 is Cyan = 0, Magento = 0.99, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 96 | - |
| CMYK | 0 | 0.99 | 0.30 | 0.46 |
| HSL | 318.22º | 0.97% | 0.27% | - |
| HSV(B) | 318.22º | 0.99% | 0.54% | - |
| XYZ | 12.45 | 6.21 | 11.61 | - |
| YUV | 53.08 | 152.23 | 187.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 96 | 0 | 0.99 | 0.30 | 0.46 | 318.22 | 0.97 | 0.27 |
| Hex | 89 | 2 | 60 | 0 | 63 | 1E | 2E | 13E | 61 | 1B |
| Octal | 211 | 2 | 140 | 0 | 143 | 36 | 56 | 476 | 141 | 33 |
| Binary | 10001001 | 10 | 1100000 | 0 | 1100011 | 11110 | 101110 | 100111110 | 1100001 | 11011 |
Color Harmonies of #890260
Complementary color
Monochromatic Colors of #890260
Black with #890260
Text Example
Text Example
White with #890260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890260; }
p { color: rgb(137,2,96); }
H1.HeaderClassName
{
color: #890260;
}
.AnyTagClassName
{
color: #890260;
}
</style>
background-color css
<style>
a { background-color: #890260; }
a { background-color: rgb(137,2,96); }
div.DivClassName
{
background-color: #890260;
}
.BgClassName
{
background-color: #890260;
}
</style>
border-color css
<style>
span { border-color: #890260; }
span { border-color: rgb(137,2,96); }
td.TdClassName
{
border-color: #890260;
}
.TagClassName
{
border-color: #890260;
}
</style>