Shades of Trendy Pink #896C8E
Tints of Trendy Pink #896C8E
RGB
CMYK
RGB Variations
Color information
#896C8E (or 0x896C8E) is known color: Trendy Pink. HEX triplet: 89, 6C and 8E. RGB value is (137,108,142). Sum of RGB (Red+Green+Blue) = 137+108+142=387 (51% of max value = 765). Red value is 137 (53.91% from 255 or 35.40% from 387); Green value is 108 (42.58% from 255 or 27.91% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 142 - color contains mainly: blue. Hex color #896C8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #896C8E is #769371. Grayscale: #787878. Windows color (decimal): -7770994 or 9333897. OLE color: 9333897.
HSL color Cylindrical-coordinate representation of color #896C8E: hue angle of 291.18º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #896C8E is Cyan = 0.04, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 108 | 142 | - |
| CMYK | 0.04 | 0.24 | 0 | 0.44 |
| HSL | 291.18º | 0.14% | 0.49% | - |
| HSV(B) | 291.18º | 0.24% | 0.56% | - |
| XYZ | 20.56 | 18 | 27.98 | - |
| YUV | 120.55 | 140.11 | 139.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 108 | 142 | 0.04 | 0.24 | 0 | 0.44 | 291.18 | 0.14 | 0.49 |
| Hex | 89 | 6C | 8E | 4 | 18 | 0 | 2C | 123 | E | 31 |
| Octal | 211 | 154 | 216 | 4 | 30 | 0 | 54 | 443 | 16 | 61 |
| Binary | 10001001 | 1101100 | 10001110 | 100 | 11000 | 0 | 101100 | 100100011 | 1110 | 110001 |
Color Harmonies of #896C8E
Complementary color
Monochromatic Colors of #896C8E
Black with #896C8E
Text Example
Text Example
White with #896C8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896C8E; }
p { color: rgb(137,108,142); }
H1.HeaderClassName
{
color: #896C8E;
}
.AnyTagClassName
{
color: #896C8E;
}
</style>
background-color css
<style>
a { background-color: #896C8E; }
a { background-color: rgb(137,108,142); }
div.DivClassName
{
background-color: #896C8E;
}
.BgClassName
{
background-color: #896C8E;
}
</style>
border-color css
<style>
span { border-color: #896C8E; }
span { border-color: rgb(137,108,142); }
td.TdClassName
{
border-color: #896C8E;
}
.TagClassName
{
border-color: #896C8E;
}
</style>