Shades of Trendy Pink #855982
Tints of Trendy Pink #855982
RGB
CMYK
RGB Variations
Color information
#855982 (or 0x855982) is known color: Trendy Pink. HEX triplet: 85, 59 and 82. RGB value is (133,89,130). Sum of RGB (Red+Green+Blue) = 133+89+130=352 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.78% from 352); Green value is 89 (35.16% from 255 or 25.28% from 352); Blue value is 130 (51.17% from 255 or 36.93% from 352); Max value from RGB is 133 - color contains mainly: red. Hex color #855982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855982 is #7AA67D. Grayscale: #6A6A6A. Windows color (decimal): -8038014 or 8542597. OLE color: 8542597.
HSL color Cylindrical-coordinate representation of color #855982: hue angle of 304.09º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #855982 is Cyan = 0, Magento = 0.33, Yellow = 0.02 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 89 | 130 | - |
| CMYK | 0 | 0.33 | 0.02 | 0.48 |
| HSL | 304.09º | 0.2% | 0.44% | - |
| HSV(B) | 304.09º | 0.33% | 0.52% | - |
| XYZ | 17.27 | 13.74 | 22.86 | - |
| YUV | 106.83 | 141.08 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 130 | 0 | 0.33 | 0.02 | 0.48 | 304.09 | 0.2 | 0.44 |
| Hex | 85 | 59 | 82 | 0 | 21 | 2 | 30 | 130 | 14 | 2C |
| Octal | 205 | 131 | 202 | 0 | 41 | 2 | 60 | 460 | 24 | 54 |
| Binary | 10000101 | 1011001 | 10000010 | 0 | 100001 | 10 | 110000 | 100110000 | 10100 | 101100 |
Color Harmonies of #855982
Complementary color
Monochromatic Colors of #855982
Black with #855982
Text Example
Text Example
White with #855982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855982; }
p { color: rgb(133,89,130); }
H1.HeaderClassName
{
color: #855982;
}
.AnyTagClassName
{
color: #855982;
}
</style>
background-color css
<style>
a { background-color: #855982; }
a { background-color: rgb(133,89,130); }
div.DivClassName
{
background-color: #855982;
}
.BgClassName
{
background-color: #855982;
}
</style>
border-color css
<style>
span { border-color: #855982; }
span { border-color: rgb(133,89,130); }
td.TdClassName
{
border-color: #855982;
}
.TagClassName
{
border-color: #855982;
}
</style>