Shades of Eggplant #850169
Tints of Eggplant #850169
RGB
CMYK
RGB Variations
Color information
#850169 (or 0x850169) is known color: Eggplant. HEX triplet: 85, 01 and 69. RGB value is (133,1,105). Sum of RGB (Red+Green+Blue) = 133+1+105=239 (31% of max value = 765). Red value is 133 (52.34% from 255 or 55.65% from 239); Green value is 1 (0.78% from 255 or 0.42% from 239); Blue value is 105 (41.41% from 255 or 43.93% from 239); Max value from RGB is 133 - color contains mainly: red. Hex color #850169 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #850169 is #7AFE96. Grayscale: #343434. Windows color (decimal): -8060567 or 6881669. OLE color: 6881669.
HSL color Cylindrical-coordinate representation of color #850169: hue angle of 312.73º 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 #850169 is Cyan = 0, Magento = 0.99, Yellow = 0.21 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 105 | - |
| CMYK | 0 | 0.99 | 0.21 | 0.48 |
| HSL | 312.73º | 0.99% | 0.26% | - |
| HSV(B) | 312.73º | 0.99% | 0.52% | - |
| XYZ | 12.23 | 6.03 | 13.88 | - |
| YUV | 52.32 | 157.73 | 185.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 105 | 0 | 0.99 | 0.21 | 0.48 | 312.73 | 0.99 | 0.26 |
| Hex | 85 | 1 | 69 | 0 | 63 | 15 | 30 | 139 | 63 | 1A |
| Octal | 205 | 1 | 151 | 0 | 143 | 25 | 60 | 471 | 143 | 32 |
| Binary | 10000101 | 1 | 1101001 | 0 | 1100011 | 10101 | 110000 | 100111001 | 1100011 | 11010 |
Color Harmonies of #850169
Complementary color
Monochromatic Colors of #850169
Black with #850169
Text Example
Text Example
White with #850169
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #850169; }
p { color: rgb(133,1,105); }
H1.HeaderClassName
{
color: #850169;
}
.AnyTagClassName
{
color: #850169;
}
</style>
background-color css
<style>
a { background-color: #850169; }
a { background-color: rgb(133,1,105); }
div.DivClassName
{
background-color: #850169;
}
.BgClassName
{
background-color: #850169;
}
</style>
border-color css
<style>
span { border-color: #850169; }
span { border-color: rgb(133,1,105); }
td.TdClassName
{
border-color: #850169;
}
.TagClassName
{
border-color: #850169;
}
</style>