Shades of Trendy Pink #855E84
Tints of Trendy Pink #855E84
RGB
CMYK
RGB Variations
Color information
#855E84 (or 0x855E84) is known color: Trendy Pink. HEX triplet: 85, 5E and 84. RGB value is (133,94,132). Sum of RGB (Red+Green+Blue) = 133+94+132=359 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.05% from 359); Green value is 94 (37.11% from 255 or 26.18% from 359); Blue value is 132 (51.95% from 255 or 36.77% from 359); Max value from RGB is 133 - color contains mainly: red. Hex color #855E84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855E84 is #7AA17B. Grayscale: #6D6D6D. Windows color (decimal): -8036732 or 8674949. OLE color: 8674949.
HSL color Cylindrical-coordinate representation of color #855E84: hue angle of 301.54º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #855E84 is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 94 | 132 | - |
| CMYK | 0 | 0.29 | 0.01 | 0.48 |
| HSL | 301.54º | 0.17% | 0.45% | - |
| HSV(B) | 301.54º | 0.29% | 0.52% | - |
| XYZ | 17.84 | 14.66 | 23.72 | - |
| YUV | 109.99 | 140.42 | 144.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 94 | 132 | 0 | 0.29 | 0.01 | 0.48 | 301.54 | 0.17 | 0.45 |
| Hex | 85 | 5E | 84 | 0 | 1D | 1 | 30 | 12E | 11 | 2D |
| Octal | 205 | 136 | 204 | 0 | 35 | 1 | 60 | 456 | 21 | 55 |
| Binary | 10000101 | 1011110 | 10000100 | 0 | 11101 | 1 | 110000 | 100101110 | 10001 | 101101 |
Color Harmonies of #855E84
Complementary color
Monochromatic Colors of #855E84
Black with #855E84
Text Example
Text Example
White with #855E84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855E84; }
p { color: rgb(133,94,132); }
H1.HeaderClassName
{
color: #855E84;
}
.AnyTagClassName
{
color: #855E84;
}
</style>
background-color css
<style>
a { background-color: #855E84; }
a { background-color: rgb(133,94,132); }
div.DivClassName
{
background-color: #855E84;
}
.BgClassName
{
background-color: #855E84;
}
</style>
border-color css
<style>
span { border-color: #855E84; }
span { border-color: rgb(133,94,132); }
td.TdClassName
{
border-color: #855E84;
}
.TagClassName
{
border-color: #855E84;
}
</style>