Shades of Eggplant #850462
Tints of Eggplant #850462
RGB
CMYK
RGB Variations
Color information
#850462 (or 0x850462) is known color: Eggplant. HEX triplet: 85, 04 and 62. RGB value is (133,4,98). Sum of RGB (Red+Green+Blue) = 133+4+98=235 (31% of max value = 765). Red value is 133 (52.34% from 255 or 56.60% from 235); Green value is 4 (1.95% from 255 or 1.70% from 235); Blue value is 98 (38.67% from 255 or 41.70% from 235); Max value from RGB is 133 - color contains mainly: red. Hex color #850462 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850462 is #7AFB9D. Grayscale: #353535. Windows color (decimal): -8059806 or 6423685. OLE color: 6423685.
HSL color Cylindrical-coordinate representation of color #850462: hue angle of 316.28º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #850462 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 98 | - |
| CMYK | 0 | 0.97 | 0.26 | 0.48 |
| HSL | 316.28º | 0.94% | 0.27% | - |
| HSV(B) | 316.28º | 0.97% | 0.52% | - |
| XYZ | 11.92 | 5.96 | 12.08 | - |
| YUV | 53.29 | 153.24 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 98 | 0 | 0.97 | 0.26 | 0.48 | 316.28 | 0.94 | 0.27 |
| Hex | 85 | 4 | 62 | 0 | 61 | 1A | 30 | 13C | 5E | 1B |
| Octal | 205 | 4 | 142 | 0 | 141 | 32 | 60 | 474 | 136 | 33 |
| Binary | 10000101 | 100 | 1100010 | 0 | 1100001 | 11010 | 110000 | 100111100 | 1011110 | 11011 |
Color Harmonies of #850462
Complementary color
Monochromatic Colors of #850462
Black with #850462
Text Example
Text Example
White with #850462
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850462; }
p { color: rgb(133,4,98); }
H1.HeaderClassName
{
color: #850462;
}
.AnyTagClassName
{
color: #850462;
}
</style>
background-color css
<style>
a { background-color: #850462; }
a { background-color: rgb(133,4,98); }
div.DivClassName
{
background-color: #850462;
}
.BgClassName
{
background-color: #850462;
}
</style>
border-color css
<style>
span { border-color: #850462; }
span { border-color: rgb(133,4,98); }
td.TdClassName
{
border-color: #850462;
}
.TagClassName
{
border-color: #850462;
}
</style>