Shades of Trendy Pink #855485
Tints of Trendy Pink #855485
RGB
CMYK
RGB Variations
Color information
#855485 (or 0x855485) is known color: Trendy Pink. HEX triplet: 85, 54 and 85. RGB value is (133,84,133). Sum of RGB (Red+Green+Blue) = 133+84+133=350 (46% of max value = 765). Red value is 133 (52.34% from 255 or 38% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 133 (52.34% from 255 or 38% from 350); Max value from RGB is 133 - color contains mainly: red, blue. Hex color #855485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855485 is #7AAB7A. Grayscale: #686868. Windows color (decimal): -8039291 or 8737925. OLE color: 8737925.
HSL color Cylindrical-coordinate representation of color #855485: hue angle of 300º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855485 is Cyan = 0, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 133 | 84 | 133 | - |
| CMYK | 0 | 0.37 | 0 | 0.48 |
| HSL | 300º | 0.23% | 0.43% | - |
| HSV(B) | 300º | 0.37% | 0.52% | - |
| XYZ | 17.08 | 13.02 | 23.8 | - |
| YUV | 104.24 | 144.23 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 84 | 133 | 0 | 0.37 | 0 | 0.48 | 300 | 0.23 | 0.43 |
| Hex | 85 | 54 | 85 | 0 | 25 | 0 | 30 | 12C | 17 | 2B |
| Octal | 205 | 124 | 205 | 0 | 45 | 0 | 60 | 454 | 27 | 53 |
| Binary | 10000101 | 1010100 | 10000101 | 0 | 100101 | 0 | 110000 | 100101100 | 10111 | 101011 |
Color Harmonies of #855485
Complementary color
Monochromatic Colors of #855485
Black with #855485
Text Example
Text Example
White with #855485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855485; }
p { color: rgb(133,84,133); }
H1.HeaderClassName
{
color: #855485;
}
.AnyTagClassName
{
color: #855485;
}
</style>
background-color css
<style>
a { background-color: #855485; }
a { background-color: rgb(133,84,133); }
div.DivClassName
{
background-color: #855485;
}
.BgClassName
{
background-color: #855485;
}
</style>
border-color css
<style>
span { border-color: #855485; }
span { border-color: rgb(133,84,133); }
td.TdClassName
{
border-color: #855485;
}
.TagClassName
{
border-color: #855485;
}
</style>