Shades of Eggplant #850566
Tints of Eggplant #850566
RGB
CMYK
RGB Variations
Color information
#850566 (or 0x850566) is known color: Eggplant. HEX triplet: 85, 05 and 66. RGB value is (133,5,102). Sum of RGB (Red+Green+Blue) = 133+5+102=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 5 (2.34% from 255 or 2.08% from 240); Blue value is 102 (40.23% from 255 or 42.5% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #850566 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850566 is #7AFA99. Grayscale: #363636. Windows color (decimal): -8059546 or 6686085. OLE color: 6686085.
HSL color Cylindrical-coordinate representation of color #850566: hue angle of 314.53º degrees, saturation: 0.93, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #850566 is Cyan = 0, Magento = 0.96, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 5 | 102 | - |
| CMYK | 0 | 0.96 | 0.23 | 0.48 |
| HSL | 314.53º | 0.93% | 0.27% | - |
| HSV(B) | 314.53º | 0.96% | 0.52% | - |
| XYZ | 12.13 | 6.05 | 13.1 | - |
| YUV | 54.33 | 154.91 | 184.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 5 | 102 | 0 | 0.96 | 0.23 | 0.48 | 314.53 | 0.93 | 0.27 |
| Hex | 85 | 5 | 66 | 0 | 60 | 17 | 30 | 13B | 5D | 1B |
| Octal | 205 | 5 | 146 | 0 | 140 | 27 | 60 | 473 | 135 | 33 |
| Binary | 10000101 | 101 | 1100110 | 0 | 1100000 | 10111 | 110000 | 100111011 | 1011101 | 11011 |
Color Harmonies of #850566
Complementary color
Monochromatic Colors of #850566
Black with #850566
Text Example
Text Example
White with #850566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850566; }
p { color: rgb(133,5,102); }
H1.HeaderClassName
{
color: #850566;
}
.AnyTagClassName
{
color: #850566;
}
</style>
background-color css
<style>
a { background-color: #850566; }
a { background-color: rgb(133,5,102); }
div.DivClassName
{
background-color: #850566;
}
.BgClassName
{
background-color: #850566;
}
</style>
border-color css
<style>
span { border-color: #850566; }
span { border-color: rgb(133,5,102); }
td.TdClassName
{
border-color: #850566;
}
.TagClassName
{
border-color: #850566;
}
</style>