Shades of Trendy Pink #896890
Tints of Trendy Pink #896890
RGB
CMYK
RGB Variations
Color information
#896890 (or 0x896890) is known color: Trendy Pink. HEX triplet: 89, 68 and 90. RGB value is (137,104,144). Sum of RGB (Red+Green+Blue) = 137+104+144=385 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.58% from 385); Green value is 104 (41.02% from 255 or 27.01% from 385); Blue value is 144 (56.64% from 255 or 37.40% from 385); Max value from RGB is 144 - color contains mainly: blue. Hex color #896890 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896890 is #76976F. Grayscale: #767676. Windows color (decimal): -7772016 or 9463945. OLE color: 9463945.
HSL color Cylindrical-coordinate representation of color #896890: hue angle of 289.5º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #896890 is Cyan = 0.05, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 104 | 144 | - |
| CMYK | 0.05 | 0.28 | 0 | 0.44 |
| HSL | 289.5º | 0.16% | 0.49% | - |
| HSV(B) | 289.5º | 0.28% | 0.56% | - |
| XYZ | 20.3 | 17.23 | 28.64 | - |
| YUV | 118.43 | 142.43 | 141.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 144 | 0.05 | 0.28 | 0 | 0.44 | 289.5 | 0.16 | 0.49 |
| Hex | 89 | 68 | 90 | 5 | 1C | 0 | 2C | 122 | 10 | 31 |
| Octal | 211 | 150 | 220 | 5 | 34 | 0 | 54 | 442 | 20 | 61 |
| Binary | 10001001 | 1101000 | 10010000 | 101 | 11100 | 0 | 101100 | 100100010 | 10000 | 110001 |
Color Harmonies of #896890
Complementary color
Monochromatic Colors of #896890
Black with #896890
Text Example
Text Example
White with #896890
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896890; }
p { color: rgb(137,104,144); }
H1.HeaderClassName
{
color: #896890;
}
.AnyTagClassName
{
color: #896890;
}
</style>
background-color css
<style>
a { background-color: #896890; }
a { background-color: rgb(137,104,144); }
div.DivClassName
{
background-color: #896890;
}
.BgClassName
{
background-color: #896890;
}
</style>
border-color css
<style>
span { border-color: #896890; }
span { border-color: rgb(137,104,144); }
td.TdClassName
{
border-color: #896890;
}
.TagClassName
{
border-color: #896890;
}
</style>