Shades of Trendy Pink #896C86
Tints of Trendy Pink #896C86
RGB
CMYK
RGB Variations
Color information
#896C86 (or 0x896C86) is known color: Trendy Pink. HEX triplet: 89, 6C and 86. RGB value is (137,108,134). Sum of RGB (Red+Green+Blue) = 137+108+134=379 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.15% from 379); Green value is 108 (42.58% from 255 or 28.50% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 137 - color contains mainly: red. Hex color #896C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C86 is #769379. Grayscale: #777777. Windows color (decimal): -7771002 or 8809609. OLE color: 8809609.
HSL color Cylindrical-coordinate representation of color #896C86: hue angle of 306.21º degrees, saturation: 0.12, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896C86 is Cyan = 0, Magento = 0.21, Yellow = 0.02 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 134 | - |
| CMYK | 0 | 0.21 | 0.02 | 0.46 |
| HSL | 306.21º | 0.12% | 0.48% | - |
| HSV(B) | 306.21º | 0.21% | 0.54% | - |
| XYZ | 19.98 | 17.76 | 24.93 | - |
| YUV | 119.64 | 136.11 | 140.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 134 | 0 | 0.21 | 0.02 | 0.46 | 306.21 | 0.12 | 0.48 |
| Hex | 89 | 6C | 86 | 0 | 15 | 2 | 2E | 132 | C | 30 |
| Octal | 211 | 154 | 206 | 0 | 25 | 2 | 56 | 462 | 14 | 60 |
| Binary | 10001001 | 1101100 | 10000110 | 0 | 10101 | 10 | 101110 | 100110010 | 1100 | 110000 |
Color Harmonies of #896C86
Complementary color
Monochromatic Colors of #896C86
Black with #896C86
Text Example
Text Example
White with #896C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C86; }
p { color: rgb(137,108,134); }
H1.HeaderClassName
{
color: #896C86;
}
.AnyTagClassName
{
color: #896C86;
}
</style>
background-color css
<style>
a { background-color: #896C86; }
a { background-color: rgb(137,108,134); }
div.DivClassName
{
background-color: #896C86;
}
.BgClassName
{
background-color: #896C86;
}
</style>
border-color css
<style>
span { border-color: #896C86; }
span { border-color: rgb(137,108,134); }
td.TdClassName
{
border-color: #896C86;
}
.TagClassName
{
border-color: #896C86;
}
</style>