Shades of Trendy Pink #855987
Tints of Trendy Pink #855987
RGB
CMYK
RGB Variations
Color information
#855987 (or 0x855987) is known color: Trendy Pink. HEX triplet: 85, 59 and 87. RGB value is (133,89,135). Sum of RGB (Red+Green+Blue) = 133+89+135=357 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.25% from 357); Green value is 89 (35.16% from 255 or 24.93% from 357); Blue value is 135 (53.12% from 255 or 37.82% from 357); Max value from RGB is 135 - color contains mainly: blue. Hex color #855987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855987 is #7AA678. Grayscale: #6B6B6B. Windows color (decimal): -8038009 or 8870277. OLE color: 8870277.
HSL color Cylindrical-coordinate representation of color #855987: hue angle of 297.39º degrees, saturation: 0.21, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #855987 is Cyan = 0.01, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 133 | 89 | 135 | - |
| CMYK | 0.01 | 0.34 | 0 | 0.47 |
| HSL | 297.39º | 0.21% | 0.44% | - |
| HSV(B) | 297.39º | 0.34% | 0.53% | - |
| XYZ | 17.62 | 13.88 | 24.67 | - |
| YUV | 107.4 | 143.58 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 89 | 135 | 0.01 | 0.34 | 0 | 0.47 | 297.39 | 0.21 | 0.44 |
| Hex | 85 | 59 | 87 | 1 | 22 | 0 | 2F | 129 | 15 | 2C |
| Octal | 205 | 131 | 207 | 1 | 42 | 0 | 57 | 451 | 25 | 54 |
| Binary | 10000101 | 1011001 | 10000111 | 1 | 100010 | 0 | 101111 | 100101001 | 10101 | 101100 |
Color Harmonies of #855987
Complementary color
Monochromatic Colors of #855987
Black with #855987
Text Example
Text Example
White with #855987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855987; }
p { color: rgb(133,89,135); }
H1.HeaderClassName
{
color: #855987;
}
.AnyTagClassName
{
color: #855987;
}
</style>
background-color css
<style>
a { background-color: #855987; }
a { background-color: rgb(133,89,135); }
div.DivClassName
{
background-color: #855987;
}
.BgClassName
{
background-color: #855987;
}
</style>
border-color css
<style>
span { border-color: #855987; }
span { border-color: rgb(133,89,135); }
td.TdClassName
{
border-color: #855987;
}
.TagClassName
{
border-color: #855987;
}
</style>