Shades of Trendy Pink #895590
Tints of Trendy Pink #895590
RGB
CMYK
RGB Variations
Color information
#895590 (or 0x895590) is known color: Trendy Pink. HEX triplet: 89, 55 and 90. RGB value is (137,85,144). Sum of RGB (Red+Green+Blue) = 137+85+144=366 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.43% from 366); Green value is 85 (33.59% from 255 or 23.22% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 144 - color contains mainly: blue. Hex color #895590 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895590 is #76AA6F. Grayscale: #6B6B6B. Windows color (decimal): -7776880 or 9459081. OLE color: 9459081.
HSL color Cylindrical-coordinate representation of color #895590: hue angle of 292.88º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #895590 is Cyan = 0.05, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 85 | 144 | - |
| CMYK | 0.05 | 0.41 | 0 | 0.44 |
| HSL | 292.88º | 0.26% | 0.45% | - |
| HSV(B) | 292.88º | 0.41% | 0.56% | - |
| XYZ | 18.6 | 13.83 | 28.07 | - |
| YUV | 107.27 | 148.73 | 149.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 144 | 0.05 | 0.41 | 0 | 0.44 | 292.88 | 0.26 | 0.45 |
| Hex | 89 | 55 | 90 | 5 | 29 | 0 | 2C | 125 | 1A | 2D |
| Octal | 211 | 125 | 220 | 5 | 51 | 0 | 54 | 445 | 32 | 55 |
| Binary | 10001001 | 1010101 | 10010000 | 101 | 101001 | 0 | 101100 | 100100101 | 11010 | 101101 |
Color Harmonies of #895590
Complementary color
Monochromatic Colors of #895590
Black with #895590
Text Example
Text Example
White with #895590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895590; }
p { color: rgb(137,85,144); }
H1.HeaderClassName
{
color: #895590;
}
.AnyTagClassName
{
color: #895590;
}
</style>
background-color css
<style>
a { background-color: #895590; }
a { background-color: rgb(137,85,144); }
div.DivClassName
{
background-color: #895590;
}
.BgClassName
{
background-color: #895590;
}
</style>
border-color css
<style>
span { border-color: #895590; }
span { border-color: rgb(137,85,144); }
td.TdClassName
{
border-color: #895590;
}
.TagClassName
{
border-color: #895590;
}
</style>