Shades of Eggplant #851062
Tints of Eggplant #851062
RGB
CMYK
RGB Variations
Color information
#851062 (or 0x851062) is known color: Eggplant. HEX triplet: 85, 10 and 62. RGB value is (133,16,98). Sum of RGB (Red+Green+Blue) = 133+16+98=247 (32% of max value = 765). Red value is 133 (52.34% from 255 or 53.85% from 247); Green value is 16 (6.64% from 255 or 6.48% from 247); Blue value is 98 (38.67% from 255 or 39.68% from 247); Max value from RGB is 133 - color contains mainly: red. Hex color #851062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #851062 is #7AEF9D. Grayscale: #3C3C3C. Windows color (decimal): -8056734 or 6426757. OLE color: 6426757.
HSL color Cylindrical-coordinate representation of color #851062: hue angle of 317.95º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #851062 is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 16 | 98 | - |
| CMYK | 0 | 0.88 | 0.26 | 0.48 |
| HSL | 317.95º | 0.79% | 0.29% | - |
| HSV(B) | 317.95º | 0.88% | 0.52% | - |
| XYZ | 12.06 | 6.24 | 12.12 | - |
| YUV | 60.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 16 | 98 | 0 | 0.88 | 0.26 | 0.48 | 317.95 | 0.79 | 0.29 |
| Hex | 85 | 10 | 62 | 0 | 58 | 1A | 30 | 13E | 4F | 1D |
| Octal | 205 | 20 | 142 | 0 | 130 | 32 | 60 | 476 | 117 | 35 |
| Binary | 10000101 | 10000 | 1100010 | 0 | 1011000 | 11010 | 110000 | 100111110 | 1001111 | 11101 |
Color Harmonies of #851062
Complementary color
Monochromatic Colors of #851062
Black with #851062
Text Example
Text Example
White with #851062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #851062; }
p { color: rgb(133,16,98); }
H1.HeaderClassName
{
color: #851062;
}
.AnyTagClassName
{
color: #851062;
}
</style>
background-color css
<style>
a { background-color: #851062; }
a { background-color: rgb(133,16,98); }
div.DivClassName
{
background-color: #851062;
}
.BgClassName
{
background-color: #851062;
}
</style>
border-color css
<style>
span { border-color: #851062; }
span { border-color: rgb(133,16,98); }
td.TdClassName
{
border-color: #851062;
}
.TagClassName
{
border-color: #851062;
}
</style>