Shades of Eggplant #85145D
Tints of Eggplant #85145D
RGB
CMYK
RGB Variations
Color information
#85145D (or 0x85145D) is known color: Eggplant. HEX triplet: 85, 14 and 5D. RGB value is (133,20,93). Sum of RGB (Red+Green+Blue) = 133+20+93=246 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.07% from 246); Green value is 20 (8.20% from 255 or 8.13% from 246); Blue value is 93 (36.72% from 255 or 37.80% from 246); Max value from RGB is 133 - color contains mainly: red. Hex color #85145D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85145D is #7AEBA2. Grayscale: #3D3D3D. Windows color (decimal): -8055715 or 6100101. OLE color: 6100101.
HSL color Cylindrical-coordinate representation of color #85145D: hue angle of 321.24º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #85145D is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 93 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.48 |
| HSL | 321.24º | 0.74% | 0.3% | - |
| HSV(B) | 321.24º | 0.85% | 0.52% | - |
| XYZ | 11.9 | 6.28 | 10.94 | - |
| YUV | 62.11 | 145.44 | 178.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 93 | 0 | 0.85 | 0.30 | 0.48 | 321.24 | 0.74 | 0.3 |
| Hex | 85 | 14 | 5D | 0 | 55 | 1E | 30 | 141 | 4A | 1E |
| Octal | 205 | 24 | 135 | 0 | 125 | 36 | 60 | 501 | 112 | 36 |
| Binary | 10000101 | 10100 | 1011101 | 0 | 1010101 | 11110 | 110000 | 101000001 | 1001010 | 11110 |
Color Harmonies of #85145D
Complementary color
Monochromatic Colors of #85145D
Black with #85145D
Text Example
Text Example
White with #85145D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85145D; }
p { color: rgb(133,20,93); }
H1.HeaderClassName
{
color: #85145D;
}
.AnyTagClassName
{
color: #85145D;
}
</style>
background-color css
<style>
a { background-color: #85145D; }
a { background-color: rgb(133,20,93); }
div.DivClassName
{
background-color: #85145D;
}
.BgClassName
{
background-color: #85145D;
}
</style>
border-color css
<style>
span { border-color: #85145D; }
span { border-color: rgb(133,20,93); }
td.TdClassName
{
border-color: #85145D;
}
.TagClassName
{
border-color: #85145D;
}
</style>