Shades of Trendy Pink #896C85
Tints of Trendy Pink #896C85
RGB
CMYK
RGB Variations
Color information
#896C85 (or 0x896C85) is known color: Trendy Pink. HEX triplet: 89, 6C and 85. RGB value is (137,108,133). Sum of RGB (Red+Green+Blue) = 137+108+133=378 (50% of max value = 765). Red value is 137 (53.91% from 255 or 36.24% from 378); Green value is 108 (42.58% from 255 or 28.57% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 137 - color contains mainly: red. Hex color #896C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C85 is #76937A. Grayscale: #777777. Windows color (decimal): -7771003 or 8744073. OLE color: 8744073.
HSL color Cylindrical-coordinate representation of color #896C85: hue angle of 308.28º 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 #896C85 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 108 | 133 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.46 |
| HSL | 308.28º | 0.12% | 0.48% | - |
| HSV(B) | 308.28º | 0.21% | 0.54% | - |
| XYZ | 19.91 | 17.74 | 24.56 | - |
| YUV | 119.52 | 135.61 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 133 | 0 | 0.21 | 0.03 | 0.46 | 308.28 | 0.12 | 0.48 |
| Hex | 89 | 6C | 85 | 0 | 15 | 3 | 2E | 134 | C | 30 |
| Octal | 211 | 154 | 205 | 0 | 25 | 3 | 56 | 464 | 14 | 60 |
| Binary | 10001001 | 1101100 | 10000101 | 0 | 10101 | 11 | 101110 | 100110100 | 1100 | 110000 |
Color Harmonies of #896C85
Complementary color
Monochromatic Colors of #896C85
Black with #896C85
Text Example
Text Example
White with #896C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C85; }
p { color: rgb(137,108,133); }
H1.HeaderClassName
{
color: #896C85;
}
.AnyTagClassName
{
color: #896C85;
}
</style>
background-color css
<style>
a { background-color: #896C85; }
a { background-color: rgb(137,108,133); }
div.DivClassName
{
background-color: #896C85;
}
.BgClassName
{
background-color: #896C85;
}
</style>
border-color css
<style>
span { border-color: #896C85; }
span { border-color: rgb(137,108,133); }
td.TdClassName
{
border-color: #896C85;
}
.TagClassName
{
border-color: #896C85;
}
</style>