Shades of Trendy Pink #8D487E
Tints of Trendy Pink #8D487E
RGB
CMYK
RGB Variations
Color information
#8D487E (or 0x8D487E) is known color: Trendy Pink. HEX triplet: 8D, 48 and 7E. RGB value is (141,72,126). Sum of RGB (Red+Green+Blue) = 141+72+126=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 72 (28.52% from 255 or 21.24% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D487E is #72B781. Grayscale: #626262. Windows color (decimal): -7518082 or 8276109. OLE color: 8276109.
HSL color Cylindrical-coordinate representation of color #8D487E: hue angle of 313.04º 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 #8D487E is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 126 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.45 |
| HSL | 313.04º | 0.32% | 0.42% | - |
| HSV(B) | 313.04º | 0.49% | 0.55% | - |
| XYZ | 17.07 | 11.8 | 21.12 | - |
| YUV | 98.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 126 | 0 | 0.49 | 0.11 | 0.45 | 313.04 | 0.32 | 0.42 |
| Hex | 8D | 48 | 7E | 0 | 31 | B | 2D | 139 | 20 | 2A |
| Octal | 215 | 110 | 176 | 0 | 61 | 13 | 55 | 471 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1111110 | 0 | 110001 | 1011 | 101101 | 100111001 | 100000 | 101010 |
Color Harmonies of #8D487E
Complementary color
Monochromatic Colors of #8D487E
Black with #8D487E
Text Example
Text Example
White with #8D487E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D487E; }
p { color: rgb(141,72,126); }
H1.HeaderClassName
{
color: #8D487E;
}
.AnyTagClassName
{
color: #8D487E;
}
</style>
background-color css
<style>
a { background-color: #8D487E; }
a { background-color: rgb(141,72,126); }
div.DivClassName
{
background-color: #8D487E;
}
.BgClassName
{
background-color: #8D487E;
}
</style>
border-color css
<style>
span { border-color: #8D487E; }
span { border-color: rgb(141,72,126); }
td.TdClassName
{
border-color: #8D487E;
}
.TagClassName
{
border-color: #8D487E;
}
</style>