Shades of Eggplant #850260
Tints of Eggplant #850260
RGB
CMYK
RGB Variations
Color information
#850260 (or 0x850260) is known color: Eggplant. HEX triplet: 85, 02 and 60. RGB value is (133,2,96). Sum of RGB (Red+Green+Blue) = 133+2+96=231 (30% of max value = 765). Red value is 133 (52.34% from 255 or 57.58% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 96 (37.89% from 255 or 41.56% from 231); Max value from RGB is 133 - color contains mainly: red. Hex color #850260 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850260 is #7AFD9F. Grayscale: #333333. Windows color (decimal): -8060320 or 6292101. OLE color: 6292101.
HSL color Cylindrical-coordinate representation of color #850260: hue angle of 316.95º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #850260 is Cyan = 0, Magento = 0.98, Yellow = 0.28 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 2 | 96 | - |
| CMYK | 0 | 0.98 | 0.28 | 0.48 |
| HSL | 316.95º | 0.97% | 0.26% | - |
| HSV(B) | 316.95º | 0.98% | 0.52% | - |
| XYZ | 11.81 | 5.87 | 11.58 | - |
| YUV | 51.89 | 152.9 | 185.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 2 | 96 | 0 | 0.98 | 0.28 | 0.48 | 316.95 | 0.97 | 0.26 |
| Hex | 85 | 2 | 60 | 0 | 62 | 1C | 30 | 13D | 61 | 1A |
| Octal | 205 | 2 | 140 | 0 | 142 | 34 | 60 | 475 | 141 | 32 |
| Binary | 10000101 | 10 | 1100000 | 0 | 1100010 | 11100 | 110000 | 100111101 | 1100001 | 11010 |
Color Harmonies of #850260
Complementary color
Monochromatic Colors of #850260
Black with #850260
Text Example
Text Example
White with #850260
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850260; }
p { color: rgb(133,2,96); }
H1.HeaderClassName
{
color: #850260;
}
.AnyTagClassName
{
color: #850260;
}
</style>
background-color css
<style>
a { background-color: #850260; }
a { background-color: rgb(133,2,96); }
div.DivClassName
{
background-color: #850260;
}
.BgClassName
{
background-color: #850260;
}
</style>
border-color css
<style>
span { border-color: #850260; }
span { border-color: rgb(133,2,96); }
td.TdClassName
{
border-color: #850260;
}
.TagClassName
{
border-color: #850260;
}
</style>