Shades of Eggplant #850950
Tints of Eggplant #850950
RGB
CMYK
RGB Variations
Color information
#850950 (or 0x850950) is known color: Eggplant. HEX triplet: 85, 09 and 50. RGB value is (133,9,80). Sum of RGB (Red+Green+Blue) = 133+9+80=222 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.91% from 222); Green value is 9 (3.91% from 255 or 4.05% from 222); Blue value is 80 (31.64% from 255 or 36.04% from 222); Max value from RGB is 133 - color contains mainly: red. Hex color #850950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850950 is #7AF6AF. Grayscale: #363636. Windows color (decimal): -8058544 or 5245317. OLE color: 5245317.
HSL color Cylindrical-coordinate representation of color #850950: hue angle of 325.65º 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 #850950 is Cyan = 0, Magento = 0.93, Yellow = 0.40 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 9 | 80 | - |
| CMYK | 0 | 0.93 | 0.40 | 0.48 |
| HSL | 325.65º | 0.87% | 0.28% | - |
| HSV(B) | 325.65º | 0.93% | 0.52% | - |
| XYZ | 11.22 | 5.76 | 8.11 | - |
| YUV | 54.17 | 142.58 | 184.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 9 | 80 | 0 | 0.93 | 0.40 | 0.48 | 325.65 | 0.87 | 0.28 |
| Hex | 85 | 9 | 50 | 0 | 5D | 28 | 30 | 146 | 57 | 1C |
| Octal | 205 | 11 | 120 | 0 | 135 | 50 | 60 | 506 | 127 | 34 |
| Binary | 10000101 | 1001 | 1010000 | 0 | 1011101 | 101000 | 110000 | 101000110 | 1010111 | 11100 |
Color Harmonies of #850950
Complementary color
Monochromatic Colors of #850950
Black with #850950
Text Example
Text Example
White with #850950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850950; }
p { color: rgb(133,9,80); }
H1.HeaderClassName
{
color: #850950;
}
.AnyTagClassName
{
color: #850950;
}
</style>
background-color css
<style>
a { background-color: #850950; }
a { background-color: rgb(133,9,80); }
div.DivClassName
{
background-color: #850950;
}
.BgClassName
{
background-color: #850950;
}
</style>
border-color css
<style>
span { border-color: #850950; }
span { border-color: rgb(133,9,80); }
td.TdClassName
{
border-color: #850950;
}
.TagClassName
{
border-color: #850950;
}
</style>