Shades of Trendy Pink #896E8B
Tints of Trendy Pink #896E8B
RGB
CMYK
RGB Variations
Color information
#896E8B (or 0x896E8B) is known color: Trendy Pink. HEX triplet: 89, 6E and 8B. RGB value is (137,110,139). Sum of RGB (Red+Green+Blue) = 137+110+139=386 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.49% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 139 (54.69% from 255 or 36.01% from 386); Max value from RGB is 139 - color contains mainly: blue. Hex color #896E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896E8B is #769174. Grayscale: #797979. Windows color (decimal): -7770485 or 9137801. OLE color: 9137801.
HSL color Cylindrical-coordinate representation of color #896E8B: hue angle of 295.86º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #896E8B is Cyan = 0.01, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 110 | 139 | - |
| CMYK | 0.01 | 0.21 | 0 | 0.45 |
| HSL | 295.86º | 0.12% | 0.49% | - |
| HSV(B) | 295.86º | 0.21% | 0.55% | - |
| XYZ | 20.55 | 18.33 | 26.88 | - |
| YUV | 121.38 | 137.95 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 139 | 0.01 | 0.21 | 0 | 0.45 | 295.86 | 0.12 | 0.49 |
| Hex | 89 | 6E | 8B | 1 | 15 | 0 | 2D | 128 | C | 31 |
| Octal | 211 | 156 | 213 | 1 | 25 | 0 | 55 | 450 | 14 | 61 |
| Binary | 10001001 | 1101110 | 10001011 | 1 | 10101 | 0 | 101101 | 100101000 | 1100 | 110001 |
Color Harmonies of #896E8B
Complementary color
Monochromatic Colors of #896E8B
Black with #896E8B
Text Example
Text Example
White with #896E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E8B; }
p { color: rgb(137,110,139); }
H1.HeaderClassName
{
color: #896E8B;
}
.AnyTagClassName
{
color: #896E8B;
}
</style>
background-color css
<style>
a { background-color: #896E8B; }
a { background-color: rgb(137,110,139); }
div.DivClassName
{
background-color: #896E8B;
}
.BgClassName
{
background-color: #896E8B;
}
</style>
border-color css
<style>
span { border-color: #896E8B; }
span { border-color: rgb(137,110,139); }
td.TdClassName
{
border-color: #896E8B;
}
.TagClassName
{
border-color: #896E8B;
}
</style>