Shades of Eggplant #890365
Tints of Eggplant #890365
RGB
CMYK
RGB Variations
Color information
#890365 (or 0x890365) is known color: Eggplant. HEX triplet: 89, 03 and 65. RGB value is (137,3,101). Sum of RGB (Red+Green+Blue) = 137+3+101=241 (31% of max value = 765). Red value is 137 (53.91% from 255 or 56.85% from 241); Green value is 3 (1.56% from 255 or 1.24% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 137 - color contains mainly: red. Hex color #890365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890365 is #76FC9A. Grayscale: #353535. Windows color (decimal): -7797915 or 6620041. OLE color: 6620041.
HSL color Cylindrical-coordinate representation of color #890365: hue angle of 316.12º 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 #890365 is Cyan = 0, Magento = 0.98, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 3 | 101 | - |
| CMYK | 0 | 0.98 | 0.26 | 0.46 |
| HSL | 316.12º | 0.96% | 0.27% | - |
| HSV(B) | 316.12º | 0.98% | 0.54% | - |
| XYZ | 12.7 | 6.32 | 12.86 | - |
| YUV | 54.24 | 154.39 | 187.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 3 | 101 | 0 | 0.98 | 0.26 | 0.46 | 316.12 | 0.96 | 0.27 |
| Hex | 89 | 3 | 65 | 0 | 62 | 1A | 2E | 13C | 60 | 1B |
| Octal | 211 | 3 | 145 | 0 | 142 | 32 | 56 | 474 | 140 | 33 |
| Binary | 10001001 | 11 | 1100101 | 0 | 1100010 | 11010 | 101110 | 100111100 | 1100000 | 11011 |
Color Harmonies of #890365
Complementary color
Monochromatic Colors of #890365
Black with #890365
Text Example
Text Example
White with #890365
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890365; }
p { color: rgb(137,3,101); }
H1.HeaderClassName
{
color: #890365;
}
.AnyTagClassName
{
color: #890365;
}
</style>
background-color css
<style>
a { background-color: #890365; }
a { background-color: rgb(137,3,101); }
div.DivClassName
{
background-color: #890365;
}
.BgClassName
{
background-color: #890365;
}
</style>
border-color css
<style>
span { border-color: #890365; }
span { border-color: rgb(137,3,101); }
td.TdClassName
{
border-color: #890365;
}
.TagClassName
{
border-color: #890365;
}
</style>