Shades of Trendy Pink #876290
Tints of Trendy Pink #876290
RGB
CMYK
RGB Variations
Color information
#876290 (or 0x876290) is known color: Trendy Pink. HEX triplet: 87, 62 and 90. RGB value is (135,98,144). Sum of RGB (Red+Green+Blue) = 135+98+144=377 (49% of max value = 765). Red value is 135 (53.12% from 255 or 35.81% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 144 (56.64% from 255 or 38.20% from 377); Max value from RGB is 144 - color contains mainly: blue. Hex color #876290 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #876290 is #789D6F. Grayscale: #727272. Windows color (decimal): -7904624 or 9462407. OLE color: 9462407.
HSL color Cylindrical-coordinate representation of color #876290: hue angle of 288.26º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #876290 is Cyan = 0.06, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 98 | 144 | - |
| CMYK | 0.06 | 0.32 | 0 | 0.44 |
| HSL | 288.26º | 0.19% | 0.47% | - |
| HSV(B) | 288.26º | 0.32% | 0.56% | - |
| XYZ | 19.39 | 15.9 | 28.43 | - |
| YUV | 114.31 | 144.76 | 142.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 98 | 144 | 0.06 | 0.32 | 0 | 0.44 | 288.26 | 0.19 | 0.47 |
| Hex | 87 | 62 | 90 | 6 | 20 | 0 | 2C | 120 | 13 | 2F |
| Octal | 207 | 142 | 220 | 6 | 40 | 0 | 54 | 440 | 23 | 57 |
| Binary | 10000111 | 1100010 | 10010000 | 110 | 100000 | 0 | 101100 | 100100000 | 10011 | 101111 |
Color Harmonies of #876290
Complementary color
Monochromatic Colors of #876290
Black with #876290
Text Example
Text Example
White with #876290
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876290; }
p { color: rgb(135,98,144); }
H1.HeaderClassName
{
color: #876290;
}
.AnyTagClassName
{
color: #876290;
}
</style>
background-color css
<style>
a { background-color: #876290; }
a { background-color: rgb(135,98,144); }
div.DivClassName
{
background-color: #876290;
}
.BgClassName
{
background-color: #876290;
}
</style>
border-color css
<style>
span { border-color: #876290; }
span { border-color: rgb(135,98,144); }
td.TdClassName
{
border-color: #876290;
}
.TagClassName
{
border-color: #876290;
}
</style>