Shades of Trendy Pink #856884
Tints of Trendy Pink #856884
RGB
CMYK
RGB Variations
Color information
#856884 (or 0x856884) is known color: Trendy Pink. HEX triplet: 85, 68 and 84. RGB value is (133,104,132). Sum of RGB (Red+Green+Blue) = 133+104+132=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 104 (41.02% from 255 or 28.18% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #856884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856884 is #7A977B. Grayscale: #737373. Windows color (decimal): -8034172 or 8677509. OLE color: 8677509.
HSL color Cylindrical-coordinate representation of color #856884: hue angle of 302.07º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #856884 is Cyan = 0, Magento = 0.22, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 132 | - |
| CMYK | 0 | 0.22 | 0.01 | 0.48 |
| HSL | 302.07º | 0.12% | 0.46% | - |
| HSV(B) | 302.07º | 0.22% | 0.52% | - |
| XYZ | 18.79 | 16.55 | 24.03 | - |
| YUV | 115.86 | 137.11 | 140.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 132 | 0 | 0.22 | 0.01 | 0.48 | 302.07 | 0.12 | 0.46 |
| Hex | 85 | 68 | 84 | 0 | 16 | 1 | 30 | 12E | C | 2E |
| Octal | 205 | 150 | 204 | 0 | 26 | 1 | 60 | 456 | 14 | 56 |
| Binary | 10000101 | 1101000 | 10000100 | 0 | 10110 | 1 | 110000 | 100101110 | 1100 | 101110 |
Color Harmonies of #856884
Complementary color
Monochromatic Colors of #856884
Black with #856884
Text Example
Text Example
White with #856884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856884; }
p { color: rgb(133,104,132); }
H1.HeaderClassName
{
color: #856884;
}
.AnyTagClassName
{
color: #856884;
}
</style>
background-color css
<style>
a { background-color: #856884; }
a { background-color: rgb(133,104,132); }
div.DivClassName
{
background-color: #856884;
}
.BgClassName
{
background-color: #856884;
}
</style>
border-color css
<style>
span { border-color: #856884; }
span { border-color: rgb(133,104,132); }
td.TdClassName
{
border-color: #856884;
}
.TagClassName
{
border-color: #856884;
}
</style>