Shades of Trendy Pink #896884
Tints of Trendy Pink #896884
RGB
CMYK
RGB Variations
Color information
#896884 (or 0x896884) is known color: Trendy Pink. HEX triplet: 89, 68 and 84. RGB value is (137,104,132). Sum of RGB (Red+Green+Blue) = 137+104+132=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 104 (41.02% from 255 or 27.88% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #896884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896884 is #76977B. Grayscale: #747474. Windows color (decimal): -7772028 or 8677513. OLE color: 8677513.
HSL color Cylindrical-coordinate representation of color #896884: hue angle of 309.09º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896884 is Cyan = 0, Magento = 0.24, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 104 | 132 | - |
| CMYK | 0 | 0.24 | 0.04 | 0.46 |
| HSL | 309.09º | 0.14% | 0.47% | - |
| HSV(B) | 309.09º | 0.24% | 0.54% | - |
| XYZ | 19.43 | 16.88 | 24.06 | - |
| YUV | 117.06 | 136.43 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 104 | 132 | 0 | 0.24 | 0.04 | 0.46 | 309.09 | 0.14 | 0.47 |
| Hex | 89 | 68 | 84 | 0 | 18 | 4 | 2E | 135 | E | 2F |
| Octal | 211 | 150 | 204 | 0 | 30 | 4 | 56 | 465 | 16 | 57 |
| Binary | 10001001 | 1101000 | 10000100 | 0 | 11000 | 100 | 101110 | 100110101 | 1110 | 101111 |
Color Harmonies of #896884
Complementary color
Monochromatic Colors of #896884
Black with #896884
Text Example
Text Example
White with #896884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896884; }
p { color: rgb(137,104,132); }
H1.HeaderClassName
{
color: #896884;
}
.AnyTagClassName
{
color: #896884;
}
</style>
background-color css
<style>
a { background-color: #896884; }
a { background-color: rgb(137,104,132); }
div.DivClassName
{
background-color: #896884;
}
.BgClassName
{
background-color: #896884;
}
</style>
border-color css
<style>
span { border-color: #896884; }
span { border-color: rgb(137,104,132); }
td.TdClassName
{
border-color: #896884;
}
.TagClassName
{
border-color: #896884;
}
</style>