Shades of Trendy Pink #895482
Tints of Trendy Pink #895482
RGB
CMYK
RGB Variations
Color information
#895482 (or 0x895482) is known color: Trendy Pink. HEX triplet: 89, 54 and 82. RGB value is (137,84,130). Sum of RGB (Red+Green+Blue) = 137+84+130=351 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.03% from 351); Green value is 84 (33.20% from 255 or 23.93% from 351); Blue value is 130 (51.17% from 255 or 37.04% from 351); Max value from RGB is 137 - color contains mainly: red. Hex color #895482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895482 is #76AB7D. Grayscale: #686868. Windows color (decimal): -7777150 or 8541321. OLE color: 8541321.
HSL color Cylindrical-coordinate representation of color #895482: hue angle of 307.92º 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 #895482 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 130 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.46 |
| HSL | 307.92º | 0.24% | 0.43% | - |
| HSV(B) | 307.92º | 0.39% | 0.54% | - |
| XYZ | 17.52 | 13.27 | 22.76 | - |
| YUV | 105.09 | 142.06 | 150.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 130 | 0 | 0.39 | 0.05 | 0.46 | 307.92 | 0.24 | 0.43 |
| Hex | 89 | 54 | 82 | 0 | 27 | 5 | 2E | 134 | 18 | 2B |
| Octal | 211 | 124 | 202 | 0 | 47 | 5 | 56 | 464 | 30 | 53 |
| Binary | 10001001 | 1010100 | 10000010 | 0 | 100111 | 101 | 101110 | 100110100 | 11000 | 101011 |
Color Harmonies of #895482
Complementary color
Monochromatic Colors of #895482
Black with #895482
Text Example
Text Example
White with #895482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895482; }
p { color: rgb(137,84,130); }
H1.HeaderClassName
{
color: #895482;
}
.AnyTagClassName
{
color: #895482;
}
</style>
background-color css
<style>
a { background-color: #895482; }
a { background-color: rgb(137,84,130); }
div.DivClassName
{
background-color: #895482;
}
.BgClassName
{
background-color: #895482;
}
</style>
border-color css
<style>
span { border-color: #895482; }
span { border-color: rgb(137,84,130); }
td.TdClassName
{
border-color: #895482;
}
.TagClassName
{
border-color: #895482;
}
</style>