Shades of Eggplant #890270
Tints of Eggplant #890270
RGB
CMYK
RGB Variations
Color information
#890270 (or 0x890270) is known color: Eggplant. HEX triplet: 89, 02 and 70. RGB value is (137,2,112). Sum of RGB (Red+Green+Blue) = 137+2+112=251 (33% of max value = 765). Red value is 137 (53.91% from 255 or 54.58% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 112 (44.14% from 255 or 44.62% from 251); Max value from RGB is 137 - color contains mainly: red. Hex color #890270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890270 is #76FD8F. Grayscale: #363636. Windows color (decimal): -7798160 or 7340681. OLE color: 7340681.
HSL color Cylindrical-coordinate representation of color #890270: hue angle of 311.11º 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 #890270 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 112 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.46 |
| HSL | 311.11º | 0.97% | 0.27% | - |
| HSV(B) | 311.11º | 0.99% | 0.54% | - |
| XYZ | 13.26 | 6.53 | 15.89 | - |
| YUV | 54.91 | 160.23 | 186.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 112 | 0 | 0.99 | 0.18 | 0.46 | 311.11 | 0.97 | 0.27 |
| Hex | 89 | 2 | 70 | 0 | 63 | 12 | 2E | 137 | 61 | 1B |
| Octal | 211 | 2 | 160 | 0 | 143 | 22 | 56 | 467 | 141 | 33 |
| Binary | 10001001 | 10 | 1110000 | 0 | 1100011 | 10010 | 101110 | 100110111 | 1100001 | 11011 |
Color Harmonies of #890270
Complementary color
Monochromatic Colors of #890270
Black with #890270
Text Example
Text Example
White with #890270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890270; }
p { color: rgb(137,2,112); }
H1.HeaderClassName
{
color: #890270;
}
.AnyTagClassName
{
color: #890270;
}
</style>
background-color css
<style>
a { background-color: #890270; }
a { background-color: rgb(137,2,112); }
div.DivClassName
{
background-color: #890270;
}
.BgClassName
{
background-color: #890270;
}
</style>
border-color css
<style>
span { border-color: #890270; }
span { border-color: rgb(137,2,112); }
td.TdClassName
{
border-color: #890270;
}
.TagClassName
{
border-color: #890270;
}
</style>