Shades of Trendy Pink #875F90
Tints of Trendy Pink #875F90
RGB
CMYK
RGB Variations
Color information
#875F90 (or 0x875F90) is known color: Trendy Pink. HEX triplet: 87, 5F and 90. RGB value is (135,95,144). Sum of RGB (Red+Green+Blue) = 135+95+144=374 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.10% from 374); Green value is 95 (37.5% from 255 or 25.40% from 374); Blue value is 144 (56.64% from 255 or 38.50% from 374); Max value from RGB is 144 - color contains mainly: blue. Hex color #875F90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875F90 is #78A06F. Grayscale: #707070. Windows color (decimal): -7905392 or 9461639. OLE color: 9461639.
HSL color Cylindrical-coordinate representation of color #875F90: hue angle of 288.98º degrees, saturation: 0.21, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #875F90 is Cyan = 0.06, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 95 | 144 | - |
| CMYK | 0.06 | 0.34 | 0 | 0.44 |
| HSL | 288.98º | 0.21% | 0.47% | - |
| HSV(B) | 288.98º | 0.34% | 0.56% | - |
| XYZ | 19.12 | 15.35 | 28.34 | - |
| YUV | 112.55 | 145.75 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 144 | 0.06 | 0.34 | 0 | 0.44 | 288.98 | 0.21 | 0.47 |
| Hex | 87 | 5F | 90 | 6 | 22 | 0 | 2C | 121 | 15 | 2F |
| Octal | 207 | 137 | 220 | 6 | 42 | 0 | 54 | 441 | 25 | 57 |
| Binary | 10000111 | 1011111 | 10010000 | 110 | 100010 | 0 | 101100 | 100100001 | 10101 | 101111 |
Color Harmonies of #875F90
Complementary color
Monochromatic Colors of #875F90
Black with #875F90
Text Example
Text Example
White with #875F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F90; }
p { color: rgb(135,95,144); }
H1.HeaderClassName
{
color: #875F90;
}
.AnyTagClassName
{
color: #875F90;
}
</style>
background-color css
<style>
a { background-color: #875F90; }
a { background-color: rgb(135,95,144); }
div.DivClassName
{
background-color: #875F90;
}
.BgClassName
{
background-color: #875F90;
}
</style>
border-color css
<style>
span { border-color: #875F90; }
span { border-color: rgb(135,95,144); }
td.TdClassName
{
border-color: #875F90;
}
.TagClassName
{
border-color: #875F90;
}
</style>