Shades of Trendy Pink #876990
Tints of Trendy Pink #876990
RGB
CMYK
RGB Variations
Color information
#876990 (or 0x876990) is known color: Trendy Pink. HEX triplet: 87, 69 and 90. RGB value is (135,105,144). Sum of RGB (Red+Green+Blue) = 135+105+144=384 (50% of max value = 765). Red value is 135 (53.12% from 255 or 35.16% from 384); Green value is 105 (41.41% from 255 or 27.34% from 384); Blue value is 144 (56.64% from 255 or 37.5% from 384); Max value from RGB is 144 - color contains mainly: blue. Hex color #876990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876990 is #78966F. Grayscale: #767676. Windows color (decimal): -7902832 or 9464199. OLE color: 9464199.
HSL color Cylindrical-coordinate representation of color #876990: hue angle of 286.15º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876990 is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 105 | 144 | - |
| CMYK | 0.06 | 0.27 | 0 | 0.44 |
| HSL | 286.15º | 0.16% | 0.49% | - |
| HSV(B) | 286.15º | 0.27% | 0.56% | - |
| XYZ | 20.08 | 17.27 | 28.66 | - |
| YUV | 118.42 | 142.44 | 139.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 105 | 144 | 0.06 | 0.27 | 0 | 0.44 | 286.15 | 0.16 | 0.49 |
| Hex | 87 | 69 | 90 | 6 | 1B | 0 | 2C | 11E | 10 | 31 |
| Octal | 207 | 151 | 220 | 6 | 33 | 0 | 54 | 436 | 20 | 61 |
| Binary | 10000111 | 1101001 | 10010000 | 110 | 11011 | 0 | 101100 | 100011110 | 10000 | 110001 |
Color Harmonies of #876990
Complementary color
Monochromatic Colors of #876990
Black with #876990
Text Example
Text Example
White with #876990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876990; }
p { color: rgb(135,105,144); }
H1.HeaderClassName
{
color: #876990;
}
.AnyTagClassName
{
color: #876990;
}
</style>
background-color css
<style>
a { background-color: #876990; }
a { background-color: rgb(135,105,144); }
div.DivClassName
{
background-color: #876990;
}
.BgClassName
{
background-color: #876990;
}
</style>
border-color css
<style>
span { border-color: #876990; }
span { border-color: rgb(135,105,144); }
td.TdClassName
{
border-color: #876990;
}
.TagClassName
{
border-color: #876990;
}
</style>