Shades of Trendy Pink #85527C
Tints of Trendy Pink #85527C
RGB
CMYK
RGB Variations
Color information
#85527C (or 0x85527C) is known color: Trendy Pink. HEX triplet: 85, 52 and 7C. RGB value is (133,82,124). Sum of RGB (Red+Green+Blue) = 133+82+124=339 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.23% from 339); Green value is 82 (32.42% from 255 or 24.19% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 133 - color contains mainly: red. Hex color #85527C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85527C is #7AAD83. Grayscale: #656565. Windows color (decimal): -8039812 or 8147589. OLE color: 8147589.
HSL color Cylindrical-coordinate representation of color #85527C: hue angle of 310.59º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #85527C is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 82 | 124 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.48 |
| HSL | 310.59º | 0.24% | 0.42% | - |
| HSV(B) | 310.59º | 0.38% | 0.52% | - |
| XYZ | 16.33 | 12.48 | 20.62 | - |
| YUV | 102.04 | 140.4 | 150.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 82 | 124 | 0 | 0.38 | 0.07 | 0.48 | 310.59 | 0.24 | 0.42 |
| Hex | 85 | 52 | 7C | 0 | 26 | 7 | 30 | 137 | 18 | 2A |
| Octal | 205 | 122 | 174 | 0 | 46 | 7 | 60 | 467 | 30 | 52 |
| Binary | 10000101 | 1010010 | 1111100 | 0 | 100110 | 111 | 110000 | 100110111 | 11000 | 101010 |
Color Harmonies of #85527C
Complementary color
Monochromatic Colors of #85527C
Black with #85527C
Text Example
Text Example
White with #85527C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85527C; }
p { color: rgb(133,82,124); }
H1.HeaderClassName
{
color: #85527C;
}
.AnyTagClassName
{
color: #85527C;
}
</style>
background-color css
<style>
a { background-color: #85527C; }
a { background-color: rgb(133,82,124); }
div.DivClassName
{
background-color: #85527C;
}
.BgClassName
{
background-color: #85527C;
}
</style>
border-color css
<style>
span { border-color: #85527C; }
span { border-color: rgb(133,82,124); }
td.TdClassName
{
border-color: #85527C;
}
.TagClassName
{
border-color: #85527C;
}
</style>