Shades of Trendy Pink #85518E
Tints of Trendy Pink #85518E
RGB
CMYK
RGB Variations
Color information
#85518E (or 0x85518E) is known color: Trendy Pink. HEX triplet: 85, 51 and 8E. RGB value is (133,81,142). Sum of RGB (Red+Green+Blue) = 133+81+142=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 81 (32.03% from 255 or 22.75% from 356); Blue value is 142 (55.86% from 255 or 39.89% from 356); Max value from RGB is 142 - color contains mainly: blue. Hex color #85518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #85518E is #7AAE71. Grayscale: #676767. Windows color (decimal): -8040050 or 9326981. OLE color: 9326981.
HSL color Cylindrical-coordinate representation of color #85518E: hue angle of 291.15º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #85518E is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 133 | 81 | 142 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.44 |
| HSL | 291.15º | 0.27% | 0.44% | - |
| HSV(B) | 291.15º | 0.43% | 0.56% | - |
| XYZ | 17.5 | 12.82 | 27.14 | - |
| YUV | 103.5 | 149.73 | 149.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 142 | 0.06 | 0.43 | 0 | 0.44 | 291.15 | 0.27 | 0.44 |
| Hex | 85 | 51 | 8E | 6 | 2B | 0 | 2C | 123 | 1B | 2C |
| Octal | 205 | 121 | 216 | 6 | 53 | 0 | 54 | 443 | 33 | 54 |
| Binary | 10000101 | 1010001 | 10001110 | 110 | 101011 | 0 | 101100 | 100100011 | 11011 | 101100 |
Color Harmonies of #85518E
Complementary color
Monochromatic Colors of #85518E
Black with #85518E
Text Example
Text Example
White with #85518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85518E; }
p { color: rgb(133,81,142); }
H1.HeaderClassName
{
color: #85518E;
}
.AnyTagClassName
{
color: #85518E;
}
</style>
background-color css
<style>
a { background-color: #85518E; }
a { background-color: rgb(133,81,142); }
div.DivClassName
{
background-color: #85518E;
}
.BgClassName
{
background-color: #85518E;
}
</style>
border-color css
<style>
span { border-color: #85518E; }
span { border-color: rgb(133,81,142); }
td.TdClassName
{
border-color: #85518E;
}
.TagClassName
{
border-color: #85518E;
}
</style>