Shades of Trendy Pink #895992
Tints of Trendy Pink #895992
RGB
CMYK
RGB Variations
Color information
#895992 (or 0x895992) is known color: Trendy Pink. HEX triplet: 89, 59 and 92. RGB value is (137,89,146). Sum of RGB (Red+Green+Blue) = 137+89+146=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 89 (35.16% from 255 or 23.92% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 146 - color contains mainly: blue. Hex color #895992 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895992 is #76A66D. Grayscale: #6D6D6D. Windows color (decimal): -7775854 or 9591177. OLE color: 9591177.
HSL color Cylindrical-coordinate representation of color #895992: hue angle of 290.53º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895992 is Cyan = 0.06, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 89 | 146 | - |
| CMYK | 0.06 | 0.39 | 0 | 0.43 |
| HSL | 290.53º | 0.24% | 0.46% | - |
| HSV(B) | 290.53º | 0.39% | 0.57% | - |
| XYZ | 19.08 | 14.54 | 28.99 | - |
| YUV | 109.85 | 148.4 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 89 | 146 | 0.06 | 0.39 | 0 | 0.43 | 290.53 | 0.24 | 0.46 |
| Hex | 89 | 59 | 92 | 6 | 27 | 0 | 2B | 123 | 18 | 2E |
| Octal | 211 | 131 | 222 | 6 | 47 | 0 | 53 | 443 | 30 | 56 |
| Binary | 10001001 | 1011001 | 10010010 | 110 | 100111 | 0 | 101011 | 100100011 | 11000 | 101110 |
Color Harmonies of #895992
Complementary color
Monochromatic Colors of #895992
Black with #895992
Text Example
Text Example
White with #895992
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895992; }
p { color: rgb(137,89,146); }
H1.HeaderClassName
{
color: #895992;
}
.AnyTagClassName
{
color: #895992;
}
</style>
background-color css
<style>
a { background-color: #895992; }
a { background-color: rgb(137,89,146); }
div.DivClassName
{
background-color: #895992;
}
.BgClassName
{
background-color: #895992;
}
</style>
border-color css
<style>
span { border-color: #895992; }
span { border-color: rgb(137,89,146); }
td.TdClassName
{
border-color: #895992;
}
.TagClassName
{
border-color: #895992;
}
</style>