Shades of Eggplant #890768
Tints of Eggplant #890768
RGB
CMYK
RGB Variations
Color information
#890768 (or 0x890768) is known color: Eggplant. HEX triplet: 89, 07 and 68. RGB value is (137,7,104). Sum of RGB (Red+Green+Blue) = 137+7+104=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 7 (3.12% from 255 or 2.82% from 248); Blue value is 104 (41.02% from 255 or 41.94% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #890768 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #890768 is #76F897. Grayscale: #383838. Windows color (decimal): -7796888 or 6817673. OLE color: 6817673.
HSL color Cylindrical-coordinate representation of color #890768: hue angle of 315.23º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #890768 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 7 | 104 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.46 |
| HSL | 315.23º | 0.9% | 0.28% | - |
| HSV(B) | 315.23º | 0.95% | 0.54% | - |
| XYZ | 12.89 | 6.47 | 13.67 | - |
| YUV | 56.93 | 154.57 | 185.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 7 | 104 | 0 | 0.95 | 0.24 | 0.46 | 315.23 | 0.9 | 0.28 |
| Hex | 89 | 7 | 68 | 0 | 5F | 18 | 2E | 13B | 5A | 1C |
| Octal | 211 | 7 | 150 | 0 | 137 | 30 | 56 | 473 | 132 | 34 |
| Binary | 10001001 | 111 | 1101000 | 0 | 1011111 | 11000 | 101110 | 100111011 | 1011010 | 11100 |
Color Harmonies of #890768
Complementary color
Monochromatic Colors of #890768
Black with #890768
Text Example
Text Example
White with #890768
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #890768; }
p { color: rgb(137,7,104); }
H1.HeaderClassName
{
color: #890768;
}
.AnyTagClassName
{
color: #890768;
}
</style>
background-color css
<style>
a { background-color: #890768; }
a { background-color: rgb(137,7,104); }
div.DivClassName
{
background-color: #890768;
}
.BgClassName
{
background-color: #890768;
}
</style>
border-color css
<style>
span { border-color: #890768; }
span { border-color: rgb(137,7,104); }
td.TdClassName
{
border-color: #890768;
}
.TagClassName
{
border-color: #890768;
}
</style>