Shades of Trendy Pink #8D4A7A
Tints of Trendy Pink #8D4A7A
RGB
CMYK
RGB Variations
Color information
#8D4A7A (or 0x8D4A7A) is known color: Trendy Pink. HEX triplet: 8D, 4A and 7A. RGB value is (141,74,122). Sum of RGB (Red+Green+Blue) = 141+74+122=337 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.84% from 337); Green value is 74 (29.30% from 255 or 21.96% from 337); Blue value is 122 (48.05% from 255 or 36.20% from 337); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4A7A is #72B585. Grayscale: #636363. Windows color (decimal): -7517574 or 8014477. OLE color: 8014477.
HSL color Cylindrical-coordinate representation of color #8D4A7A: hue angle of 317.01º degrees, saturation: 0.31, 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 #8D4A7A is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 122 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.45 |
| HSL | 317.01º | 0.31% | 0.42% | - |
| HSV(B) | 317.01º | 0.48% | 0.55% | - |
| XYZ | 16.95 | 11.97 | 19.83 | - |
| YUV | 99.51 | 140.7 | 157.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 122 | 0 | 0.48 | 0.13 | 0.45 | 317.01 | 0.31 | 0.42 |
| Hex | 8D | 4A | 7A | 0 | 30 | D | 2D | 13D | 1F | 2A |
| Octal | 215 | 112 | 172 | 0 | 60 | 15 | 55 | 475 | 37 | 52 |
| Binary | 10001101 | 1001010 | 1111010 | 0 | 110000 | 1101 | 101101 | 100111101 | 11111 | 101010 |
Color Harmonies of #8D4A7A
Complementary color
Monochromatic Colors of #8D4A7A
Black with #8D4A7A
Text Example
Text Example
White with #8D4A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A7A; }
p { color: rgb(141,74,122); }
H1.HeaderClassName
{
color: #8D4A7A;
}
.AnyTagClassName
{
color: #8D4A7A;
}
</style>
background-color css
<style>
a { background-color: #8D4A7A; }
a { background-color: rgb(141,74,122); }
div.DivClassName
{
background-color: #8D4A7A;
}
.BgClassName
{
background-color: #8D4A7A;
}
</style>
border-color css
<style>
span { border-color: #8D4A7A; }
span { border-color: rgb(141,74,122); }
td.TdClassName
{
border-color: #8D4A7A;
}
.TagClassName
{
border-color: #8D4A7A;
}
</style>