Shades of Trendy Pink #855689
Tints of Trendy Pink #855689
RGB
CMYK
RGB Variations
Color information
#855689 (or 0x855689) is known color: Trendy Pink. HEX triplet: 85, 56 and 89. RGB value is (133,86,137). Sum of RGB (Red+Green+Blue) = 133+86+137=356 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.36% from 356); Green value is 86 (33.98% from 255 or 24.16% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 137 - color contains mainly: blue. Hex color #855689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #855689 is #7AA976. Grayscale: #696969. Windows color (decimal): -8038775 or 9000581. OLE color: 9000581.
HSL color Cylindrical-coordinate representation of color #855689: hue angle of 295.29º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #855689 is Cyan = 0.03, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 86 | 137 | - |
| CMYK | 0.03 | 0.37 | 0 | 0.46 |
| HSL | 295.29º | 0.23% | 0.44% | - |
| HSV(B) | 295.29º | 0.37% | 0.54% | - |
| XYZ | 17.52 | 13.45 | 25.34 | - |
| YUV | 105.87 | 145.57 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 86 | 137 | 0.03 | 0.37 | 0 | 0.46 | 295.29 | 0.23 | 0.44 |
| Hex | 85 | 56 | 89 | 3 | 25 | 0 | 2E | 127 | 17 | 2C |
| Octal | 205 | 126 | 211 | 3 | 45 | 0 | 56 | 447 | 27 | 54 |
| Binary | 10000101 | 1010110 | 10001001 | 11 | 100101 | 0 | 101110 | 100100111 | 10111 | 101100 |
Color Harmonies of #855689
Complementary color
Monochromatic Colors of #855689
Black with #855689
Text Example
Text Example
White with #855689
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #855689; }
p { color: rgb(133,86,137); }
H1.HeaderClassName
{
color: #855689;
}
.AnyTagClassName
{
color: #855689;
}
</style>
background-color css
<style>
a { background-color: #855689; }
a { background-color: rgb(133,86,137); }
div.DivClassName
{
background-color: #855689;
}
.BgClassName
{
background-color: #855689;
}
</style>
border-color css
<style>
span { border-color: #855689; }
span { border-color: rgb(133,86,137); }
td.TdClassName
{
border-color: #855689;
}
.TagClassName
{
border-color: #855689;
}
</style>