Shades of Trendy Pink #896D8F
Tints of Trendy Pink #896D8F
RGB
CMYK
RGB Variations
Color information
#896D8F (or 0x896D8F) is known color: Trendy Pink. HEX triplet: 89, 6D and 8F. RGB value is (137,109,143). Sum of RGB (Red+Green+Blue) = 137+109+143=389 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.22% from 389); Green value is 109 (42.97% from 255 or 28.02% from 389); Blue value is 143 (56.25% from 255 or 36.76% from 389); Max value from RGB is 143 - color contains mainly: blue. Hex color #896D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896D8F is #769270. Grayscale: #797979. Windows color (decimal): -7770737 or 9399689. OLE color: 9399689.
HSL color Cylindrical-coordinate representation of color #896D8F: hue angle of 289.41º degrees, saturation: 0.13, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896D8F is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 109 | 143 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.44 |
| HSL | 289.41º | 0.13% | 0.49% | - |
| HSV(B) | 289.41º | 0.24% | 0.56% | - |
| XYZ | 20.74 | 18.24 | 28.41 | - |
| YUV | 121.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 143 | 0.04 | 0.24 | 0 | 0.44 | 289.41 | 0.13 | 0.49 |
| Hex | 89 | 6D | 8F | 4 | 18 | 0 | 2C | 121 | D | 31 |
| Octal | 211 | 155 | 217 | 4 | 30 | 0 | 54 | 441 | 15 | 61 |
| Binary | 10001001 | 1101101 | 10001111 | 100 | 11000 | 0 | 101100 | 100100001 | 1101 | 110001 |
Color Harmonies of #896D8F
Complementary color
Monochromatic Colors of #896D8F
Black with #896D8F
Text Example
Text Example
White with #896D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D8F; }
p { color: rgb(137,109,143); }
H1.HeaderClassName
{
color: #896D8F;
}
.AnyTagClassName
{
color: #896D8F;
}
</style>
background-color css
<style>
a { background-color: #896D8F; }
a { background-color: rgb(137,109,143); }
div.DivClassName
{
background-color: #896D8F;
}
.BgClassName
{
background-color: #896D8F;
}
</style>
border-color css
<style>
span { border-color: #896D8F; }
span { border-color: rgb(137,109,143); }
td.TdClassName
{
border-color: #896D8F;
}
.TagClassName
{
border-color: #896D8F;
}
</style>