Shades of Eggplant #850063
Tints of Eggplant #850063
RGB
CMYK
RGB Variations
Color information
#850063 (or 0x850063) is known color: Eggplant. HEX triplet: 85, 00 and 63. RGB value is (133,0,99). Sum of RGB (Red+Green+Blue) = 133+0+99=232 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.33% from 232); Green value is 0 (0.39% from 255 or 0% from 232); Blue value is 99 (39.06% from 255 or 42.67% from 232); Max value from RGB is 133 - color contains mainly: red. Hex color #850063 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850063 is #7AFF9C. Grayscale: #323232. Windows color (decimal): -8060829 or 6488197. OLE color: 6488197.
HSL color Cylindrical-coordinate representation of color #850063: hue angle of 315.34º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #850063 is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 99 | - |
| CMYK | 0 | 1 | 0.26 | 0.48 |
| HSL | 315.34º | 1% | 0.26% | - |
| HSV(B) | 315.34º | 1% | 0.52% | - |
| XYZ | 11.93 | 5.89 | 12.31 | - |
| YUV | 51.05 | 155.06 | 186.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 99 | 0 | 1 | 0.26 | 0.48 | 315.34 | 1 | 0.26 |
| Hex | 85 | 0 | 63 | 0 | 64 | 1A | 30 | 13B | 64 | 1A |
| Octal | 205 | 0 | 143 | 0 | 144 | 32 | 60 | 473 | 144 | 32 |
| Binary | 10000101 | 0 | 1100011 | 0 | 1100100 | 11010 | 110000 | 100111011 | 1100100 | 11010 |
Color Harmonies of #850063
Complementary color
Monochromatic Colors of #850063
Black with #850063
Text Example
Text Example
White with #850063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850063; }
p { color: rgb(133,0,99); }
H1.HeaderClassName
{
color: #850063;
}
.AnyTagClassName
{
color: #850063;
}
</style>
background-color css
<style>
a { background-color: #850063; }
a { background-color: rgb(133,0,99); }
div.DivClassName
{
background-color: #850063;
}
.BgClassName
{
background-color: #850063;
}
</style>
border-color css
<style>
span { border-color: #850063; }
span { border-color: rgb(133,0,99); }
td.TdClassName
{
border-color: #850063;
}
.TagClassName
{
border-color: #850063;
}
</style>