Shades of Trendy Pink #896A8A
Tints of Trendy Pink #896A8A
RGB
CMYK
RGB Variations
Color information
#896A8A (or 0x896A8A) is known color: Trendy Pink. HEX triplet: 89, 6A and 8A. RGB value is (137,106,138). Sum of RGB (Red+Green+Blue) = 137+106+138=381 (50% of max value = 765). Red value is 137 (53.91% from 255 or 35.96% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 138 (54.30% from 255 or 36.22% from 381); Max value from RGB is 138 - color contains mainly: blue. Hex color #896A8A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896A8A is #769575. Grayscale: #767676. Windows color (decimal): -7771510 or 9071241. OLE color: 9071241.
HSL color Cylindrical-coordinate representation of color #896A8A: hue angle of 298.12º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #896A8A is Cyan = 0.01, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 138 | - |
| CMYK | 0.01 | 0.23 | 0 | 0.46 |
| HSL | 298.13º | 0.13% | 0.48% | - |
| HSV(B) | 298.13º | 0.23% | 0.54% | - |
| XYZ | 20.06 | 17.46 | 26.36 | - |
| YUV | 118.92 | 138.77 | 140.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 138 | 0.01 | 0.23 | 0 | 0.46 | 298.13 | 0.13 | 0.48 |
| Hex | 89 | 6A | 8A | 1 | 17 | 0 | 2E | 12A | D | 30 |
| Octal | 211 | 152 | 212 | 1 | 27 | 0 | 56 | 452 | 15 | 60 |
| Binary | 10001001 | 1101010 | 10001010 | 1 | 10111 | 0 | 101110 | 100101010 | 1101 | 110000 |
Color Harmonies of #896A8A
Complementary color
Monochromatic Colors of #896A8A
Black with #896A8A
Text Example
Text Example
White with #896A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A8A; }
p { color: rgb(137,106,138); }
H1.HeaderClassName
{
color: #896A8A;
}
.AnyTagClassName
{
color: #896A8A;
}
</style>
background-color css
<style>
a { background-color: #896A8A; }
a { background-color: rgb(137,106,138); }
div.DivClassName
{
background-color: #896A8A;
}
.BgClassName
{
background-color: #896A8A;
}
</style>
border-color css
<style>
span { border-color: #896A8A; }
span { border-color: rgb(137,106,138); }
td.TdClassName
{
border-color: #896A8A;
}
.TagClassName
{
border-color: #896A8A;
}
</style>