Shades of Eggplant #850066
Tints of Eggplant #850066
RGB
CMYK
RGB Variations
Color information
#850066 (or 0x850066) is known color: Eggplant. HEX triplet: 85, 00 and 66. RGB value is (133,0,102). Sum of RGB (Red+Green+Blue) = 133+0+102=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 102 (40.23% from 255 or 43.40% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #850066 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850066 is #7AFF99. Grayscale: #333333. Windows color (decimal): -8060826 or 6684805. OLE color: 6684805.
HSL color Cylindrical-coordinate representation of color #850066: hue angle of 313.98º 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 #850066 is Cyan = 0, Magento = 1, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.23 | 0.48 |
| HSL | 313.99º | 1% | 0.26% | - |
| HSV(B) | 313.99º | 1% | 0.52% | - |
| XYZ | 12.07 | 5.95 | 13.08 | - |
| YUV | 51.4 | 156.56 | 186.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 0 | 102 | 0 | 1 | 0.23 | 0.48 | 313.99 | 1 | 0.26 |
| Hex | 85 | 0 | 66 | 0 | 64 | 17 | 30 | 13A | 64 | 1A |
| Octal | 205 | 0 | 146 | 0 | 144 | 27 | 60 | 472 | 144 | 32 |
| Binary | 10000101 | 0 | 1100110 | 0 | 1100100 | 10111 | 110000 | 100111010 | 1100100 | 11010 |
Color Harmonies of #850066
Complementary color
Monochromatic Colors of #850066
Black with #850066
Text Example
Text Example
White with #850066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850066; }
p { color: rgb(133,0,102); }
H1.HeaderClassName
{
color: #850066;
}
.AnyTagClassName
{
color: #850066;
}
</style>
background-color css
<style>
a { background-color: #850066; }
a { background-color: rgb(133,0,102); }
div.DivClassName
{
background-color: #850066;
}
.BgClassName
{
background-color: #850066;
}
</style>
border-color css
<style>
span { border-color: #850066; }
span { border-color: rgb(133,0,102); }
td.TdClassName
{
border-color: #850066;
}
.TagClassName
{
border-color: #850066;
}
</style>