Shades of Trendy Pink #875F8D
Tints of Trendy Pink #875F8D
RGB
CMYK
RGB Variations
Color information
#875F8D (or 0x875F8D) is known color: Trendy Pink. HEX triplet: 87, 5F and 8D. RGB value is (135,95,141). Sum of RGB (Red+Green+Blue) = 135+95+141=371 (49% of max value = 765). Red value is 135 (53.12% from 255 or 36.39% from 371); Green value is 95 (37.5% from 255 or 25.61% from 371); Blue value is 141 (55.47% from 255 or 38.01% from 371); Max value from RGB is 141 - color contains mainly: blue. Hex color #875F8D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875F8D is #78A072. Grayscale: #707070. Windows color (decimal): -7905395 or 9265031. OLE color: 9265031.
HSL color Cylindrical-coordinate representation of color #875F8D: hue angle of 292.17º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #875F8D is Cyan = 0.04, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 135 | 95 | 141 | - |
| CMYK | 0.04 | 0.33 | 0 | 0.45 |
| HSL | 292.17º | 0.19% | 0.46% | - |
| HSV(B) | 292.17º | 0.33% | 0.55% | - |
| XYZ | 18.89 | 15.26 | 27.15 | - |
| YUV | 112.2 | 144.25 | 144.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 95 | 141 | 0.04 | 0.33 | 0 | 0.45 | 292.17 | 0.19 | 0.46 |
| Hex | 87 | 5F | 8D | 4 | 21 | 0 | 2D | 124 | 13 | 2E |
| Octal | 207 | 137 | 215 | 4 | 41 | 0 | 55 | 444 | 23 | 56 |
| Binary | 10000111 | 1011111 | 10001101 | 100 | 100001 | 0 | 101101 | 100100100 | 10011 | 101110 |
Color Harmonies of #875F8D
Complementary color
Monochromatic Colors of #875F8D
Black with #875F8D
Text Example
Text Example
White with #875F8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875F8D; }
p { color: rgb(135,95,141); }
H1.HeaderClassName
{
color: #875F8D;
}
.AnyTagClassName
{
color: #875F8D;
}
</style>
background-color css
<style>
a { background-color: #875F8D; }
a { background-color: rgb(135,95,141); }
div.DivClassName
{
background-color: #875F8D;
}
.BgClassName
{
background-color: #875F8D;
}
</style>
border-color css
<style>
span { border-color: #875F8D; }
span { border-color: rgb(135,95,141); }
td.TdClassName
{
border-color: #875F8D;
}
.TagClassName
{
border-color: #875F8D;
}
</style>