Shades of Trendy Pink #8D4C7A
Tints of Trendy Pink #8D4C7A
RGB
CMYK
RGB Variations
Color information
#8D4C7A (or 0x8D4C7A) is known color: Trendy Pink. HEX triplet: 8D, 4C and 7A. RGB value is (141,76,122). Sum of RGB (Red+Green+Blue) = 141+76+122=339 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.59% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4C7A is #72B385. Grayscale: #646464. Windows color (decimal): -7517062 or 8014989. OLE color: 8014989.
HSL color Cylindrical-coordinate representation of color #8D4C7A: hue angle of 317.54º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D4C7A is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 122 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.45 |
| HSL | 317.54º | 0.3% | 0.43% | - |
| HSV(B) | 317.54º | 0.46% | 0.55% | - |
| XYZ | 17.08 | 12.24 | 19.87 | - |
| YUV | 100.68 | 140.03 | 156.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 122 | 0 | 0.46 | 0.13 | 0.45 | 317.54 | 0.3 | 0.43 |
| Hex | 8D | 4C | 7A | 0 | 2E | D | 2D | 13E | 1E | 2B |
| Octal | 215 | 114 | 172 | 0 | 56 | 15 | 55 | 476 | 36 | 53 |
| Binary | 10001101 | 1001100 | 1111010 | 0 | 101110 | 1101 | 101101 | 100111110 | 11110 | 101011 |
Color Harmonies of #8D4C7A
Complementary color
Monochromatic Colors of #8D4C7A
Black with #8D4C7A
Text Example
Text Example
White with #8D4C7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C7A; }
p { color: rgb(141,76,122); }
H1.HeaderClassName
{
color: #8D4C7A;
}
.AnyTagClassName
{
color: #8D4C7A;
}
</style>
background-color css
<style>
a { background-color: #8D4C7A; }
a { background-color: rgb(141,76,122); }
div.DivClassName
{
background-color: #8D4C7A;
}
.BgClassName
{
background-color: #8D4C7A;
}
</style>
border-color css
<style>
span { border-color: #8D4C7A; }
span { border-color: rgb(141,76,122); }
td.TdClassName
{
border-color: #8D4C7A;
}
.TagClassName
{
border-color: #8D4C7A;
}
</style>