Shades of Trendy Pink #85537C
Tints of Trendy Pink #85537C
RGB
CMYK
RGB Variations
Color information
#85537C (or 0x85537C) is known color: Trendy Pink. HEX triplet: 85, 53 and 7C. RGB value is (133,83,124). Sum of RGB (Red+Green+Blue) = 133+83+124=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 83 (32.81% from 255 or 24.41% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 133 - color contains mainly: red. Hex color #85537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85537C is #7AAC83. Grayscale: #666666. Windows color (decimal): -8039556 or 8147845. OLE color: 8147845.
HSL color Cylindrical-coordinate representation of color #85537C: hue angle of 310.8º degrees, saturation: 0.23, 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 #85537C is Cyan = 0, Magento = 0.38, Yellow = 0.07 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 83 | 124 | - |
| CMYK | 0 | 0.38 | 0.07 | 0.48 |
| HSL | 310.8º | 0.23% | 0.42% | - |
| HSV(B) | 310.8º | 0.38% | 0.52% | - |
| XYZ | 16.4 | 12.63 | 20.64 | - |
| YUV | 102.62 | 140.07 | 149.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 83 | 124 | 0 | 0.38 | 0.07 | 0.48 | 310.8 | 0.23 | 0.42 |
| Hex | 85 | 53 | 7C | 0 | 26 | 7 | 30 | 137 | 17 | 2A |
| Octal | 205 | 123 | 174 | 0 | 46 | 7 | 60 | 467 | 27 | 52 |
| Binary | 10000101 | 1010011 | 1111100 | 0 | 100110 | 111 | 110000 | 100110111 | 10111 | 101010 |
Color Harmonies of #85537C
Complementary color
Monochromatic Colors of #85537C
Black with #85537C
Text Example
Text Example
White with #85537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85537C; }
p { color: rgb(133,83,124); }
H1.HeaderClassName
{
color: #85537C;
}
.AnyTagClassName
{
color: #85537C;
}
</style>
background-color css
<style>
a { background-color: #85537C; }
a { background-color: rgb(133,83,124); }
div.DivClassName
{
background-color: #85537C;
}
.BgClassName
{
background-color: #85537C;
}
</style>
border-color css
<style>
span { border-color: #85537C; }
span { border-color: rgb(133,83,124); }
td.TdClassName
{
border-color: #85537C;
}
.TagClassName
{
border-color: #85537C;
}
</style>