Shades of Eggplant #850658
Tints of Eggplant #850658
RGB
CMYK
RGB Variations
Color information
#850658 (or 0x850658) is known color: Eggplant. HEX triplet: 85, 06 and 58. RGB value is (133,6,88). Sum of RGB (Red+Green+Blue) = 133+6+88=227 (30% of max value = 765). Red value is 133 (52.34% from 255 or 58.59% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 88 (34.77% from 255 or 38.77% from 227); Max value from RGB is 133 - color contains mainly: red. Hex color #850658 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850658 is #7AF9A7. Grayscale: #353535. Windows color (decimal): -8059304 or 5768837. OLE color: 5768837.
HSL color Cylindrical-coordinate representation of color #850658: hue angle of 321.26º degrees, saturation: 0.91, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #850658 is Cyan = 0, Magento = 0.95, Yellow = 0.34 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 6 | 88 | - |
| CMYK | 0 | 0.95 | 0.34 | 0.48 |
| HSL | 321.26º | 0.91% | 0.27% | - |
| HSV(B) | 321.26º | 0.95% | 0.52% | - |
| XYZ | 11.5 | 5.82 | 9.75 | - |
| YUV | 53.32 | 147.58 | 184.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 6 | 88 | 0 | 0.95 | 0.34 | 0.48 | 321.26 | 0.91 | 0.27 |
| Hex | 85 | 6 | 58 | 0 | 5F | 22 | 30 | 141 | 5B | 1B |
| Octal | 205 | 6 | 130 | 0 | 137 | 42 | 60 | 501 | 133 | 33 |
| Binary | 10000101 | 110 | 1011000 | 0 | 1011111 | 100010 | 110000 | 101000001 | 1011011 | 11011 |
Color Harmonies of #850658
Complementary color
Monochromatic Colors of #850658
Black with #850658
Text Example
Text Example
White with #850658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850658; }
p { color: rgb(133,6,88); }
H1.HeaderClassName
{
color: #850658;
}
.AnyTagClassName
{
color: #850658;
}
</style>
background-color css
<style>
a { background-color: #850658; }
a { background-color: rgb(133,6,88); }
div.DivClassName
{
background-color: #850658;
}
.BgClassName
{
background-color: #850658;
}
</style>
border-color css
<style>
span { border-color: #850658; }
span { border-color: rgb(133,6,88); }
td.TdClassName
{
border-color: #850658;
}
.TagClassName
{
border-color: #850658;
}
</style>