Shades of Trendy Pink #875386
Tints of Trendy Pink #875386
RGB
CMYK
RGB Variations
Color information
#875386 (or 0x875386) is known color: Trendy Pink. HEX triplet: 87, 53 and 86. RGB value is (135,83,134). Sum of RGB (Red+Green+Blue) = 135+83+134=352 (46% of max value = 765). Red value is 135 (53.12% from 255 or 38.35% from 352); Green value is 83 (32.81% from 255 or 23.58% from 352); Blue value is 134 (52.73% from 255 or 38.07% from 352); Max value from RGB is 135 - color contains mainly: red. Hex color #875386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #875386 is #78AC79. Grayscale: #686868. Windows color (decimal): -7908474 or 8803207. OLE color: 8803207.
HSL color Cylindrical-coordinate representation of color #875386: hue angle of 301.15º 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 #875386 is Cyan = 0, Magento = 0.39, Yellow = 0.01 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 83 | 134 | - |
| CMYK | 0 | 0.39 | 0.01 | 0.47 |
| HSL | 301.15º | 0.24% | 0.43% | - |
| HSV(B) | 301.15º | 0.39% | 0.53% | - |
| XYZ | 17.39 | 13.06 | 24.16 | - |
| YUV | 104.36 | 144.73 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 83 | 134 | 0 | 0.39 | 0.01 | 0.47 | 301.15 | 0.24 | 0.43 |
| Hex | 87 | 53 | 86 | 0 | 27 | 1 | 2F | 12D | 18 | 2B |
| Octal | 207 | 123 | 206 | 0 | 47 | 1 | 57 | 455 | 30 | 53 |
| Binary | 10000111 | 1010011 | 10000110 | 0 | 100111 | 1 | 101111 | 100101101 | 11000 | 101011 |
Color Harmonies of #875386
Complementary color
Monochromatic Colors of #875386
Black with #875386
Text Example
Text Example
White with #875386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875386; }
p { color: rgb(135,83,134); }
H1.HeaderClassName
{
color: #875386;
}
.AnyTagClassName
{
color: #875386;
}
</style>
background-color css
<style>
a { background-color: #875386; }
a { background-color: rgb(135,83,134); }
div.DivClassName
{
background-color: #875386;
}
.BgClassName
{
background-color: #875386;
}
</style>
border-color css
<style>
span { border-color: #875386; }
span { border-color: rgb(135,83,134); }
td.TdClassName
{
border-color: #875386;
}
.TagClassName
{
border-color: #875386;
}
</style>