Shades of Eggplant #890356
Tints of Eggplant #890356
RGB
CMYK
RGB Variations
Color information
#890356 (or 0x890356) is known color: Eggplant. HEX triplet: 89, 03 and 56. RGB value is (137,3,86). Sum of RGB (Red+Green+Blue) = 137+3+86=226 (29% of max value = 765). Red value is 137 (53.91% from 255 or 60.62% from 226); Green value is 3 (1.56% from 255 or 1.33% from 226); Blue value is 86 (33.98% from 255 or 38.05% from 226); Max value from RGB is 137 - color contains mainly: red. Hex color #890356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890356 is #76FCA9. Grayscale: #343434. Windows color (decimal): -7797930 or 5637001. OLE color: 5637001.
HSL color Cylindrical-coordinate representation of color #890356: hue angle of 322.84º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #890356 is Cyan = 0, Magento = 0.98, Yellow = 0.37 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 86 | - |
| CMYK | 0 | 0.98 | 0.37 | 0.46 |
| HSL | 322.84º | 0.96% | 0.27% | - |
| HSV(B) | 322.84º | 0.98% | 0.54% | - |
| XYZ | 12.03 | 6.06 | 9.34 | - |
| YUV | 52.53 | 146.89 | 188.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 86 | 0 | 0.98 | 0.37 | 0.46 | 322.84 | 0.96 | 0.27 |
| Hex | 89 | 3 | 56 | 0 | 62 | 25 | 2E | 143 | 60 | 1B |
| Octal | 211 | 3 | 126 | 0 | 142 | 45 | 56 | 503 | 140 | 33 |
| Binary | 10001001 | 11 | 1010110 | 0 | 1100010 | 100101 | 101110 | 101000011 | 1100000 | 11011 |
Color Harmonies of #890356
Complementary color
Monochromatic Colors of #890356
Black with #890356
Text Example
Text Example
White with #890356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890356; }
p { color: rgb(137,3,86); }
H1.HeaderClassName
{
color: #890356;
}
.AnyTagClassName
{
color: #890356;
}
</style>
background-color css
<style>
a { background-color: #890356; }
a { background-color: rgb(137,3,86); }
div.DivClassName
{
background-color: #890356;
}
.BgClassName
{
background-color: #890356;
}
</style>
border-color css
<style>
span { border-color: #890356; }
span { border-color: rgb(137,3,86); }
td.TdClassName
{
border-color: #890356;
}
.TagClassName
{
border-color: #890356;
}
</style>