Shades of Eggplant #85145B
Tints of Eggplant #85145B
RGB
CMYK
RGB Variations
Color information
#85145B (or 0x85145B) is known color: Eggplant. HEX triplet: 85, 14 and 5B. RGB value is (133,20,91). Sum of RGB (Red+Green+Blue) = 133+20+91=244 (32% of max value = 765). Red value is 133 (52.34% from 255 or 54.51% from 244); Green value is 20 (8.20% from 255 or 8.20% from 244); Blue value is 91 (35.94% from 255 or 37.30% from 244); Max value from RGB is 133 - color contains mainly: red. Hex color #85145B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #85145B is #7AEBA4. Grayscale: #3D3D3D. Windows color (decimal): -8055717 or 5969029. OLE color: 5969029.
HSL color Cylindrical-coordinate representation of color #85145B: hue angle of 322.3º 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 #85145B is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 20 | 91 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.48 |
| HSL | 322.3º | 0.74% | 0.3% | - |
| HSV(B) | 322.3º | 0.85% | 0.52% | - |
| XYZ | 11.81 | 6.24 | 10.48 | - |
| YUV | 61.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 20 | 91 | 0 | 0.85 | 0.32 | 0.48 | 322.3 | 0.74 | 0.3 |
| Hex | 85 | 14 | 5B | 0 | 55 | 20 | 30 | 142 | 4A | 1E |
| Octal | 205 | 24 | 133 | 0 | 125 | 40 | 60 | 502 | 112 | 36 |
| Binary | 10000101 | 10100 | 1011011 | 0 | 1010101 | 100000 | 110000 | 101000010 | 1001010 | 11110 |
Color Harmonies of #85145B
Complementary color
Monochromatic Colors of #85145B
Black with #85145B
Text Example
Text Example
White with #85145B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85145B; }
p { color: rgb(133,20,91); }
H1.HeaderClassName
{
color: #85145B;
}
.AnyTagClassName
{
color: #85145B;
}
</style>
background-color css
<style>
a { background-color: #85145B; }
a { background-color: rgb(133,20,91); }
div.DivClassName
{
background-color: #85145B;
}
.BgClassName
{
background-color: #85145B;
}
</style>
border-color css
<style>
span { border-color: #85145B; }
span { border-color: rgb(133,20,91); }
td.TdClassName
{
border-color: #85145B;
}
.TagClassName
{
border-color: #85145B;
}
</style>