Shades of Trendy Pink #85517F
Tints of Trendy Pink #85517F
RGB
CMYK
RGB Variations
Color information
#85517F (or 0x85517F) is known color: Trendy Pink. HEX triplet: 85, 51 and 7F. RGB value is (133,81,127). Sum of RGB (Red+Green+Blue) = 133+81+127=341 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.00% from 341); Green value is 81 (32.03% from 255 or 23.75% from 341); Blue value is 127 (50% from 255 or 37.24% from 341); Max value from RGB is 133 - color contains mainly: red. Hex color #85517F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #85517F is #7AAE80. Grayscale: #656565. Windows color (decimal): -8040065 or 8343941. OLE color: 8343941.
HSL color Cylindrical-coordinate representation of color #85517F: hue angle of 306.92º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #85517F is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 81 | 127 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.48 |
| HSL | 306.92º | 0.24% | 0.42% | - |
| HSV(B) | 306.92º | 0.39% | 0.52% | - |
| XYZ | 16.45 | 12.4 | 21.61 | - |
| YUV | 101.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 81 | 127 | 0 | 0.39 | 0.05 | 0.48 | 306.92 | 0.24 | 0.42 |
| Hex | 85 | 51 | 7F | 0 | 27 | 5 | 30 | 133 | 18 | 2A |
| Octal | 205 | 121 | 177 | 0 | 47 | 5 | 60 | 463 | 30 | 52 |
| Binary | 10000101 | 1010001 | 1111111 | 0 | 100111 | 101 | 110000 | 100110011 | 11000 | 101010 |
Color Harmonies of #85517F
Complementary color
Monochromatic Colors of #85517F
Black with #85517F
Text Example
Text Example
White with #85517F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85517F; }
p { color: rgb(133,81,127); }
H1.HeaderClassName
{
color: #85517F;
}
.AnyTagClassName
{
color: #85517F;
}
</style>
background-color css
<style>
a { background-color: #85517F; }
a { background-color: rgb(133,81,127); }
div.DivClassName
{
background-color: #85517F;
}
.BgClassName
{
background-color: #85517F;
}
</style>
border-color css
<style>
span { border-color: #85517F; }
span { border-color: rgb(133,81,127); }
td.TdClassName
{
border-color: #85517F;
}
.TagClassName
{
border-color: #85517F;
}
</style>