Shades of Trendy Pink #856089
Tints of Trendy Pink #856089
RGB
CMYK
RGB Variations
Color information
#856089 (or 0x856089) is known color: Trendy Pink. HEX triplet: 85, 60 and 89. RGB value is (133,96,137). Sum of RGB (Red+Green+Blue) = 133+96+137=366 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.34% from 366); Green value is 96 (37.89% from 255 or 26.23% from 366); Blue value is 137 (53.91% from 255 or 37.43% from 366); Max value from RGB is 137 - color contains mainly: blue. Hex color #856089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #856089 is #7A9F76. Grayscale: #6F6F6F. Windows color (decimal): -8036215 or 9003141. OLE color: 9003141.
HSL color Cylindrical-coordinate representation of color #856089: hue angle of 294.15º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #856089 is Cyan = 0.03, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 133 | 96 | 137 | - |
| CMYK | 0.03 | 0.30 | 0 | 0.46 |
| HSL | 294.15º | 0.18% | 0.46% | - |
| HSV(B) | 294.15º | 0.3% | 0.54% | - |
| XYZ | 18.37 | 15.16 | 25.62 | - |
| YUV | 111.74 | 142.26 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 96 | 137 | 0.03 | 0.30 | 0 | 0.46 | 294.15 | 0.18 | 0.46 |
| Hex | 85 | 60 | 89 | 3 | 1E | 0 | 2E | 126 | 12 | 2E |
| Octal | 205 | 140 | 211 | 3 | 36 | 0 | 56 | 446 | 22 | 56 |
| Binary | 10000101 | 1100000 | 10001001 | 11 | 11110 | 0 | 101110 | 100100110 | 10010 | 101110 |
Color Harmonies of #856089
Complementary color
Monochromatic Colors of #856089
Black with #856089
Text Example
Text Example
White with #856089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #856089; }
p { color: rgb(133,96,137); }
H1.HeaderClassName
{
color: #856089;
}
.AnyTagClassName
{
color: #856089;
}
</style>
background-color css
<style>
a { background-color: #856089; }
a { background-color: rgb(133,96,137); }
div.DivClassName
{
background-color: #856089;
}
.BgClassName
{
background-color: #856089;
}
</style>
border-color css
<style>
span { border-color: #856089; }
span { border-color: rgb(133,96,137); }
td.TdClassName
{
border-color: #856089;
}
.TagClassName
{
border-color: #856089;
}
</style>