Shades of Trendy Pink #875387
Tints of Trendy Pink #875387
RGB
CMYK
RGB Variations
Color information
#875387 (or 0x875387) is known color: Trendy Pink. HEX triplet: 87, 53 and 87. RGB value is (135,83,135). Sum of RGB (Red+Green+Blue) = 135+83+135=353 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.24% from 353); Green value is 83 (32.81% from 255 or 23.51% from 353); Blue value is 135 (53.12% from 255 or 38.24% from 353); Max value from RGB is 135 - color contains mainly: red, blue. Hex color #875387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875387 is #78AC78. Grayscale: #686868. Windows color (decimal): -7908473 or 8868743. OLE color: 8868743.
HSL color Cylindrical-coordinate representation of color #875387: hue angle of 300º degrees, saturation: 0.24, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #875387 is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 135 | - |
| CMYK | 0 | 0.39 | 0 | 0.47 |
| HSL | 300º | 0.24% | 0.43% | - |
| HSV(B) | 300º | 0.39% | 0.53% | - |
| XYZ | 17.46 | 13.09 | 24.53 | - |
| YUV | 104.48 | 145.23 | 149.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 135 | 0 | 0.39 | 0 | 0.47 | 300 | 0.24 | 0.43 |
| Hex | 87 | 53 | 87 | 0 | 27 | 0 | 2F | 12C | 18 | 2B |
| Octal | 207 | 123 | 207 | 0 | 47 | 0 | 57 | 454 | 30 | 53 |
| Binary | 10000111 | 1010011 | 10000111 | 0 | 100111 | 0 | 101111 | 100101100 | 11000 | 101011 |
Color Harmonies of #875387
Complementary color
Monochromatic Colors of #875387
Black with #875387
Text Example
Text Example
White with #875387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875387; }
p { color: rgb(135,83,135); }
H1.HeaderClassName
{
color: #875387;
}
.AnyTagClassName
{
color: #875387;
}
</style>
background-color css
<style>
a { background-color: #875387; }
a { background-color: rgb(135,83,135); }
div.DivClassName
{
background-color: #875387;
}
.BgClassName
{
background-color: #875387;
}
</style>
border-color css
<style>
span { border-color: #875387; }
span { border-color: rgb(135,83,135); }
td.TdClassName
{
border-color: #875387;
}
.TagClassName
{
border-color: #875387;
}
</style>