Shades of Trendy Pink #8D5A87
Tints of Trendy Pink #8D5A87
RGB
CMYK
RGB Variations
Color information
#8D5A87 (or 0x8D5A87) is known color: Trendy Pink. HEX triplet: 8D, 5A and 87. RGB value is (141,90,135). Sum of RGB (Red+Green+Blue) = 141+90+135=366 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.52% from 366); Green value is 90 (35.55% from 255 or 24.59% from 366); Blue value is 135 (53.12% from 255 or 36.89% from 366); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5A87 is #72A578. Grayscale: #6E6E6E. Windows color (decimal): -7513465 or 8870541. OLE color: 8870541.
HSL color Cylindrical-coordinate representation of color #8D5A87: hue angle of 307.06º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8D5A87 is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 90 | 135 | - |
| CMYK | 0 | 0.36 | 0.04 | 0.45 |
| HSL | 307.06º | 0.22% | 0.45% | - |
| HSV(B) | 307.06º | 0.36% | 0.55% | - |
| XYZ | 19.01 | 14.72 | 24.76 | - |
| YUV | 110.38 | 141.9 | 149.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 90 | 135 | 0 | 0.36 | 0.04 | 0.45 | 307.06 | 0.22 | 0.45 |
| Hex | 8D | 5A | 87 | 0 | 24 | 4 | 2D | 133 | 16 | 2D |
| Octal | 215 | 132 | 207 | 0 | 44 | 4 | 55 | 463 | 26 | 55 |
| Binary | 10001101 | 1011010 | 10000111 | 0 | 100100 | 100 | 101101 | 100110011 | 10110 | 101101 |
Color Harmonies of #8D5A87
Complementary color
Monochromatic Colors of #8D5A87
Black with #8D5A87
Text Example
Text Example
White with #8D5A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5A87; }
p { color: rgb(141,90,135); }
H1.HeaderClassName
{
color: #8D5A87;
}
.AnyTagClassName
{
color: #8D5A87;
}
</style>
background-color css
<style>
a { background-color: #8D5A87; }
a { background-color: rgb(141,90,135); }
div.DivClassName
{
background-color: #8D5A87;
}
.BgClassName
{
background-color: #8D5A87;
}
</style>
border-color css
<style>
span { border-color: #8D5A87; }
span { border-color: rgb(141,90,135); }
td.TdClassName
{
border-color: #8D5A87;
}
.TagClassName
{
border-color: #8D5A87;
}
</style>