Shades of Eggplant #850458
Tints of Eggplant #850458
RGB
CMYK
RGB Variations
Color information
#850458 (or 0x850458) is known color: Eggplant. HEX triplet: 85, 04 and 58. RGB value is (133,4,88). Sum of RGB (Red+Green+Blue) = 133+4+88=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 4 (1.95% from 255 or 1.78% from 225); Blue value is 88 (34.77% from 255 or 39.11% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #850458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850458 is #7AFBA7. Grayscale: #333333. Windows color (decimal): -8059816 or 5768325. OLE color: 5768325.
HSL color Cylindrical-coordinate representation of color #850458: hue angle of 320.93º 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 #850458 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 4 | 88 | - |
| CMYK | 0 | 0.97 | 0.34 | 0.48 |
| HSL | 320.93º | 0.94% | 0.27% | - |
| HSV(B) | 320.93º | 0.97% | 0.52% | - |
| XYZ | 11.48 | 5.78 | 9.74 | - |
| YUV | 52.15 | 148.24 | 185.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 4 | 88 | 0 | 0.97 | 0.34 | 0.48 | 320.93 | 0.94 | 0.27 |
| Hex | 85 | 4 | 58 | 0 | 61 | 22 | 30 | 141 | 5E | 1B |
| Octal | 205 | 4 | 130 | 0 | 141 | 42 | 60 | 501 | 136 | 33 |
| Binary | 10000101 | 100 | 1011000 | 0 | 1100001 | 100010 | 110000 | 101000001 | 1011110 | 11011 |
Color Harmonies of #850458
Complementary color
Monochromatic Colors of #850458
Black with #850458
Text Example
Text Example
White with #850458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850458; }
p { color: rgb(133,4,88); }
H1.HeaderClassName
{
color: #850458;
}
.AnyTagClassName
{
color: #850458;
}
</style>
background-color css
<style>
a { background-color: #850458; }
a { background-color: rgb(133,4,88); }
div.DivClassName
{
background-color: #850458;
}
.BgClassName
{
background-color: #850458;
}
</style>
border-color css
<style>
span { border-color: #850458; }
span { border-color: rgb(133,4,88); }
td.TdClassName
{
border-color: #850458;
}
.TagClassName
{
border-color: #850458;
}
</style>