Shades of Eggplant #85015B
Tints of Eggplant #85015B
RGB
CMYK
RGB Variations
Color information
#85015B (or 0x85015B) is known color: Eggplant. HEX triplet: 85, 01 and 5B. RGB value is (133,1,91). Sum of RGB (Red+Green+Blue) = 133+1+91=225 (29% of max value = 765). Red value is 133 (52.34% from 255 or 59.11% from 225); Green value is 1 (0.78% from 255 or 0.44% from 225); Blue value is 91 (35.94% from 255 or 40.44% from 225); Max value from RGB is 133 - color contains mainly: red. Hex color #85015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85015B is #7AFEA4. Grayscale: #323232. Windows color (decimal): -8060581 or 5964165. OLE color: 5964165.
HSL color Cylindrical-coordinate representation of color #85015B: hue angle of 319.09º 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 #85015B is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 91 | - |
| CMYK | 0 | 0.99 | 0.32 | 0.48 |
| HSL | 319.09º | 0.99% | 0.26% | - |
| HSV(B) | 319.09º | 0.99% | 0.52% | - |
| XYZ | 11.57 | 5.76 | 10.4 | - |
| YUV | 50.73 | 150.73 | 186.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 91 | 0 | 0.99 | 0.32 | 0.48 | 319.09 | 0.99 | 0.26 |
| Hex | 85 | 1 | 5B | 0 | 63 | 20 | 30 | 13F | 63 | 1A |
| Octal | 205 | 1 | 133 | 0 | 143 | 40 | 60 | 477 | 143 | 32 |
| Binary | 10000101 | 1 | 1011011 | 0 | 1100011 | 100000 | 110000 | 100111111 | 1100011 | 11010 |
Color Harmonies of #85015B
Complementary color
Monochromatic Colors of #85015B
Black with #85015B
Text Example
Text Example
White with #85015B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85015B; }
p { color: rgb(133,1,91); }
H1.HeaderClassName
{
color: #85015B;
}
.AnyTagClassName
{
color: #85015B;
}
</style>
background-color css
<style>
a { background-color: #85015B; }
a { background-color: rgb(133,1,91); }
div.DivClassName
{
background-color: #85015B;
}
.BgClassName
{
background-color: #85015B;
}
</style>
border-color css
<style>
span { border-color: #85015B; }
span { border-color: rgb(133,1,91); }
td.TdClassName
{
border-color: #85015B;
}
.TagClassName
{
border-color: #85015B;
}
</style>