Shades of Trendy Pink #8D4587
Tints of Trendy Pink #8D4587
RGB
CMYK
RGB Variations
Color information
#8D4587 (or 0x8D4587) is known color: Trendy Pink. HEX triplet: 8D, 45 and 87. RGB value is (141,69,135). Sum of RGB (Red+Green+Blue) = 141+69+135=345 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.87% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 135 (53.12% from 255 or 39.13% from 345); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4587 is #72BA78. Grayscale: #616161. Windows color (decimal): -7518841 or 8865165. OLE color: 8865165.
HSL color Cylindrical-coordinate representation of color #8D4587: hue angle of 305º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D4587 is Cyan = 0, Magento = 0.51, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 135 | - |
| CMYK | 0 | 0.51 | 0.04 | 0.45 |
| HSL | 305º | 0.34% | 0.41% | - |
| HSV(B) | 305º | 0.51% | 0.55% | - |
| XYZ | 17.49 | 11.67 | 24.25 | - |
| YUV | 98.05 | 148.85 | 158.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 135 | 0 | 0.51 | 0.04 | 0.45 | 305 | 0.34 | 0.41 |
| Hex | 8D | 45 | 87 | 0 | 33 | 4 | 2D | 131 | 22 | 29 |
| Octal | 215 | 105 | 207 | 0 | 63 | 4 | 55 | 461 | 42 | 51 |
| Binary | 10001101 | 1000101 | 10000111 | 0 | 110011 | 100 | 101101 | 100110001 | 100010 | 101001 |
Color Harmonies of #8D4587
Complementary color
Monochromatic Colors of #8D4587
Black with #8D4587
Text Example
Text Example
White with #8D4587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4587; }
p { color: rgb(141,69,135); }
H1.HeaderClassName
{
color: #8D4587;
}
.AnyTagClassName
{
color: #8D4587;
}
</style>
background-color css
<style>
a { background-color: #8D4587; }
a { background-color: rgb(141,69,135); }
div.DivClassName
{
background-color: #8D4587;
}
.BgClassName
{
background-color: #8D4587;
}
</style>
border-color css
<style>
span { border-color: #8D4587; }
span { border-color: rgb(141,69,135); }
td.TdClassName
{
border-color: #8D4587;
}
.TagClassName
{
border-color: #8D4587;
}
</style>