Shades of Eggplant #850168
Tints of Eggplant #850168
RGB
CMYK
RGB Variations
Color information
#850168 (or 0x850168) is known color: Eggplant. HEX triplet: 85, 01 and 68. RGB value is (133,1,104). Sum of RGB (Red+Green+Blue) = 133+1+104=238 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.88% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 104 (41.02% from 255 or 43.70% from 238); Max value from RGB is 133 - color contains mainly: red. Hex color #850168 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850168 is #7AFE97. Grayscale: #333333. Windows color (decimal): -8060568 or 6816133. OLE color: 6816133.
HSL color Cylindrical-coordinate representation of color #850168: hue angle of 313.18º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #850168 is Cyan = 0, Magento = 0.99, Yellow = 0.22 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 104 | - |
| CMYK | 0 | 0.99 | 0.22 | 0.48 |
| HSL | 313.18º | 0.99% | 0.26% | - |
| HSV(B) | 313.18º | 0.99% | 0.52% | - |
| XYZ | 12.18 | 6.01 | 13.61 | - |
| YUV | 52.21 | 157.23 | 185.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 104 | 0 | 0.99 | 0.22 | 0.48 | 313.18 | 0.99 | 0.26 |
| Hex | 85 | 1 | 68 | 0 | 63 | 16 | 30 | 139 | 63 | 1A |
| Octal | 205 | 1 | 150 | 0 | 143 | 26 | 60 | 471 | 143 | 32 |
| Binary | 10000101 | 1 | 1101000 | 0 | 1100011 | 10110 | 110000 | 100111001 | 1100011 | 11010 |
Color Harmonies of #850168
Complementary color
Monochromatic Colors of #850168
Black with #850168
Text Example
Text Example
White with #850168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850168; }
p { color: rgb(133,1,104); }
H1.HeaderClassName
{
color: #850168;
}
.AnyTagClassName
{
color: #850168;
}
</style>
background-color css
<style>
a { background-color: #850168; }
a { background-color: rgb(133,1,104); }
div.DivClassName
{
background-color: #850168;
}
.BgClassName
{
background-color: #850168;
}
</style>
border-color css
<style>
span { border-color: #850168; }
span { border-color: rgb(133,1,104); }
td.TdClassName
{
border-color: #850168;
}
.TagClassName
{
border-color: #850168;
}
</style>