Shades of Trendy Pink #896E8D
Tints of Trendy Pink #896E8D
RGB
CMYK
RGB Variations
Color information
#896E8D (or 0x896E8D) is known color: Trendy Pink. HEX triplet: 89, 6E and 8D. RGB value is (137,110,141). Sum of RGB (Red+Green+Blue) = 137+110+141=388 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.31% from 388); Green value is 110 (43.36% from 255 or 28.35% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 141 - color contains mainly: blue. Hex color #896E8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896E8D is #769172. Grayscale: #797979. Windows color (decimal): -7770483 or 9268873. OLE color: 9268873.
HSL color Cylindrical-coordinate representation of color #896E8D: hue angle of 292.26º degrees, saturation: 0.12, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #896E8D is Cyan = 0.03, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 137 | 110 | 141 | - |
| CMYK | 0.03 | 0.22 | 0 | 0.45 |
| HSL | 292.26º | 0.12% | 0.49% | - |
| HSV(B) | 292.26º | 0.22% | 0.55% | - |
| XYZ | 20.7 | 18.39 | 27.66 | - |
| YUV | 121.61 | 138.95 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 141 | 0.03 | 0.22 | 0 | 0.45 | 292.26 | 0.12 | 0.49 |
| Hex | 89 | 6E | 8D | 3 | 16 | 0 | 2D | 124 | C | 31 |
| Octal | 211 | 156 | 215 | 3 | 26 | 0 | 55 | 444 | 14 | 61 |
| Binary | 10001001 | 1101110 | 10001101 | 11 | 10110 | 0 | 101101 | 100100100 | 1100 | 110001 |
Color Harmonies of #896E8D
Complementary color
Monochromatic Colors of #896E8D
Black with #896E8D
Text Example
Text Example
White with #896E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E8D; }
p { color: rgb(137,110,141); }
H1.HeaderClassName
{
color: #896E8D;
}
.AnyTagClassName
{
color: #896E8D;
}
</style>
background-color css
<style>
a { background-color: #896E8D; }
a { background-color: rgb(137,110,141); }
div.DivClassName
{
background-color: #896E8D;
}
.BgClassName
{
background-color: #896E8D;
}
</style>
border-color css
<style>
span { border-color: #896E8D; }
span { border-color: rgb(137,110,141); }
td.TdClassName
{
border-color: #896E8D;
}
.TagClassName
{
border-color: #896E8D;
}
</style>