Shades of Trendy Pink #856883
Tints of Trendy Pink #856883
RGB
CMYK
RGB Variations
Color information
#856883 (or 0x856883) is known color: Trendy Pink. HEX triplet: 85, 68 and 83. RGB value is (133,104,131). Sum of RGB (Red+Green+Blue) = 133+104+131=368 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.14% from 368); Green value is 104 (41.02% from 255 or 28.26% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 133 - color contains mainly: red. Hex color #856883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856883 is #7A977C. Grayscale: #737373. Windows color (decimal): -8034173 or 8611973. OLE color: 8611973.
HSL color Cylindrical-coordinate representation of color #856883: hue angle of 304.14º 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 #856883 is Cyan = 0, Magento = 0.22, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 104 | 131 | - |
| CMYK | 0 | 0.22 | 0.02 | 0.48 |
| HSL | 304.14º | 0.12% | 0.46% | - |
| HSV(B) | 304.14º | 0.22% | 0.52% | - |
| XYZ | 18.72 | 16.53 | 23.68 | - |
| YUV | 115.75 | 136.61 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 104 | 131 | 0 | 0.22 | 0.02 | 0.48 | 304.14 | 0.12 | 0.46 |
| Hex | 85 | 68 | 83 | 0 | 16 | 2 | 30 | 130 | C | 2E |
| Octal | 205 | 150 | 203 | 0 | 26 | 2 | 60 | 460 | 14 | 56 |
| Binary | 10000101 | 1101000 | 10000011 | 0 | 10110 | 10 | 110000 | 100110000 | 1100 | 101110 |
Color Harmonies of #856883
Complementary color
Monochromatic Colors of #856883
Black with #856883
Text Example
Text Example
White with #856883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856883; }
p { color: rgb(133,104,131); }
H1.HeaderClassName
{
color: #856883;
}
.AnyTagClassName
{
color: #856883;
}
</style>
background-color css
<style>
a { background-color: #856883; }
a { background-color: rgb(133,104,131); }
div.DivClassName
{
background-color: #856883;
}
.BgClassName
{
background-color: #856883;
}
</style>
border-color css
<style>
span { border-color: #856883; }
span { border-color: rgb(133,104,131); }
td.TdClassName
{
border-color: #856883;
}
.TagClassName
{
border-color: #856883;
}
</style>