Shades of Trendy Pink #8D487A
Tints of Trendy Pink #8D487A
RGB
CMYK
RGB Variations
Color information
#8D487A (or 0x8D487A) is known color: Trendy Pink. HEX triplet: 8D, 48 and 7A. RGB value is (141,72,122). Sum of RGB (Red+Green+Blue) = 141+72+122=335 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.09% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 122 (48.05% from 255 or 36.42% from 335); Max value from RGB is 141 - color contains mainly: red. Hex color #8D487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D487A is #72B785. Grayscale: #626262. Windows color (decimal): -7518086 or 8013965. OLE color: 8013965.
HSL color Cylindrical-coordinate representation of color #8D487A: hue angle of 316.52º 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 #8D487A is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 72 | 122 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.45 |
| HSL | 316.52º | 0.32% | 0.42% | - |
| HSV(B) | 316.52º | 0.49% | 0.55% | - |
| XYZ | 16.81 | 11.7 | 19.78 | - |
| YUV | 98.33 | 141.36 | 158.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 72 | 122 | 0 | 0.49 | 0.13 | 0.45 | 316.52 | 0.32 | 0.42 |
| Hex | 8D | 48 | 7A | 0 | 31 | D | 2D | 13D | 20 | 2A |
| Octal | 215 | 110 | 172 | 0 | 61 | 15 | 55 | 475 | 40 | 52 |
| Binary | 10001101 | 1001000 | 1111010 | 0 | 110001 | 1101 | 101101 | 100111101 | 100000 | 101010 |
Color Harmonies of #8D487A
Complementary color
Monochromatic Colors of #8D487A
Black with #8D487A
Text Example
Text Example
White with #8D487A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D487A; }
p { color: rgb(141,72,122); }
H1.HeaderClassName
{
color: #8D487A;
}
.AnyTagClassName
{
color: #8D487A;
}
</style>
background-color css
<style>
a { background-color: #8D487A; }
a { background-color: rgb(141,72,122); }
div.DivClassName
{
background-color: #8D487A;
}
.BgClassName
{
background-color: #8D487A;
}
</style>
border-color css
<style>
span { border-color: #8D487A; }
span { border-color: rgb(141,72,122); }
td.TdClassName
{
border-color: #8D487A;
}
.TagClassName
{
border-color: #8D487A;
}
</style>