Shades of Trendy Pink #856F87
Tints of Trendy Pink #856F87
RGB
CMYK
RGB Variations
Color information
#856F87 (or 0x856F87) is known color: Trendy Pink. HEX triplet: 85, 6F and 87. RGB value is (133,111,135). Sum of RGB (Red+Green+Blue) = 133+111+135=379 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.09% from 379); Green value is 111 (43.75% from 255 or 29.29% from 379); Blue value is 135 (53.12% from 255 or 35.62% from 379); Max value from RGB is 135 - color contains mainly: blue. Hex color #856F87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856F87 is #7A9078. Grayscale: #787878. Windows color (decimal): -8032377 or 8875909. OLE color: 8875909.
HSL color Cylindrical-coordinate representation of color #856F87: hue angle of 295º degrees, saturation: 0.1, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #856F87 is Cyan = 0.01, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 111 | 135 | - |
| CMYK | 0.01 | 0.18 | 0 | 0.47 |
| HSL | 295º | 0.1% | 0.48% | - |
| HSV(B) | 295º | 0.18% | 0.53% | - |
| XYZ | 19.73 | 18.1 | 25.38 | - |
| YUV | 120.31 | 136.29 | 137.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 111 | 135 | 0.01 | 0.18 | 0 | 0.47 | 295 | 0.1 | 0.48 |
| Hex | 85 | 6F | 87 | 1 | 12 | 0 | 2F | 127 | A | 30 |
| Octal | 205 | 157 | 207 | 1 | 22 | 0 | 57 | 447 | 12 | 60 |
| Binary | 10000101 | 1101111 | 10000111 | 1 | 10010 | 0 | 101111 | 100100111 | 1010 | 110000 |
Color Harmonies of #856F87
Complementary color
Monochromatic Colors of #856F87
Black with #856F87
Text Example
Text Example
White with #856F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856F87; }
p { color: rgb(133,111,135); }
H1.HeaderClassName
{
color: #856F87;
}
.AnyTagClassName
{
color: #856F87;
}
</style>
background-color css
<style>
a { background-color: #856F87; }
a { background-color: rgb(133,111,135); }
div.DivClassName
{
background-color: #856F87;
}
.BgClassName
{
background-color: #856F87;
}
</style>
border-color css
<style>
span { border-color: #856F87; }
span { border-color: rgb(133,111,135); }
td.TdClassName
{
border-color: #856F87;
}
.TagClassName
{
border-color: #856F87;
}
</style>