Shades of Eggplant #850763
Tints of Eggplant #850763
RGB
CMYK
RGB Variations
Color information
#850763 (or 0x850763) is known color: Eggplant. HEX triplet: 85, 07 and 63. RGB value is (133,7,99). Sum of RGB (Red+Green+Blue) = 133+7+99=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 7 (3.12% from 255 or 2.93% from 239); Blue value is 99 (39.06% from 255 or 41.42% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #850763 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850763 is #7AF89C. Grayscale: #363636. Windows color (decimal): -8059037 or 6489989. OLE color: 6489989.
HSL color Cylindrical-coordinate representation of color #850763: hue angle of 316.19º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850763 is Cyan = 0, Magento = 0.95, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 99 | - |
| CMYK | 0 | 0.95 | 0.26 | 0.48 |
| HSL | 316.19º | 0.9% | 0.27% | - |
| HSV(B) | 316.19º | 0.95% | 0.52% | - |
| XYZ | 12 | 6.04 | 12.34 | - |
| YUV | 55.16 | 152.74 | 183.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 99 | 0 | 0.95 | 0.26 | 0.48 | 316.19 | 0.9 | 0.27 |
| Hex | 85 | 7 | 63 | 0 | 5F | 1A | 30 | 13C | 5A | 1B |
| Octal | 205 | 7 | 143 | 0 | 137 | 32 | 60 | 474 | 132 | 33 |
| Binary | 10000101 | 111 | 1100011 | 0 | 1011111 | 11010 | 110000 | 100111100 | 1011010 | 11011 |
Color Harmonies of #850763
Complementary color
Monochromatic Colors of #850763
Black with #850763
Text Example
Text Example
White with #850763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850763; }
p { color: rgb(133,7,99); }
H1.HeaderClassName
{
color: #850763;
}
.AnyTagClassName
{
color: #850763;
}
</style>
background-color css
<style>
a { background-color: #850763; }
a { background-color: rgb(133,7,99); }
div.DivClassName
{
background-color: #850763;
}
.BgClassName
{
background-color: #850763;
}
</style>
border-color css
<style>
span { border-color: #850763; }
span { border-color: rgb(133,7,99); }
td.TdClassName
{
border-color: #850763;
}
.TagClassName
{
border-color: #850763;
}
</style>