Shades of Trendy Pink #8D4984
Tints of Trendy Pink #8D4984
RGB
CMYK
RGB Variations
Color information
#8D4984 (or 0x8D4984) is known color: Trendy Pink. HEX triplet: 8D, 49 and 84. RGB value is (141,73,132). Sum of RGB (Red+Green+Blue) = 141+73+132=346 (45% of max value = 765). Red value is 141 (55.47% from 255 or 40.75% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 132 (51.95% from 255 or 38.15% from 346); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4984 is #72B67B. Grayscale: #636363. Windows color (decimal): -7517820 or 8669581. OLE color: 8669581.
HSL color Cylindrical-coordinate representation of color #8D4984: hue angle of 307.94º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D4984 is Cyan = 0, Magento = 0.48, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 73 | 132 | - |
| CMYK | 0 | 0.48 | 0.06 | 0.45 |
| HSL | 307.94º | 0.32% | 0.42% | - |
| HSV(B) | 307.94º | 0.48% | 0.55% | - |
| XYZ | 17.53 | 12.09 | 23.24 | - |
| YUV | 100.06 | 146.03 | 157.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 73 | 132 | 0 | 0.48 | 0.06 | 0.45 | 307.94 | 0.32 | 0.42 |
| Hex | 8D | 49 | 84 | 0 | 30 | 6 | 2D | 134 | 20 | 2A |
| Octal | 215 | 111 | 204 | 0 | 60 | 6 | 55 | 464 | 40 | 52 |
| Binary | 10001101 | 1001001 | 10000100 | 0 | 110000 | 110 | 101101 | 100110100 | 100000 | 101010 |
Color Harmonies of #8D4984
Complementary color
Monochromatic Colors of #8D4984
Black with #8D4984
Text Example
Text Example
White with #8D4984
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4984; }
p { color: rgb(141,73,132); }
H1.HeaderClassName
{
color: #8D4984;
}
.AnyTagClassName
{
color: #8D4984;
}
</style>
background-color css
<style>
a { background-color: #8D4984; }
a { background-color: rgb(141,73,132); }
div.DivClassName
{
background-color: #8D4984;
}
.BgClassName
{
background-color: #8D4984;
}
</style>
border-color css
<style>
span { border-color: #8D4984; }
span { border-color: rgb(141,73,132); }
td.TdClassName
{
border-color: #8D4984;
}
.TagClassName
{
border-color: #8D4984;
}
</style>