Shades of Trendy Pink #895790
Tints of Trendy Pink #895790
RGB
CMYK
RGB Variations
Color information
#895790 (or 0x895790) is known color: Trendy Pink. HEX triplet: 89, 57 and 90. RGB value is (137,87,144). Sum of RGB (Red+Green+Blue) = 137+87+144=368 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.23% from 368); Green value is 87 (34.38% from 255 or 23.64% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #895790 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895790 is #76A86F. Grayscale: #6C6C6C. Windows color (decimal): -7776368 or 9459593. OLE color: 9459593.
HSL color Cylindrical-coordinate representation of color #895790: hue angle of 292.63º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #895790 is Cyan = 0.05, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 87 | 144 | - |
| CMYK | 0.05 | 0.40 | 0 | 0.44 |
| HSL | 292.63º | 0.25% | 0.45% | - |
| HSV(B) | 292.63º | 0.4% | 0.56% | - |
| XYZ | 18.76 | 14.15 | 28.13 | - |
| YUV | 108.45 | 148.07 | 148.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 87 | 144 | 0.05 | 0.40 | 0 | 0.44 | 292.63 | 0.25 | 0.45 |
| Hex | 89 | 57 | 90 | 5 | 28 | 0 | 2C | 125 | 19 | 2D |
| Octal | 211 | 127 | 220 | 5 | 50 | 0 | 54 | 445 | 31 | 55 |
| Binary | 10001001 | 1010111 | 10010000 | 101 | 101000 | 0 | 101100 | 100100101 | 11001 | 101101 |
Color Harmonies of #895790
Complementary color
Monochromatic Colors of #895790
Black with #895790
Text Example
Text Example
White with #895790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895790; }
p { color: rgb(137,87,144); }
H1.HeaderClassName
{
color: #895790;
}
.AnyTagClassName
{
color: #895790;
}
</style>
background-color css
<style>
a { background-color: #895790; }
a { background-color: rgb(137,87,144); }
div.DivClassName
{
background-color: #895790;
}
.BgClassName
{
background-color: #895790;
}
</style>
border-color css
<style>
span { border-color: #895790; }
span { border-color: rgb(137,87,144); }
td.TdClassName
{
border-color: #895790;
}
.TagClassName
{
border-color: #895790;
}
</style>