Shades of Eggplant #85155C
Tints of Eggplant #85155C
RGB
CMYK
RGB Variations
Color information
#85155C (or 0x85155C) is known color: Eggplant. HEX triplet: 85, 15 and 5C. RGB value is (133,21,92). Sum of RGB (Red+Green+Blue) = 133+21+92=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 21 (8.59% from 255 or 8.54% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85155C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85155C is #7AEAA3. Grayscale: #3E3E3E. Windows color (decimal): -8055460 or 6034821. OLE color: 6034821.
HSL color Cylindrical-coordinate representation of color #85155C: hue angle of 321.96º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #85155C is Cyan = 0, Magento = 0.84, Yellow = 0.31 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 21 | 92 | - |
| CMYK | 0 | 0.84 | 0.31 | 0.48 |
| HSL | 321.96º | 0.73% | 0.3% | - |
| HSV(B) | 321.96º | 0.84% | 0.52% | - |
| XYZ | 11.87 | 6.3 | 10.71 | - |
| YUV | 62.58 | 144.61 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 21 | 92 | 0 | 0.84 | 0.31 | 0.48 | 321.96 | 0.73 | 0.3 |
| Hex | 85 | 15 | 5C | 0 | 54 | 1F | 30 | 142 | 49 | 1E |
| Octal | 205 | 25 | 134 | 0 | 124 | 37 | 60 | 502 | 111 | 36 |
| Binary | 10000101 | 10101 | 1011100 | 0 | 1010100 | 11111 | 110000 | 101000010 | 1001001 | 11110 |
Color Harmonies of #85155C
Complementary color
Monochromatic Colors of #85155C
Black with #85155C
Text Example
Text Example
White with #85155C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85155C; }
p { color: rgb(133,21,92); }
H1.HeaderClassName
{
color: #85155C;
}
.AnyTagClassName
{
color: #85155C;
}
</style>
background-color css
<style>
a { background-color: #85155C; }
a { background-color: rgb(133,21,92); }
div.DivClassName
{
background-color: #85155C;
}
.BgClassName
{
background-color: #85155C;
}
</style>
border-color css
<style>
span { border-color: #85155C; }
span { border-color: rgb(133,21,92); }
td.TdClassName
{
border-color: #85155C;
}
.TagClassName
{
border-color: #85155C;
}
</style>