Shades of Trendy Pink #895489
Tints of Trendy Pink #895489
RGB
CMYK
RGB Variations
Color information
#895489 (or 0x895489) is known color: Trendy Pink. HEX triplet: 89, 54 and 89. RGB value is (137,84,137). Sum of RGB (Red+Green+Blue) = 137+84+137=358 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.27% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 137 (53.91% from 255 or 38.27% from 358); Max value from RGB is 137 - color contains mainly: red, blue. Hex color #895489 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895489 is #76AB76. Grayscale: #696969. Windows color (decimal): -7777143 or 9000073. OLE color: 9000073.
HSL color Cylindrical-coordinate representation of color #895489: hue angle of 300º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #895489 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 137 | - |
| CMYK | 0 | 0.39 | 0 | 0.46 |
| HSL | 300º | 0.24% | 0.43% | - |
| HSV(B) | 300º | 0.39% | 0.54% | - |
| XYZ | 18 | 13.47 | 25.32 | - |
| YUV | 105.89 | 145.56 | 150.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 137 | 0 | 0.39 | 0 | 0.46 | 300 | 0.24 | 0.43 |
| Hex | 89 | 54 | 89 | 0 | 27 | 0 | 2E | 12C | 18 | 2B |
| Octal | 211 | 124 | 211 | 0 | 47 | 0 | 56 | 454 | 30 | 53 |
| Binary | 10001001 | 1010100 | 10001001 | 0 | 100111 | 0 | 101110 | 100101100 | 11000 | 101011 |
Color Harmonies of #895489
Complementary color
Monochromatic Colors of #895489
Black with #895489
Text Example
Text Example
White with #895489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895489; }
p { color: rgb(137,84,137); }
H1.HeaderClassName
{
color: #895489;
}
.AnyTagClassName
{
color: #895489;
}
</style>
background-color css
<style>
a { background-color: #895489; }
a { background-color: rgb(137,84,137); }
div.DivClassName
{
background-color: #895489;
}
.BgClassName
{
background-color: #895489;
}
</style>
border-color css
<style>
span { border-color: #895489; }
span { border-color: rgb(137,84,137); }
td.TdClassName
{
border-color: #895489;
}
.TagClassName
{
border-color: #895489;
}
</style>