Shades of Eggplant #890262
Tints of Eggplant #890262
RGB
CMYK
RGB Variations
Color information
#890262 (or 0x890262) is known color: Eggplant. HEX triplet: 89, 02 and 62. RGB value is (137,2,98). Sum of RGB (Red+Green+Blue) = 137+2+98=237 (31% of max value = 765). Red value is 137 (53.91% from 255 or 57.81% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 98 (38.67% from 255 or 41.35% from 237); Max value from RGB is 137 - color contains mainly: red. Hex color #890262 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890262 is #76FD9D. Grayscale: #353535. Windows color (decimal): -7798174 or 6423177. OLE color: 6423177.
HSL color Cylindrical-coordinate representation of color #890262: hue angle of 317.33º 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 #890262 is Cyan = 0, Magento = 0.99, Yellow = 0.28 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 2 | 98 | - |
| CMYK | 0 | 0.99 | 0.28 | 0.46 |
| HSL | 317.33º | 0.97% | 0.27% | - |
| HSV(B) | 317.33º | 0.99% | 0.54% | - |
| XYZ | 12.54 | 6.24 | 12.1 | - |
| YUV | 53.31 | 153.23 | 187.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 2 | 98 | 0 | 0.99 | 0.28 | 0.46 | 317.33 | 0.97 | 0.27 |
| Hex | 89 | 2 | 62 | 0 | 63 | 1C | 2E | 13D | 61 | 1B |
| Octal | 211 | 2 | 142 | 0 | 143 | 34 | 56 | 475 | 141 | 33 |
| Binary | 10001001 | 10 | 1100010 | 0 | 1100011 | 11100 | 101110 | 100111101 | 1100001 | 11011 |
Color Harmonies of #890262
Complementary color
Monochromatic Colors of #890262
Black with #890262
Text Example
Text Example
White with #890262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890262; }
p { color: rgb(137,2,98); }
H1.HeaderClassName
{
color: #890262;
}
.AnyTagClassName
{
color: #890262;
}
</style>
background-color css
<style>
a { background-color: #890262; }
a { background-color: rgb(137,2,98); }
div.DivClassName
{
background-color: #890262;
}
.BgClassName
{
background-color: #890262;
}
</style>
border-color css
<style>
span { border-color: #890262; }
span { border-color: rgb(137,2,98); }
td.TdClassName
{
border-color: #890262;
}
.TagClassName
{
border-color: #890262;
}
</style>