Shades of Eggplant #850765
Tints of Eggplant #850765
RGB
CMYK
RGB Variations
Color information
#850765 (or 0x850765) is known color: Eggplant. HEX triplet: 85, 07 and 65. RGB value is (133,7,101). Sum of RGB (Red+Green+Blue) = 133+7+101=241 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.19% from 241); Green value is 7 (3.12% from 255 or 2.90% from 241); Blue value is 101 (39.84% from 255 or 41.91% from 241); Max value from RGB is 133 - color contains mainly: red. Hex color #850765 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850765 is #7AF89A. Grayscale: #373737. Windows color (decimal): -8059035 or 6621061. OLE color: 6621061.
HSL color Cylindrical-coordinate representation of color #850765: hue angle of 315.24º degrees, saturation: 0.9, 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 #850765 is Cyan = 0, Magento = 0.95, Yellow = 0.24 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 101 | - |
| CMYK | 0 | 0.95 | 0.24 | 0.48 |
| HSL | 315.24º | 0.9% | 0.27% | - |
| HSV(B) | 315.24º | 0.95% | 0.52% | - |
| XYZ | 12.1 | 6.08 | 12.85 | - |
| YUV | 55.39 | 153.74 | 183.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 101 | 0 | 0.95 | 0.24 | 0.48 | 315.24 | 0.9 | 0.27 |
| Hex | 85 | 7 | 65 | 0 | 5F | 18 | 30 | 13B | 5A | 1B |
| Octal | 205 | 7 | 145 | 0 | 137 | 30 | 60 | 473 | 132 | 33 |
| Binary | 10000101 | 111 | 1100101 | 0 | 1011111 | 11000 | 110000 | 100111011 | 1011010 | 11011 |
Color Harmonies of #850765
Complementary color
Monochromatic Colors of #850765
Black with #850765
Text Example
Text Example
White with #850765
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850765; }
p { color: rgb(133,7,101); }
H1.HeaderClassName
{
color: #850765;
}
.AnyTagClassName
{
color: #850765;
}
</style>
background-color css
<style>
a { background-color: #850765; }
a { background-color: rgb(133,7,101); }
div.DivClassName
{
background-color: #850765;
}
.BgClassName
{
background-color: #850765;
}
</style>
border-color css
<style>
span { border-color: #850765; }
span { border-color: rgb(133,7,101); }
td.TdClassName
{
border-color: #850765;
}
.TagClassName
{
border-color: #850765;
}
</style>