Shades of Eggplant #85015C
Tints of Eggplant #85015C
RGB
CMYK
RGB Variations
Color information
#85015C (or 0x85015C) is known color: Eggplant. HEX triplet: 85, 01 and 5C. RGB value is (133,1,92). Sum of RGB (Red+Green+Blue) = 133+1+92=226 (29% of max value = 765). Red value is 133 (52.34% from 255 or 58.85% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 92 (36.33% from 255 or 40.71% from 226); Max value from RGB is 133 - color contains mainly: red. Hex color #85015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85015C is #7AFEA3. Grayscale: #323232. Windows color (decimal): -8060580 or 6029701. OLE color: 6029701.
HSL color Cylindrical-coordinate representation of color #85015C: hue angle of 318.64º 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 #85015C is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 1 | 92 | - |
| CMYK | 0 | 0.99 | 0.31 | 0.48 |
| HSL | 318.64º | 0.99% | 0.26% | - |
| HSV(B) | 318.64º | 0.99% | 0.52% | - |
| XYZ | 11.62 | 5.78 | 10.63 | - |
| YUV | 50.84 | 151.23 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 1 | 92 | 0 | 0.99 | 0.31 | 0.48 | 318.64 | 0.99 | 0.26 |
| Hex | 85 | 1 | 5C | 0 | 63 | 1F | 30 | 13F | 63 | 1A |
| Octal | 205 | 1 | 134 | 0 | 143 | 37 | 60 | 477 | 143 | 32 |
| Binary | 10000101 | 1 | 1011100 | 0 | 1100011 | 11111 | 110000 | 100111111 | 1100011 | 11010 |
Color Harmonies of #85015C
Complementary color
Monochromatic Colors of #85015C
Black with #85015C
Text Example
Text Example
White with #85015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85015C; }
p { color: rgb(133,1,92); }
H1.HeaderClassName
{
color: #85015C;
}
.AnyTagClassName
{
color: #85015C;
}
</style>
background-color css
<style>
a { background-color: #85015C; }
a { background-color: rgb(133,1,92); }
div.DivClassName
{
background-color: #85015C;
}
.BgClassName
{
background-color: #85015C;
}
</style>
border-color css
<style>
span { border-color: #85015C; }
span { border-color: rgb(133,1,92); }
td.TdClassName
{
border-color: #85015C;
}
.TagClassName
{
border-color: #85015C;
}
</style>