Shades of Trendy Pink #896192
Tints of Trendy Pink #896192
RGB
CMYK
RGB Variations
Color information
#896192 (or 0x896192) is known color: Trendy Pink. HEX triplet: 89, 61 and 92. RGB value is (137,97,146). Sum of RGB (Red+Green+Blue) = 137+97+146=380 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.05% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 146 - color contains mainly: blue. Hex color #896192 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896192 is #769E6D. Grayscale: #727272. Windows color (decimal): -7773806 or 9593225. OLE color: 9593225.
HSL color Cylindrical-coordinate representation of color #896192: hue angle of 288.98º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #896192 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 97 | 146 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.43 |
| HSL | 288.98º | 0.2% | 0.48% | - |
| HSV(B) | 288.98º | 0.34% | 0.57% | - |
| XYZ | 19.78 | 15.94 | 29.23 | - |
| YUV | 114.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 97 | 146 | 0.06 | 0.34 | 0 | 0.43 | 288.98 | 0.2 | 0.48 |
| Hex | 89 | 61 | 92 | 6 | 22 | 0 | 2B | 121 | 14 | 30 |
| Octal | 211 | 141 | 222 | 6 | 42 | 0 | 53 | 441 | 24 | 60 |
| Binary | 10001001 | 1100001 | 10010010 | 110 | 100010 | 0 | 101011 | 100100001 | 10100 | 110000 |
Color Harmonies of #896192
Complementary color
Monochromatic Colors of #896192
Black with #896192
Text Example
Text Example
White with #896192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896192; }
p { color: rgb(137,97,146); }
H1.HeaderClassName
{
color: #896192;
}
.AnyTagClassName
{
color: #896192;
}
</style>
background-color css
<style>
a { background-color: #896192; }
a { background-color: rgb(137,97,146); }
div.DivClassName
{
background-color: #896192;
}
.BgClassName
{
background-color: #896192;
}
</style>
border-color css
<style>
span { border-color: #896192; }
span { border-color: rgb(137,97,146); }
td.TdClassName
{
border-color: #896192;
}
.TagClassName
{
border-color: #896192;
}
</style>