Shades of Trendy Pink #895291
Tints of Trendy Pink #895291
RGB
CMYK
RGB Variations
Color information
#895291 (or 0x895291) is known color: Trendy Pink. HEX triplet: 89, 52 and 91. RGB value is (137,82,145). Sum of RGB (Red+Green+Blue) = 137+82+145=364 (48% of max value = 765). Red value is 137 (53.91% from 255 or 37.64% from 364); Green value is 82 (32.42% from 255 or 22.53% from 364); Blue value is 145 (57.03% from 255 or 39.84% from 364); Max value from RGB is 145 - color contains mainly: blue. Hex color #895291 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895291 is #76AD6E. Grayscale: #696969. Windows color (decimal): -7777647 or 9523849. OLE color: 9523849.
HSL color Cylindrical-coordinate representation of color #895291: hue angle of 292.38º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #895291 is Cyan = 0.06, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 137 | 82 | 145 | - |
| CMYK | 0.06 | 0.43 | 0 | 0.43 |
| HSL | 292.38º | 0.28% | 0.45% | - |
| HSV(B) | 292.38º | 0.43% | 0.57% | - |
| XYZ | 18.44 | 13.4 | 28.4 | - |
| YUV | 105.63 | 150.22 | 150.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 82 | 145 | 0.06 | 0.43 | 0 | 0.43 | 292.38 | 0.28 | 0.45 |
| Hex | 89 | 52 | 91 | 6 | 2B | 0 | 2B | 124 | 1C | 2D |
| Octal | 211 | 122 | 221 | 6 | 53 | 0 | 53 | 444 | 34 | 55 |
| Binary | 10001001 | 1010010 | 10010001 | 110 | 101011 | 0 | 101011 | 100100100 | 11100 | 101101 |
Color Harmonies of #895291
Complementary color
Monochromatic Colors of #895291
Black with #895291
Text Example
Text Example
White with #895291
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895291; }
p { color: rgb(137,82,145); }
H1.HeaderClassName
{
color: #895291;
}
.AnyTagClassName
{
color: #895291;
}
</style>
background-color css
<style>
a { background-color: #895291; }
a { background-color: rgb(137,82,145); }
div.DivClassName
{
background-color: #895291;
}
.BgClassName
{
background-color: #895291;
}
</style>
border-color css
<style>
span { border-color: #895291; }
span { border-color: rgb(137,82,145); }
td.TdClassName
{
border-color: #895291;
}
.TagClassName
{
border-color: #895291;
}
</style>