Shades of Eggplant #850962
Tints of Eggplant #850962
RGB
CMYK
RGB Variations
Color information
#850962 (or 0x850962) is known color: Eggplant. HEX triplet: 85, 09 and 62. RGB value is (133,9,98). Sum of RGB (Red+Green+Blue) = 133+9+98=240 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.42% from 240); Green value is 9 (3.91% from 255 or 3.75% from 240); Blue value is 98 (38.67% from 255 or 40.83% from 240); Max value from RGB is 133 - color contains mainly: red. Hex color #850962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850962 is #7AF69D. Grayscale: #373737. Windows color (decimal): -8058526 or 6424965. OLE color: 6424965.
HSL color Cylindrical-coordinate representation of color #850962: hue angle of 316.94º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #850962 is Cyan = 0, Magento = 0.93, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 9 | 98 | - |
| CMYK | 0 | 0.93 | 0.26 | 0.48 |
| HSL | 316.94º | 0.87% | 0.28% | - |
| HSV(B) | 316.94º | 0.93% | 0.52% | - |
| XYZ | 11.98 | 6.06 | 12.09 | - |
| YUV | 56.22 | 151.58 | 182.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 9 | 98 | 0 | 0.93 | 0.26 | 0.48 | 316.94 | 0.87 | 0.28 |
| Hex | 85 | 9 | 62 | 0 | 5D | 1A | 30 | 13D | 57 | 1C |
| Octal | 205 | 11 | 142 | 0 | 135 | 32 | 60 | 475 | 127 | 34 |
| Binary | 10000101 | 1001 | 1100010 | 0 | 1011101 | 11010 | 110000 | 100111101 | 1010111 | 11100 |
Color Harmonies of #850962
Complementary color
Monochromatic Colors of #850962
Black with #850962
Text Example
Text Example
White with #850962
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850962; }
p { color: rgb(133,9,98); }
H1.HeaderClassName
{
color: #850962;
}
.AnyTagClassName
{
color: #850962;
}
</style>
background-color css
<style>
a { background-color: #850962; }
a { background-color: rgb(133,9,98); }
div.DivClassName
{
background-color: #850962;
}
.BgClassName
{
background-color: #850962;
}
</style>
border-color css
<style>
span { border-color: #850962; }
span { border-color: rgb(133,9,98); }
td.TdClassName
{
border-color: #850962;
}
.TagClassName
{
border-color: #850962;
}
</style>