Shades of Trendy Pink #875990
Tints of Trendy Pink #875990
RGB
CMYK
RGB Variations
Color information
#875990 (or 0x875990) is known color: Trendy Pink. HEX triplet: 87, 59 and 90. RGB value is (135,89,144). Sum of RGB (Red+Green+Blue) = 135+89+144=368 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.68% from 368); Green value is 89 (35.16% from 255 or 24.18% from 368); Blue value is 144 (56.64% from 255 or 39.13% from 368); Max value from RGB is 144 - color contains mainly: blue. Hex color #875990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875990 is #78A66F. Grayscale: #6C6C6C. Windows color (decimal): -7906928 or 9460103. OLE color: 9460103.
HSL color Cylindrical-coordinate representation of color #875990: hue angle of 290.18º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875990 is Cyan = 0.06, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 89 | 144 | - |
| CMYK | 0.06 | 0.38 | 0 | 0.44 |
| HSL | 290.18º | 0.24% | 0.46% | - |
| HSV(B) | 290.18º | 0.38% | 0.56% | - |
| XYZ | 18.6 | 14.31 | 28.17 | - |
| YUV | 109.02 | 147.74 | 146.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 89 | 144 | 0.06 | 0.38 | 0 | 0.44 | 290.18 | 0.24 | 0.46 |
| Hex | 87 | 59 | 90 | 6 | 26 | 0 | 2C | 122 | 18 | 2E |
| Octal | 207 | 131 | 220 | 6 | 46 | 0 | 54 | 442 | 30 | 56 |
| Binary | 10000111 | 1011001 | 10010000 | 110 | 100110 | 0 | 101100 | 100100010 | 11000 | 101110 |
Color Harmonies of #875990
Complementary color
Monochromatic Colors of #875990
Black with #875990
Text Example
Text Example
White with #875990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875990; }
p { color: rgb(135,89,144); }
H1.HeaderClassName
{
color: #875990;
}
.AnyTagClassName
{
color: #875990;
}
</style>
background-color css
<style>
a { background-color: #875990; }
a { background-color: rgb(135,89,144); }
div.DivClassName
{
background-color: #875990;
}
.BgClassName
{
background-color: #875990;
}
</style>
border-color css
<style>
span { border-color: #875990; }
span { border-color: rgb(135,89,144); }
td.TdClassName
{
border-color: #875990;
}
.TagClassName
{
border-color: #875990;
}
</style>