Shades of Eggplant #850351
Tints of Eggplant #850351
RGB
CMYK
RGB Variations
Color information
#850351 (or 0x850351) is known color: Eggplant. HEX triplet: 85, 03 and 51. RGB value is (133,3,81). Sum of RGB (Red+Green+Blue) = 133+3+81=217 (28% of max value = 765). Red value is 133 (52.34% from 255 or 61.29% from 217); Green value is 3 (1.56% from 255 or 1.38% from 217); Blue value is 81 (32.03% from 255 or 37.33% from 217); Max value from RGB is 133 - color contains mainly: red. Hex color #850351 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850351 is #7AFCAE. Grayscale: #323232. Windows color (decimal): -8060079 or 5309317. OLE color: 5309317.
HSL color Cylindrical-coordinate representation of color #850351: hue angle of 324º degrees, saturation: 0.96, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850351 is Cyan = 0, Magento = 0.98, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 3 | 81 | - |
| CMYK | 0 | 0.98 | 0.39 | 0.48 |
| HSL | 324º | 0.96% | 0.27% | - |
| HSV(B) | 324º | 0.98% | 0.52% | - |
| XYZ | 11.19 | 5.65 | 8.28 | - |
| YUV | 50.76 | 145.07 | 186.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 3 | 81 | 0 | 0.98 | 0.39 | 0.48 | 324 | 0.96 | 0.27 |
| Hex | 85 | 3 | 51 | 0 | 62 | 27 | 30 | 144 | 60 | 1B |
| Octal | 205 | 3 | 121 | 0 | 142 | 47 | 60 | 504 | 140 | 33 |
| Binary | 10000101 | 11 | 1010001 | 0 | 1100010 | 100111 | 110000 | 101000100 | 1100000 | 11011 |
Color Harmonies of #850351
Complementary color
Monochromatic Colors of #850351
Black with #850351
Text Example
Text Example
White with #850351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850351; }
p { color: rgb(133,3,81); }
H1.HeaderClassName
{
color: #850351;
}
.AnyTagClassName
{
color: #850351;
}
</style>
background-color css
<style>
a { background-color: #850351; }
a { background-color: rgb(133,3,81); }
div.DivClassName
{
background-color: #850351;
}
.BgClassName
{
background-color: #850351;
}
</style>
border-color css
<style>
span { border-color: #850351; }
span { border-color: rgb(133,3,81); }
td.TdClassName
{
border-color: #850351;
}
.TagClassName
{
border-color: #850351;
}
</style>