Shades of Trendy Pink #8D5987
Tints of Trendy Pink #8D5987
RGB
CMYK
RGB Variations
Color information
#8D5987 (or 0x8D5987) is known color: Trendy Pink. HEX triplet: 8D, 59 and 87. RGB value is (141,89,135). Sum of RGB (Red+Green+Blue) = 141+89+135=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 89 (35.16% from 255 or 24.38% from 365); Blue value is 135 (53.12% from 255 or 36.99% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5987 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5987 is #72A678. Grayscale: #6D6D6D. Windows color (decimal): -7513721 or 8870285. OLE color: 8870285.
HSL color Cylindrical-coordinate representation of color #8D5987: hue angle of 306.92º degrees, saturation: 0.23, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8D5987 is Cyan = 0, Magento = 0.37, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 89 | 135 | - |
| CMYK | 0 | 0.37 | 0.04 | 0.45 |
| HSL | 306.92º | 0.23% | 0.45% | - |
| HSV(B) | 306.92º | 0.37% | 0.55% | - |
| XYZ | 18.93 | 14.56 | 24.73 | - |
| YUV | 109.79 | 142.23 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 89 | 135 | 0 | 0.37 | 0.04 | 0.45 | 306.92 | 0.23 | 0.45 |
| Hex | 8D | 59 | 87 | 0 | 25 | 4 | 2D | 133 | 17 | 2D |
| Octal | 215 | 131 | 207 | 0 | 45 | 4 | 55 | 463 | 27 | 55 |
| Binary | 10001101 | 1011001 | 10000111 | 0 | 100101 | 100 | 101101 | 100110011 | 10111 | 101101 |
Color Harmonies of #8D5987
Complementary color
Monochromatic Colors of #8D5987
Black with #8D5987
Text Example
Text Example
White with #8D5987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5987; }
p { color: rgb(141,89,135); }
H1.HeaderClassName
{
color: #8D5987;
}
.AnyTagClassName
{
color: #8D5987;
}
</style>
background-color css
<style>
a { background-color: #8D5987; }
a { background-color: rgb(141,89,135); }
div.DivClassName
{
background-color: #8D5987;
}
.BgClassName
{
background-color: #8D5987;
}
</style>
border-color css
<style>
span { border-color: #8D5987; }
span { border-color: rgb(141,89,135); }
td.TdClassName
{
border-color: #8D5987;
}
.TagClassName
{
border-color: #8D5987;
}
</style>