Shades of Trendy Pink #856C89
Tints of Trendy Pink #856C89
RGB
CMYK
RGB Variations
Color information
#856C89 (or 0x856C89) is known color: Trendy Pink. HEX triplet: 85, 6C and 89. RGB value is (133,108,137). Sum of RGB (Red+Green+Blue) = 133+108+137=378 (50% of max value = 765). Red value is 133 (52.34% from 255 or 35.19% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 137 - color contains mainly: blue. Hex color #856C89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856C89 is #7A9376. Grayscale: #767676. Windows color (decimal): -8033143 or 9006213. OLE color: 9006213.
HSL color Cylindrical-coordinate representation of color #856C89: hue angle of 291.72º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856C89 is Cyan = 0.03, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 108 | 137 | - |
| CMYK | 0.03 | 0.21 | 0 | 0.46 |
| HSL | 291.72º | 0.12% | 0.48% | - |
| HSV(B) | 291.72º | 0.21% | 0.54% | - |
| XYZ | 19.55 | 17.52 | 26.02 | - |
| YUV | 118.78 | 138.28 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 108 | 137 | 0.03 | 0.21 | 0 | 0.46 | 291.72 | 0.12 | 0.48 |
| Hex | 85 | 6C | 89 | 3 | 15 | 0 | 2E | 124 | C | 30 |
| Octal | 205 | 154 | 211 | 3 | 25 | 0 | 56 | 444 | 14 | 60 |
| Binary | 10000101 | 1101100 | 10001001 | 11 | 10101 | 0 | 101110 | 100100100 | 1100 | 110000 |
Color Harmonies of #856C89
Complementary color
Monochromatic Colors of #856C89
Black with #856C89
Text Example
Text Example
White with #856C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856C89; }
p { color: rgb(133,108,137); }
H1.HeaderClassName
{
color: #856C89;
}
.AnyTagClassName
{
color: #856C89;
}
</style>
background-color css
<style>
a { background-color: #856C89; }
a { background-color: rgb(133,108,137); }
div.DivClassName
{
background-color: #856C89;
}
.BgClassName
{
background-color: #856C89;
}
</style>
border-color css
<style>
span { border-color: #856C89; }
span { border-color: rgb(133,108,137); }
td.TdClassName
{
border-color: #856C89;
}
.TagClassName
{
border-color: #856C89;
}
</style>