Shades of Trendy Pink #8D5384
Tints of Trendy Pink #8D5384
RGB
CMYK
RGB Variations
Color information
#8D5384 (or 0x8D5384) is known color: Trendy Pink. HEX triplet: 8D, 53 and 84. RGB value is (141,83,132). Sum of RGB (Red+Green+Blue) = 141+83+132=356 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.61% from 356); Green value is 83 (32.81% from 255 or 23.31% from 356); Blue value is 132 (51.95% from 255 or 37.08% from 356); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5384 is #72AC7B. Grayscale: #696969. Windows color (decimal): -7515260 or 8672141. OLE color: 8672141.
HSL color Cylindrical-coordinate representation of color #8D5384: hue angle of 309.31º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D5384 is Cyan = 0, Magento = 0.41, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 132 | - |
| CMYK | 0 | 0.41 | 0.06 | 0.45 |
| HSL | 309.31º | 0.26% | 0.44% | - |
| HSV(B) | 309.31º | 0.41% | 0.55% | - |
| XYZ | 18.24 | 13.52 | 23.48 | - |
| YUV | 105.93 | 142.72 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 132 | 0 | 0.41 | 0.06 | 0.45 | 309.31 | 0.26 | 0.44 |
| Hex | 8D | 53 | 84 | 0 | 29 | 6 | 2D | 135 | 1A | 2C |
| Octal | 215 | 123 | 204 | 0 | 51 | 6 | 55 | 465 | 32 | 54 |
| Binary | 10001101 | 1010011 | 10000100 | 0 | 101001 | 110 | 101101 | 100110101 | 11010 | 101100 |
Color Harmonies of #8D5384
Complementary color
Monochromatic Colors of #8D5384
Black with #8D5384
Text Example
Text Example
White with #8D5384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5384; }
p { color: rgb(141,83,132); }
H1.HeaderClassName
{
color: #8D5384;
}
.AnyTagClassName
{
color: #8D5384;
}
</style>
background-color css
<style>
a { background-color: #8D5384; }
a { background-color: rgb(141,83,132); }
div.DivClassName
{
background-color: #8D5384;
}
.BgClassName
{
background-color: #8D5384;
}
</style>
border-color css
<style>
span { border-color: #8D5384; }
span { border-color: rgb(141,83,132); }
td.TdClassName
{
border-color: #8D5384;
}
.TagClassName
{
border-color: #8D5384;
}
</style>