Shades of Trendy Pink #895092
Tints of Trendy Pink #895092
RGB
CMYK
RGB Variations
Color information
#895092 (or 0x895092) is known color: Trendy Pink. HEX triplet: 89, 50 and 92. RGB value is (137,80,146). Sum of RGB (Red+Green+Blue) = 137+80+146=363 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.74% from 363); Green value is 80 (31.64% from 255 or 22.04% from 363); Blue value is 146 (57.42% from 255 or 40.22% from 363); Max value from RGB is 146 - color contains mainly: blue. Hex color #895092 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895092 is #76AF6D. Grayscale: #686868. Windows color (decimal): -7778158 or 9588873. OLE color: 9588873.
HSL color Cylindrical-coordinate representation of color #895092: hue angle of 291.82º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #895092 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 80 | 146 | - |
| CMYK | 0.06 | 0.45 | 0 | 0.43 |
| HSL | 291.82º | 0.29% | 0.44% | - |
| HSV(B) | 291.82º | 0.45% | 0.57% | - |
| XYZ | 18.37 | 13.13 | 28.76 | - |
| YUV | 104.57 | 151.38 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 80 | 146 | 0.06 | 0.45 | 0 | 0.43 | 291.82 | 0.29 | 0.44 |
| Hex | 89 | 50 | 92 | 6 | 2D | 0 | 2B | 124 | 1D | 2C |
| Octal | 211 | 120 | 222 | 6 | 55 | 0 | 53 | 444 | 35 | 54 |
| Binary | 10001001 | 1010000 | 10010010 | 110 | 101101 | 0 | 101011 | 100100100 | 11101 | 101100 |
Color Harmonies of #895092
Complementary color
Monochromatic Colors of #895092
Black with #895092
Text Example
Text Example
White with #895092
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895092; }
p { color: rgb(137,80,146); }
H1.HeaderClassName
{
color: #895092;
}
.AnyTagClassName
{
color: #895092;
}
</style>
background-color css
<style>
a { background-color: #895092; }
a { background-color: rgb(137,80,146); }
div.DivClassName
{
background-color: #895092;
}
.BgClassName
{
background-color: #895092;
}
</style>
border-color css
<style>
span { border-color: #895092; }
span { border-color: rgb(137,80,146); }
td.TdClassName
{
border-color: #895092;
}
.TagClassName
{
border-color: #895092;
}
</style>