Shades of Trendy Pink #895484
Tints of Trendy Pink #895484
RGB
CMYK
RGB Variations
Color information
#895484 (or 0x895484) is known color: Trendy Pink. HEX triplet: 89, 54 and 84. RGB value is (137,84,132). Sum of RGB (Red+Green+Blue) = 137+84+132=353 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.81% from 353); Green value is 84 (33.20% from 255 or 23.80% from 353); Blue value is 132 (51.95% from 255 or 37.39% from 353); Max value from RGB is 137 - color contains mainly: red. Hex color #895484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895484 is #76AB7B. Grayscale: #696969. Windows color (decimal): -7777148 or 8672393. OLE color: 8672393.
HSL color Cylindrical-coordinate representation of color #895484: hue angle of 305.66º 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 #895484 is Cyan = 0, Magento = 0.39, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 84 | 132 | - |
| CMYK | 0 | 0.39 | 0.04 | 0.46 |
| HSL | 305.66º | 0.24% | 0.43% | - |
| HSV(B) | 305.66º | 0.39% | 0.54% | - |
| XYZ | 17.65 | 13.32 | 23.47 | - |
| YUV | 105.32 | 143.06 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 84 | 132 | 0 | 0.39 | 0.04 | 0.46 | 305.66 | 0.24 | 0.43 |
| Hex | 89 | 54 | 84 | 0 | 27 | 4 | 2E | 132 | 18 | 2B |
| Octal | 211 | 124 | 204 | 0 | 47 | 4 | 56 | 462 | 30 | 53 |
| Binary | 10001001 | 1010100 | 10000100 | 0 | 100111 | 100 | 101110 | 100110010 | 11000 | 101011 |
Color Harmonies of #895484
Complementary color
Monochromatic Colors of #895484
Black with #895484
Text Example
Text Example
White with #895484
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895484; }
p { color: rgb(137,84,132); }
H1.HeaderClassName
{
color: #895484;
}
.AnyTagClassName
{
color: #895484;
}
</style>
background-color css
<style>
a { background-color: #895484; }
a { background-color: rgb(137,84,132); }
div.DivClassName
{
background-color: #895484;
}
.BgClassName
{
background-color: #895484;
}
</style>
border-color css
<style>
span { border-color: #895484; }
span { border-color: rgb(137,84,132); }
td.TdClassName
{
border-color: #895484;
}
.TagClassName
{
border-color: #895484;
}
</style>