Shades of Trendy Pink #875A91
Tints of Trendy Pink #875A91
RGB
CMYK
RGB Variations
Color information
#875A91 (or 0x875A91) is known color: Trendy Pink. HEX triplet: 87, 5A and 91. RGB value is (135,90,145). Sum of RGB (Red+Green+Blue) = 135+90+145=370 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.49% from 370); Green value is 90 (35.55% from 255 or 24.32% from 370); Blue value is 145 (57.03% from 255 or 39.19% from 370); Max value from RGB is 145 - color contains mainly: blue. Hex color #875A91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875A91 is #78A56E. Grayscale: #6D6D6D. Windows color (decimal): -7906671 or 9525895. OLE color: 9525895.
HSL color Cylindrical-coordinate representation of color #875A91: hue angle of 289.09º degrees, saturation: 0.23, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #875A91 is Cyan = 0.07, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 135 | 90 | 145 | - |
| CMYK | 0.07 | 0.38 | 0 | 0.43 |
| HSL | 289.09º | 0.23% | 0.46% | - |
| HSV(B) | 289.09º | 0.38% | 0.57% | - |
| XYZ | 18.76 | 14.51 | 28.6 | - |
| YUV | 109.73 | 147.91 | 146.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 90 | 145 | 0.07 | 0.38 | 0 | 0.43 | 289.09 | 0.23 | 0.46 |
| Hex | 87 | 5A | 91 | 7 | 26 | 0 | 2B | 121 | 17 | 2E |
| Octal | 207 | 132 | 221 | 7 | 46 | 0 | 53 | 441 | 27 | 56 |
| Binary | 10000111 | 1011010 | 10010001 | 111 | 100110 | 0 | 101011 | 100100001 | 10111 | 101110 |
Color Harmonies of #875A91
Complementary color
Monochromatic Colors of #875A91
Black with #875A91
Text Example
Text Example
White with #875A91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875A91; }
p { color: rgb(135,90,145); }
H1.HeaderClassName
{
color: #875A91;
}
.AnyTagClassName
{
color: #875A91;
}
</style>
background-color css
<style>
a { background-color: #875A91; }
a { background-color: rgb(135,90,145); }
div.DivClassName
{
background-color: #875A91;
}
.BgClassName
{
background-color: #875A91;
}
</style>
border-color css
<style>
span { border-color: #875A91; }
span { border-color: rgb(135,90,145); }
td.TdClassName
{
border-color: #875A91;
}
.TagClassName
{
border-color: #875A91;
}
</style>