Shades of Trendy Pink #856585
Tints of Trendy Pink #856585
RGB
CMYK
RGB Variations
Color information
#856585 (or 0x856585) is known color: Trendy Pink. HEX triplet: 85, 65 and 85. RGB value is (133,101,133). Sum of RGB (Red+Green+Blue) = 133+101+133=367 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.24% from 367); Green value is 101 (39.84% from 255 or 27.52% from 367); Blue value is 133 (52.34% from 255 or 36.24% from 367); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #856585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856585 is #7A9A7A. Grayscale: #727272. Windows color (decimal): -8034939 or 8742277. OLE color: 8742277.
HSL color Cylindrical-coordinate representation of color #856585: hue angle of 300º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #856585 is Cyan = 0, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 101 | 133 | - |
| CMYK | 0 | 0.24 | 0 | 0.48 |
| HSL | 300º | 0.14% | 0.46% | - |
| HSV(B) | 300º | 0.24% | 0.52% | - |
| XYZ | 18.56 | 15.99 | 24.3 | - |
| YUV | 114.22 | 138.6 | 141.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 101 | 133 | 0 | 0.24 | 0 | 0.48 | 300 | 0.14 | 0.46 |
| Hex | 85 | 65 | 85 | 0 | 18 | 0 | 30 | 12C | E | 2E |
| Octal | 205 | 145 | 205 | 0 | 30 | 0 | 60 | 454 | 16 | 56 |
| Binary | 10000101 | 1100101 | 10000101 | 0 | 11000 | 0 | 110000 | 100101100 | 1110 | 101110 |
Color Harmonies of #856585
Complementary color
Monochromatic Colors of #856585
Black with #856585
Text Example
Text Example
White with #856585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856585; }
p { color: rgb(133,101,133); }
H1.HeaderClassName
{
color: #856585;
}
.AnyTagClassName
{
color: #856585;
}
</style>
background-color css
<style>
a { background-color: #856585; }
a { background-color: rgb(133,101,133); }
div.DivClassName
{
background-color: #856585;
}
.BgClassName
{
background-color: #856585;
}
</style>
border-color css
<style>
span { border-color: #856585; }
span { border-color: rgb(133,101,133); }
td.TdClassName
{
border-color: #856585;
}
.TagClassName
{
border-color: #856585;
}
</style>