Shades of Trendy Pink #896190
Tints of Trendy Pink #896190
RGB
CMYK
RGB Variations
Color information
#896190 (or 0x896190) is known color: Trendy Pink. HEX triplet: 89, 61 and 90. RGB value is (137,97,144). Sum of RGB (Red+Green+Blue) = 137+97+144=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 144 (56.64% from 255 or 38.10% from 378); Max value from RGB is 144 - color contains mainly: blue. Hex color #896190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896190 is #769E6F. Grayscale: #727272. Windows color (decimal): -7773808 or 9462153. OLE color: 9462153.
HSL color Cylindrical-coordinate representation of color #896190: hue angle of 291.06º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #896190 is Cyan = 0.05, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 97 | 144 | - |
| CMYK | 0.05 | 0.33 | 0 | 0.44 |
| HSL | 291.06º | 0.2% | 0.47% | - |
| HSV(B) | 291.06º | 0.33% | 0.56% | - |
| XYZ | 19.63 | 15.88 | 28.42 | - |
| YUV | 114.32 | 144.75 | 144.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 144 | 0.05 | 0.33 | 0 | 0.44 | 291.06 | 0.2 | 0.47 |
| Hex | 89 | 61 | 90 | 5 | 21 | 0 | 2C | 123 | 14 | 2F |
| Octal | 211 | 141 | 220 | 5 | 41 | 0 | 54 | 443 | 24 | 57 |
| Binary | 10001001 | 1100001 | 10010000 | 101 | 100001 | 0 | 101100 | 100100011 | 10100 | 101111 |
Color Harmonies of #896190
Complementary color
Monochromatic Colors of #896190
Black with #896190
Text Example
Text Example
White with #896190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896190; }
p { color: rgb(137,97,144); }
H1.HeaderClassName
{
color: #896190;
}
.AnyTagClassName
{
color: #896190;
}
</style>
background-color css
<style>
a { background-color: #896190; }
a { background-color: rgb(137,97,144); }
div.DivClassName
{
background-color: #896190;
}
.BgClassName
{
background-color: #896190;
}
</style>
border-color css
<style>
span { border-color: #896190; }
span { border-color: rgb(137,97,144); }
td.TdClassName
{
border-color: #896190;
}
.TagClassName
{
border-color: #896190;
}
</style>