Shades of Trendy Pink #895584
Tints of Trendy Pink #895584
RGB
CMYK
RGB Variations
Color information
#895584 (or 0x895584) is known color: Trendy Pink. HEX triplet: 89, 55 and 84. RGB value is (137,85,132). Sum of RGB (Red+Green+Blue) = 137+85+132=354 (46% of max value = 765). Red value is 137 (53.91% from 255 or 38.70% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 137 - color contains mainly: red. Hex color #895584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895584 is #76AA7B. Grayscale: #696969. Windows color (decimal): -7776892 or 8672649. OLE color: 8672649.
HSL color Cylindrical-coordinate representation of color #895584: hue angle of 305.77º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #895584 is Cyan = 0, Magento = 0.38, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 85 | 132 | - |
| CMYK | 0 | 0.38 | 0.04 | 0.46 |
| HSL | 305.77º | 0.23% | 0.44% | - |
| HSV(B) | 305.77º | 0.38% | 0.54% | - |
| XYZ | 17.73 | 13.48 | 23.5 | - |
| YUV | 105.91 | 142.73 | 150.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 85 | 132 | 0 | 0.38 | 0.04 | 0.46 | 305.77 | 0.23 | 0.44 |
| Hex | 89 | 55 | 84 | 0 | 26 | 4 | 2E | 132 | 17 | 2C |
| Octal | 211 | 125 | 204 | 0 | 46 | 4 | 56 | 462 | 27 | 54 |
| Binary | 10001001 | 1010101 | 10000100 | 0 | 100110 | 100 | 101110 | 100110010 | 10111 | 101100 |
Color Harmonies of #895584
Complementary color
Monochromatic Colors of #895584
Black with #895584
Text Example
Text Example
White with #895584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895584; }
p { color: rgb(137,85,132); }
H1.HeaderClassName
{
color: #895584;
}
.AnyTagClassName
{
color: #895584;
}
</style>
background-color css
<style>
a { background-color: #895584; }
a { background-color: rgb(137,85,132); }
div.DivClassName
{
background-color: #895584;
}
.BgClassName
{
background-color: #895584;
}
</style>
border-color css
<style>
span { border-color: #895584; }
span { border-color: rgb(137,85,132); }
td.TdClassName
{
border-color: #895584;
}
.TagClassName
{
border-color: #895584;
}
</style>