Shades of Trendy Pink #87407C
Tints of Trendy Pink #87407C
RGB
CMYK
RGB Variations
Color information
#87407C (or 0x87407C) is known color: Trendy Pink. HEX triplet: 87, 40 and 7C. RGB value is (135,64,124). Sum of RGB (Red+Green+Blue) = 135+64+124=323 (42% of max value = 765). Red value is 135 (53.12% from 255 or 41.80% from 323); Green value is 64 (25.39% from 255 or 19.81% from 323); Blue value is 124 (48.83% from 255 or 38.39% from 323); Max value from RGB is 135 - color contains mainly: red. Hex color #87407C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #87407C is #78BF83. Grayscale: #5B5B5B. Windows color (decimal): -7913348 or 8142983. OLE color: 8142983.
HSL color Cylindrical-coordinate representation of color #87407C: hue angle of 309.3º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #87407C is Cyan = 0, Magento = 0.53, Yellow = 0.08 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 64 | 124 | - |
| CMYK | 0 | 0.53 | 0.08 | 0.47 |
| HSL | 309.3º | 0.36% | 0.39% | - |
| HSV(B) | 309.3º | 0.53% | 0.53% | - |
| XYZ | 15.46 | 10.27 | 20.24 | - |
| YUV | 92.07 | 146.02 | 158.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 64 | 124 | 0 | 0.53 | 0.08 | 0.47 | 309.3 | 0.36 | 0.39 |
| Hex | 87 | 40 | 7C | 0 | 35 | 8 | 2F | 135 | 24 | 27 |
| Octal | 207 | 100 | 174 | 0 | 65 | 10 | 57 | 465 | 44 | 47 |
| Binary | 10000111 | 1000000 | 1111100 | 0 | 110101 | 1000 | 101111 | 100110101 | 100100 | 100111 |
Color Harmonies of #87407C
Complementary color
Monochromatic Colors of #87407C
Black with #87407C
Text Example
Text Example
White with #87407C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #87407C; }
p { color: rgb(135,64,124); }
H1.HeaderClassName
{
color: #87407C;
}
.AnyTagClassName
{
color: #87407C;
}
</style>
background-color css
<style>
a { background-color: #87407C; }
a { background-color: rgb(135,64,124); }
div.DivClassName
{
background-color: #87407C;
}
.BgClassName
{
background-color: #87407C;
}
</style>
border-color css
<style>
span { border-color: #87407C; }
span { border-color: rgb(135,64,124); }
td.TdClassName
{
border-color: #87407C;
}
.TagClassName
{
border-color: #87407C;
}
</style>