Shades of Trendy Pink #875690
Tints of Trendy Pink #875690
RGB
CMYK
RGB Variations
Color information
#875690 (or 0x875690) is known color: Trendy Pink. HEX triplet: 87, 56 and 90. RGB value is (135,86,144). Sum of RGB (Red+Green+Blue) = 135+86+144=365 (48% of max value = 765). Red value is 135 (53.12% from 255 or 36.99% from 365); Green value is 86 (33.98% from 255 or 23.56% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 144 - color contains mainly: blue. Hex color #875690 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875690 is #78A96F. Grayscale: #6B6B6B. Windows color (decimal): -7907696 or 9459335. OLE color: 9459335.
HSL color Cylindrical-coordinate representation of color #875690: hue angle of 290.69º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #875690 is Cyan = 0.06, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 86 | 144 | - |
| CMYK | 0.06 | 0.40 | 0 | 0.44 |
| HSL | 290.69º | 0.25% | 0.45% | - |
| HSV(B) | 290.69º | 0.4% | 0.56% | - |
| XYZ | 18.35 | 13.82 | 28.09 | - |
| YUV | 107.26 | 148.73 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 86 | 144 | 0.06 | 0.40 | 0 | 0.44 | 290.69 | 0.25 | 0.45 |
| Hex | 87 | 56 | 90 | 6 | 28 | 0 | 2C | 123 | 19 | 2D |
| Octal | 207 | 126 | 220 | 6 | 50 | 0 | 54 | 443 | 31 | 55 |
| Binary | 10000111 | 1010110 | 10010000 | 110 | 101000 | 0 | 101100 | 100100011 | 11001 | 101101 |
Color Harmonies of #875690
Complementary color
Monochromatic Colors of #875690
Black with #875690
Text Example
Text Example
White with #875690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875690; }
p { color: rgb(135,86,144); }
H1.HeaderClassName
{
color: #875690;
}
.AnyTagClassName
{
color: #875690;
}
</style>
background-color css
<style>
a { background-color: #875690; }
a { background-color: rgb(135,86,144); }
div.DivClassName
{
background-color: #875690;
}
.BgClassName
{
background-color: #875690;
}
</style>
border-color css
<style>
span { border-color: #875690; }
span { border-color: rgb(135,86,144); }
td.TdClassName
{
border-color: #875690;
}
.TagClassName
{
border-color: #875690;
}
</style>