Shades of Eggplant #850767
Tints of Eggplant #850767
RGB
CMYK
RGB Variations
Color information
#850767 (or 0x850767) is known color: Eggplant. HEX triplet: 85, 07 and 67. RGB value is (133,7,103). Sum of RGB (Red+Green+Blue) = 133+7+103=243 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.73% from 243); Green value is 7 (3.12% from 255 or 2.88% from 243); Blue value is 103 (40.62% from 255 or 42.39% from 243); Max value from RGB is 133 - color contains mainly: red. Hex color #850767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850767 is #7AF898. Grayscale: #373737. Windows color (decimal): -8059033 or 6752133. OLE color: 6752133.
HSL color Cylindrical-coordinate representation of color #850767: hue angle of 314.29º 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 #850767 is Cyan = 0, Magento = 0.95, Yellow = 0.23 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 7 | 103 | - |
| CMYK | 0 | 0.95 | 0.23 | 0.48 |
| HSL | 314.29º | 0.9% | 0.27% | - |
| HSV(B) | 314.29º | 0.95% | 0.52% | - |
| XYZ | 12.2 | 6.12 | 13.37 | - |
| YUV | 55.62 | 154.74 | 183.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 7 | 103 | 0 | 0.95 | 0.23 | 0.48 | 314.29 | 0.9 | 0.27 |
| Hex | 85 | 7 | 67 | 0 | 5F | 17 | 30 | 13A | 5A | 1B |
| Octal | 205 | 7 | 147 | 0 | 137 | 27 | 60 | 472 | 132 | 33 |
| Binary | 10000101 | 111 | 1100111 | 0 | 1011111 | 10111 | 110000 | 100111010 | 1011010 | 11011 |
Color Harmonies of #850767
Complementary color
Monochromatic Colors of #850767
Black with #850767
Text Example
Text Example
White with #850767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850767; }
p { color: rgb(133,7,103); }
H1.HeaderClassName
{
color: #850767;
}
.AnyTagClassName
{
color: #850767;
}
</style>
background-color css
<style>
a { background-color: #850767; }
a { background-color: rgb(133,7,103); }
div.DivClassName
{
background-color: #850767;
}
.BgClassName
{
background-color: #850767;
}
</style>
border-color css
<style>
span { border-color: #850767; }
span { border-color: rgb(133,7,103); }
td.TdClassName
{
border-color: #850767;
}
.TagClassName
{
border-color: #850767;
}
</style>