Shades of Trendy Pink #856983
Tints of Trendy Pink #856983
RGB
CMYK
RGB Variations
Color information
#856983 (or 0x856983) is known color: Trendy Pink. HEX triplet: 85, 69 and 83. RGB value is (133,105,131). Sum of RGB (Red+Green+Blue) = 133+105+131=369 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.04% from 369); Green value is 105 (41.41% from 255 or 28.46% from 369); Blue value is 131 (51.56% from 255 or 35.50% from 369); Max value from RGB is 133 - color contains mainly: red. Hex color #856983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856983 is #7A967C. Grayscale: #747474. Windows color (decimal): -8033917 or 8612229. OLE color: 8612229.
HSL color Cylindrical-coordinate representation of color #856983: hue angle of 304.29º 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 #856983 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 105 | 131 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.48 |
| HSL | 304.29º | 0.12% | 0.47% | - |
| HSV(B) | 304.29º | 0.21% | 0.52% | - |
| XYZ | 18.82 | 16.73 | 23.71 | - |
| YUV | 116.34 | 136.28 | 139.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 105 | 131 | 0 | 0.21 | 0.02 | 0.48 | 304.29 | 0.12 | 0.47 |
| Hex | 85 | 69 | 83 | 0 | 15 | 2 | 30 | 130 | C | 2F |
| Octal | 205 | 151 | 203 | 0 | 25 | 2 | 60 | 460 | 14 | 57 |
| Binary | 10000101 | 1101001 | 10000011 | 0 | 10101 | 10 | 110000 | 100110000 | 1100 | 101111 |
Color Harmonies of #856983
Complementary color
Monochromatic Colors of #856983
Black with #856983
Text Example
Text Example
White with #856983
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856983; }
p { color: rgb(133,105,131); }
H1.HeaderClassName
{
color: #856983;
}
.AnyTagClassName
{
color: #856983;
}
</style>
background-color css
<style>
a { background-color: #856983; }
a { background-color: rgb(133,105,131); }
div.DivClassName
{
background-color: #856983;
}
.BgClassName
{
background-color: #856983;
}
</style>
border-color css
<style>
span { border-color: #856983; }
span { border-color: rgb(133,105,131); }
td.TdClassName
{
border-color: #856983;
}
.TagClassName
{
border-color: #856983;
}
</style>