Shades of Trendy Pink #875090
Tints of Trendy Pink #875090
RGB
CMYK
RGB Variations
Color information
#875090 (or 0x875090) is known color: Trendy Pink. HEX triplet: 87, 50 and 90. RGB value is (135,80,144). Sum of RGB (Red+Green+Blue) = 135+80+144=359 (47% of max value = 765). Red value is 135 (53.12% from 255 or 37.60% from 359); Green value is 80 (31.64% from 255 or 22.28% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #875090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875090 is #78AF6F. Grayscale: #676767. Windows color (decimal): -7909232 or 9457799. OLE color: 9457799.
HSL color Cylindrical-coordinate representation of color #875090: hue angle of 291.56º degrees, saturation: 0.29, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #875090 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 80 | 144 | - |
| CMYK | 0.06 | 0.44 | 0 | 0.44 |
| HSL | 291.56º | 0.29% | 0.44% | - |
| HSV(B) | 291.56º | 0.44% | 0.56% | - |
| XYZ | 17.89 | 12.9 | 27.93 | - |
| YUV | 103.74 | 150.72 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 80 | 144 | 0.06 | 0.44 | 0 | 0.44 | 291.56 | 0.29 | 0.44 |
| Hex | 87 | 50 | 90 | 6 | 2C | 0 | 2C | 124 | 1D | 2C |
| Octal | 207 | 120 | 220 | 6 | 54 | 0 | 54 | 444 | 35 | 54 |
| Binary | 10000111 | 1010000 | 10010000 | 110 | 101100 | 0 | 101100 | 100100100 | 11101 | 101100 |
Color Harmonies of #875090
Complementary color
Monochromatic Colors of #875090
Black with #875090
Text Example
Text Example
White with #875090
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875090; }
p { color: rgb(135,80,144); }
H1.HeaderClassName
{
color: #875090;
}
.AnyTagClassName
{
color: #875090;
}
</style>
background-color css
<style>
a { background-color: #875090; }
a { background-color: rgb(135,80,144); }
div.DivClassName
{
background-color: #875090;
}
.BgClassName
{
background-color: #875090;
}
</style>
border-color css
<style>
span { border-color: #875090; }
span { border-color: rgb(135,80,144); }
td.TdClassName
{
border-color: #875090;
}
.TagClassName
{
border-color: #875090;
}
</style>