Shades of Eggplant #890163
Tints of Eggplant #890163
RGB
CMYK
RGB Variations
Color information
#890163 (or 0x890163) is known color: Eggplant. HEX triplet: 89, 01 and 63. RGB value is (137,1,99). Sum of RGB (Red+Green+Blue) = 137+1+99=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 1 (0.78% from 255 or 0.42% from 237); Blue value is 99 (39.06% from 255 or 41.77% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #890163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890163 is #76FE9C. Grayscale: #343434. Windows color (decimal): -7798429 or 6488457. OLE color: 6488457.
HSL color Cylindrical-coordinate representation of color #890163: hue angle of 316.76º degrees, saturation: 0.99, 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 #890163 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 1 | 99 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.46 |
| HSL | 316.76º | 0.99% | 0.27% | - |
| HSV(B) | 316.76º | 0.99% | 0.54% | - |
| XYZ | 12.58 | 6.24 | 12.35 | - |
| YUV | 52.84 | 154.06 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 1 | 99 | 0 | 0.99 | 0.28 | 0.46 | 316.76 | 0.99 | 0.27 |
| Hex | 89 | 1 | 63 | 0 | 63 | 1C | 2E | 13D | 63 | 1B |
| Octal | 211 | 1 | 143 | 0 | 143 | 34 | 56 | 475 | 143 | 33 |
| Binary | 10001001 | 1 | 1100011 | 0 | 1100011 | 11100 | 101110 | 100111101 | 1100011 | 11011 |
Color Harmonies of #890163
Complementary color
Monochromatic Colors of #890163
Black with #890163
Text Example
Text Example
White with #890163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890163; }
p { color: rgb(137,1,99); }
H1.HeaderClassName
{
color: #890163;
}
.AnyTagClassName
{
color: #890163;
}
</style>
background-color css
<style>
a { background-color: #890163; }
a { background-color: rgb(137,1,99); }
div.DivClassName
{
background-color: #890163;
}
.BgClassName
{
background-color: #890163;
}
</style>
border-color css
<style>
span { border-color: #890163; }
span { border-color: rgb(137,1,99); }
td.TdClassName
{
border-color: #890163;
}
.TagClassName
{
border-color: #890163;
}
</style>