Shades of Trendy Pink #85497C
Tints of Trendy Pink #85497C
RGB
CMYK
RGB Variations
Color information
#85497C (or 0x85497C) is known color: Trendy Pink. HEX triplet: 85, 49 and 7C. RGB value is (133,73,124). Sum of RGB (Red+Green+Blue) = 133+73+124=330 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.30% from 330); Green value is 73 (28.91% from 255 or 22.12% from 330); Blue value is 124 (48.83% from 255 or 37.58% from 330); Max value from RGB is 133 - color contains mainly: red. Hex color #85497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #85497C is #7AB683. Grayscale: #606060. Windows color (decimal): -8042116 or 8145285. OLE color: 8145285.
HSL color Cylindrical-coordinate representation of color #85497C: hue angle of 309º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85497C is Cyan = 0, Magento = 0.45, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 73 | 124 | - |
| CMYK | 0 | 0.45 | 0.07 | 0.48 |
| HSL | 309º | 0.29% | 0.4% | - |
| HSV(B) | 309º | 0.45% | 0.52% | - |
| XYZ | 15.69 | 11.21 | 20.4 | - |
| YUV | 96.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 73 | 124 | 0 | 0.45 | 0.07 | 0.48 | 309 | 0.29 | 0.4 |
| Hex | 85 | 49 | 7C | 0 | 2D | 7 | 30 | 135 | 1D | 28 |
| Octal | 205 | 111 | 174 | 0 | 55 | 7 | 60 | 465 | 35 | 50 |
| Binary | 10000101 | 1001001 | 1111100 | 0 | 101101 | 111 | 110000 | 100110101 | 11101 | 101000 |
Color Harmonies of #85497C
Complementary color
Monochromatic Colors of #85497C
Black with #85497C
Text Example
Text Example
White with #85497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85497C; }
p { color: rgb(133,73,124); }
H1.HeaderClassName
{
color: #85497C;
}
.AnyTagClassName
{
color: #85497C;
}
</style>
background-color css
<style>
a { background-color: #85497C; }
a { background-color: rgb(133,73,124); }
div.DivClassName
{
background-color: #85497C;
}
.BgClassName
{
background-color: #85497C;
}
</style>
border-color css
<style>
span { border-color: #85497C; }
span { border-color: rgb(133,73,124); }
td.TdClassName
{
border-color: #85497C;
}
.TagClassName
{
border-color: #85497C;
}
</style>