Shades of Trendy Pink #8D5184
Tints of Trendy Pink #8D5184
RGB
CMYK
RGB Variations
Color information
#8D5184 (or 0x8D5184) is known color: Trendy Pink. HEX triplet: 8D, 51 and 84. RGB value is (141,81,132). Sum of RGB (Red+Green+Blue) = 141+81+132=354 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.83% from 354); Green value is 81 (32.03% from 255 or 22.88% from 354); Blue value is 132 (51.95% from 255 or 37.29% from 354); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5184 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5184 is #72AE7B. Grayscale: #686868. Windows color (decimal): -7515772 or 8671629. OLE color: 8671629.
HSL color Cylindrical-coordinate representation of color #8D5184: hue angle of 309º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D5184 is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 132 | - |
| CMYK | 0 | 0.43 | 0.06 | 0.45 |
| HSL | 309º | 0.27% | 0.44% | - |
| HSV(B) | 309º | 0.43% | 0.55% | - |
| XYZ | 18.09 | 13.21 | 23.43 | - |
| YUV | 104.75 | 143.38 | 153.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 132 | 0 | 0.43 | 0.06 | 0.45 | 309 | 0.27 | 0.44 |
| Hex | 8D | 51 | 84 | 0 | 2B | 6 | 2D | 135 | 1B | 2C |
| Octal | 215 | 121 | 204 | 0 | 53 | 6 | 55 | 465 | 33 | 54 |
| Binary | 10001101 | 1010001 | 10000100 | 0 | 101011 | 110 | 101101 | 100110101 | 11011 | 101100 |
Color Harmonies of #8D5184
Complementary color
Monochromatic Colors of #8D5184
Black with #8D5184
Text Example
Text Example
White with #8D5184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5184; }
p { color: rgb(141,81,132); }
H1.HeaderClassName
{
color: #8D5184;
}
.AnyTagClassName
{
color: #8D5184;
}
</style>
background-color css
<style>
a { background-color: #8D5184; }
a { background-color: rgb(141,81,132); }
div.DivClassName
{
background-color: #8D5184;
}
.BgClassName
{
background-color: #8D5184;
}
</style>
border-color css
<style>
span { border-color: #8D5184; }
span { border-color: rgb(141,81,132); }
td.TdClassName
{
border-color: #8D5184;
}
.TagClassName
{
border-color: #8D5184;
}
</style>