Shades of Trendy Pink #8D487C
Tints of Trendy Pink #8D487C
RGB
CMYK
RGB Variations
Color information
#8D487C (or 0x8D487C) is known color: Trendy Pink. HEX triplet: 8D, 48 and 7C. RGB value is (141,72,124). Sum of RGB (Red+Green+Blue) = 141+72+124=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 72 (28.52% from 255 or 21.36% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D487C is #72B783. Grayscale: #626262. Windows color (decimal): -7518084 or 8145037. OLE color: 8145037.
HSL color Cylindrical-coordinate representation of color #8D487C: hue angle of 314.78º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D487C is Cyan = 0, Magento = 0.49, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 124 | - |
| CMYK | 0 | 0.49 | 0.12 | 0.45 |
| HSL | 314.78º | 0.32% | 0.42% | - |
| HSV(B) | 314.78º | 0.49% | 0.55% | - |
| XYZ | 16.94 | 11.75 | 20.44 | - |
| YUV | 98.56 | 142.36 | 158.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 124 | 0 | 0.49 | 0.12 | 0.45 | 314.78 | 0.32 | 0.42 |
| Hex | 8D | 48 | 7C | 0 | 31 | C | 2D | 13B | 20 | 2A |
| Octal | 215 | 110 | 174 | 0 | 61 | 14 | 55 | 473 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1111100 | 0 | 110001 | 1100 | 101101 | 100111011 | 100000 | 101010 |
Color Harmonies of #8D487C
Complementary color
Monochromatic Colors of #8D487C
Black with #8D487C
Text Example
Text Example
White with #8D487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D487C; }
p { color: rgb(141,72,124); }
H1.HeaderClassName
{
color: #8D487C;
}
.AnyTagClassName
{
color: #8D487C;
}
</style>
background-color css
<style>
a { background-color: #8D487C; }
a { background-color: rgb(141,72,124); }
div.DivClassName
{
background-color: #8D487C;
}
.BgClassName
{
background-color: #8D487C;
}
</style>
border-color css
<style>
span { border-color: #8D487C; }
span { border-color: rgb(141,72,124); }
td.TdClassName
{
border-color: #8D487C;
}
.TagClassName
{
border-color: #8D487C;
}
</style>