Shades of Trendy Pink #875B90
Tints of Trendy Pink #875B90
RGB
CMYK
RGB Variations
Color information
#875B90 (or 0x875B90) is known color: Trendy Pink. HEX triplet: 87, 5B and 90. RGB value is (135,91,144). Sum of RGB (Red+Green+Blue) = 135+91+144=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 91 (35.94% from 255 or 24.59% from 370); Blue value is 144 (56.64% from 255 or 38.92% from 370); Max value from RGB is 144 - color contains mainly: blue. Hex color #875B90 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875B90 is #78A46F. Grayscale: #6E6E6E. Windows color (decimal): -7906416 or 9460615. OLE color: 9460615.
HSL color Cylindrical-coordinate representation of color #875B90: hue angle of 289.81º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #875B90 is Cyan = 0.06, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 135 | 91 | 144 | - |
| CMYK | 0.06 | 0.37 | 0 | 0.44 |
| HSL | 289.81º | 0.23% | 0.46% | - |
| HSV(B) | 289.81º | 0.37% | 0.56% | - |
| XYZ | 18.77 | 14.65 | 28.22 | - |
| YUV | 110.2 | 147.08 | 145.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 144 | 0.06 | 0.37 | 0 | 0.44 | 289.81 | 0.23 | 0.46 |
| Hex | 87 | 5B | 90 | 6 | 25 | 0 | 2C | 122 | 17 | 2E |
| Octal | 207 | 133 | 220 | 6 | 45 | 0 | 54 | 442 | 27 | 56 |
| Binary | 10000111 | 1011011 | 10010000 | 110 | 100101 | 0 | 101100 | 100100010 | 10111 | 101110 |
Color Harmonies of #875B90
Complementary color
Monochromatic Colors of #875B90
Black with #875B90
Text Example
Text Example
White with #875B90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875B90; }
p { color: rgb(135,91,144); }
H1.HeaderClassName
{
color: #875B90;
}
.AnyTagClassName
{
color: #875B90;
}
</style>
background-color css
<style>
a { background-color: #875B90; }
a { background-color: rgb(135,91,144); }
div.DivClassName
{
background-color: #875B90;
}
.BgClassName
{
background-color: #875B90;
}
</style>
border-color css
<style>
span { border-color: #875B90; }
span { border-color: rgb(135,91,144); }
td.TdClassName
{
border-color: #875B90;
}
.TagClassName
{
border-color: #875B90;
}
</style>