Shades of Trendy Pink #8D5D87
Tints of Trendy Pink #8D5D87
RGB
CMYK
RGB Variations
Color information
#8D5D87 (or 0x8D5D87) is known color: Trendy Pink. HEX triplet: 8D, 5D and 87. RGB value is (141,93,135). Sum of RGB (Red+Green+Blue) = 141+93+135=369 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.21% from 369); Green value is 93 (36.72% from 255 or 25.20% from 369); Blue value is 135 (53.12% from 255 or 36.59% from 369); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5D87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5D87 is #72A278. Grayscale: #707070. Windows color (decimal): -7512697 or 8871309. OLE color: 8871309.
HSL color Cylindrical-coordinate representation of color #8D5D87: hue angle of 307.5º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #8D5D87 is Cyan = 0, Magento = 0.34, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 93 | 135 | - |
| CMYK | 0 | 0.34 | 0.04 | 0.45 |
| HSL | 307.5º | 0.21% | 0.46% | - |
| HSV(B) | 307.5º | 0.34% | 0.55% | - |
| XYZ | 19.27 | 15.24 | 24.85 | - |
| YUV | 112.14 | 140.9 | 148.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 93 | 135 | 0 | 0.34 | 0.04 | 0.45 | 307.5 | 0.21 | 0.46 |
| Hex | 8D | 5D | 87 | 0 | 22 | 4 | 2D | 134 | 15 | 2E |
| Octal | 215 | 135 | 207 | 0 | 42 | 4 | 55 | 464 | 25 | 56 |
| Binary | 10001101 | 1011101 | 10000111 | 0 | 100010 | 100 | 101101 | 100110100 | 10101 | 101110 |
Color Harmonies of #8D5D87
Complementary color
Monochromatic Colors of #8D5D87
Black with #8D5D87
Text Example
Text Example
White with #8D5D87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5D87; }
p { color: rgb(141,93,135); }
H1.HeaderClassName
{
color: #8D5D87;
}
.AnyTagClassName
{
color: #8D5D87;
}
</style>
background-color css
<style>
a { background-color: #8D5D87; }
a { background-color: rgb(141,93,135); }
div.DivClassName
{
background-color: #8D5D87;
}
.BgClassName
{
background-color: #8D5D87;
}
</style>
border-color css
<style>
span { border-color: #8D5D87; }
span { border-color: rgb(141,93,135); }
td.TdClassName
{
border-color: #8D5D87;
}
.TagClassName
{
border-color: #8D5D87;
}
</style>