Shades of Trendy Pink #856985
Tints of Trendy Pink #856985
RGB
CMYK
RGB Variations
Color information
#856985 (or 0x856985) is known color: Trendy Pink. HEX triplet: 85, 69 and 85. RGB value is (133,105,133). Sum of RGB (Red+Green+Blue) = 133+105+133=371 (49% of max value = 765). Red value is 133 (52.34% from 255 or 35.85% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 133 (52.34% from 255 or 35.85% from 371); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #856985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856985 is #7A967A. Grayscale: #747474. Windows color (decimal): -8033915 or 8743301. OLE color: 8743301.
HSL color Cylindrical-coordinate representation of color #856985: hue angle of 300º degrees, saturation: 0.12, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #856985 is Cyan = 0, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 133 | - |
| CMYK | 0 | 0.21 | 0 | 0.48 |
| HSL | 300º | 0.12% | 0.47% | - |
| HSV(B) | 300º | 0.21% | 0.52% | - |
| XYZ | 18.96 | 16.78 | 24.43 | - |
| YUV | 116.56 | 137.28 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 133 | 0 | 0.21 | 0 | 0.48 | 300 | 0.12 | 0.47 |
| Hex | 85 | 69 | 85 | 0 | 15 | 0 | 30 | 12C | C | 2F |
| Octal | 205 | 151 | 205 | 0 | 25 | 0 | 60 | 454 | 14 | 57 |
| Binary | 10000101 | 1101001 | 10000101 | 0 | 10101 | 0 | 110000 | 100101100 | 1100 | 101111 |
Color Harmonies of #856985
Complementary color
Monochromatic Colors of #856985
Black with #856985
Text Example
Text Example
White with #856985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856985; }
p { color: rgb(133,105,133); }
H1.HeaderClassName
{
color: #856985;
}
.AnyTagClassName
{
color: #856985;
}
</style>
background-color css
<style>
a { background-color: #856985; }
a { background-color: rgb(133,105,133); }
div.DivClassName
{
background-color: #856985;
}
.BgClassName
{
background-color: #856985;
}
</style>
border-color css
<style>
span { border-color: #856985; }
span { border-color: rgb(133,105,133); }
td.TdClassName
{
border-color: #856985;
}
.TagClassName
{
border-color: #856985;
}
</style>