Shades of Trendy Pink #8D5C84
Tints of Trendy Pink #8D5C84
RGB
CMYK
RGB Variations
Color information
#8D5C84 (or 0x8D5C84) is known color: Trendy Pink. HEX triplet: 8D, 5C and 84. RGB value is (141,92,132). Sum of RGB (Red+Green+Blue) = 141+92+132=365 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.63% from 365); Green value is 92 (36.33% from 255 or 25.21% from 365); Blue value is 132 (51.95% from 255 or 36.16% from 365); Max value from RGB is 141 - color contains mainly: red. Hex color #8D5C84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D5C84 is #72A37B. Grayscale: #6F6F6F. Windows color (decimal): -7512956 or 8674445. OLE color: 8674445.
HSL color Cylindrical-coordinate representation of color #8D5C84: hue angle of 311.02º degrees, saturation: 0.21, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8D5C84 is Cyan = 0, Magento = 0.35, Yellow = 0.06 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 92 | 132 | - |
| CMYK | 0 | 0.35 | 0.06 | 0.45 |
| HSL | 311.02º | 0.21% | 0.46% | - |
| HSV(B) | 311.02º | 0.35% | 0.55% | - |
| XYZ | 18.98 | 14.98 | 23.72 | - |
| YUV | 111.21 | 139.73 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 92 | 132 | 0 | 0.35 | 0.06 | 0.45 | 311.02 | 0.21 | 0.46 |
| Hex | 8D | 5C | 84 | 0 | 23 | 6 | 2D | 137 | 15 | 2E |
| Octal | 215 | 134 | 204 | 0 | 43 | 6 | 55 | 467 | 25 | 56 |
| Binary | 10001101 | 1011100 | 10000100 | 0 | 100011 | 110 | 101101 | 100110111 | 10101 | 101110 |
Color Harmonies of #8D5C84
Complementary color
Monochromatic Colors of #8D5C84
Black with #8D5C84
Text Example
Text Example
White with #8D5C84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D5C84; }
p { color: rgb(141,92,132); }
H1.HeaderClassName
{
color: #8D5C84;
}
.AnyTagClassName
{
color: #8D5C84;
}
</style>
background-color css
<style>
a { background-color: #8D5C84; }
a { background-color: rgb(141,92,132); }
div.DivClassName
{
background-color: #8D5C84;
}
.BgClassName
{
background-color: #8D5C84;
}
</style>
border-color css
<style>
span { border-color: #8D5C84; }
span { border-color: rgb(141,92,132); }
td.TdClassName
{
border-color: #8D5C84;
}
.TagClassName
{
border-color: #8D5C84;
}
</style>