Shades of Trendy Pink #895C84
Tints of Trendy Pink #895C84
RGB
CMYK
RGB Variations
Color information
#895C84 (or 0x895C84) is known color: Trendy Pink. HEX triplet: 89, 5C and 84. RGB value is (137,92,132). Sum of RGB (Red+Green+Blue) = 137+92+132=361 (47% of max value = 765). Red value is 137 (53.91% from 255 or 37.95% from 361); Green value is 92 (36.33% from 255 or 25.48% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 137 - color contains mainly: red. Hex color #895C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #895C84 is #76A37B. Grayscale: #6D6D6D. Windows color (decimal): -7775100 or 8674441. OLE color: 8674441.
HSL color Cylindrical-coordinate representation of color #895C84: hue angle of 306.67º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #895C84 is Cyan = 0, Magento = 0.33, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 92 | 132 | - |
| CMYK | 0 | 0.33 | 0.04 | 0.46 |
| HSL | 306.67º | 0.2% | 0.45% | - |
| HSV(B) | 306.67º | 0.33% | 0.54% | - |
| XYZ | 18.31 | 14.64 | 23.69 | - |
| YUV | 110.02 | 140.41 | 147.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 92 | 132 | 0 | 0.33 | 0.04 | 0.46 | 306.67 | 0.2 | 0.45 |
| Hex | 89 | 5C | 84 | 0 | 21 | 4 | 2E | 133 | 14 | 2D |
| Octal | 211 | 134 | 204 | 0 | 41 | 4 | 56 | 463 | 24 | 55 |
| Binary | 10001001 | 1011100 | 10000100 | 0 | 100001 | 100 | 101110 | 100110011 | 10100 | 101101 |
Color Harmonies of #895C84
Complementary color
Monochromatic Colors of #895C84
Black with #895C84
Text Example
Text Example
White with #895C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #895C84; }
p { color: rgb(137,92,132); }
H1.HeaderClassName
{
color: #895C84;
}
.AnyTagClassName
{
color: #895C84;
}
</style>
background-color css
<style>
a { background-color: #895C84; }
a { background-color: rgb(137,92,132); }
div.DivClassName
{
background-color: #895C84;
}
.BgClassName
{
background-color: #895C84;
}
</style>
border-color css
<style>
span { border-color: #895C84; }
span { border-color: rgb(137,92,132); }
td.TdClassName
{
border-color: #895C84;
}
.TagClassName
{
border-color: #895C84;
}
</style>