Shades of Trendy Pink #8D4B7A
Tints of Trendy Pink #8D4B7A
RGB
CMYK
RGB Variations
Color information
#8D4B7A (or 0x8D4B7A) is known color: Trendy Pink. HEX triplet: 8D, 4B and 7A. RGB value is (141,75,122). Sum of RGB (Red+Green+Blue) = 141+75+122=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 75 (29.69% from 255 or 22.19% from 338); Blue value is 122 (48.05% from 255 or 36.09% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4B7A is #72B485. Grayscale: #636363. Windows color (decimal): -7517318 or 8014733. OLE color: 8014733.
HSL color Cylindrical-coordinate representation of color #8D4B7A: hue angle of 317.27º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8D4B7A is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 75 | 122 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.45 |
| HSL | 317.27º | 0.31% | 0.42% | - |
| HSV(B) | 317.27º | 0.47% | 0.55% | - |
| XYZ | 17.01 | 12.1 | 19.85 | - |
| YUV | 100.09 | 140.37 | 157.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 122 | 0 | 0.47 | 0.13 | 0.45 | 317.27 | 0.31 | 0.42 |
| Hex | 8D | 4B | 7A | 0 | 2F | D | 2D | 13D | 1F | 2A |
| Octal | 215 | 113 | 172 | 0 | 57 | 15 | 55 | 475 | 37 | 52 |
| Binary | 10001101 | 1001011 | 1111010 | 0 | 101111 | 1101 | 101101 | 100111101 | 11111 | 101010 |
Color Harmonies of #8D4B7A
Complementary color
Monochromatic Colors of #8D4B7A
Black with #8D4B7A
Text Example
Text Example
White with #8D4B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4B7A; }
p { color: rgb(141,75,122); }
H1.HeaderClassName
{
color: #8D4B7A;
}
.AnyTagClassName
{
color: #8D4B7A;
}
</style>
background-color css
<style>
a { background-color: #8D4B7A; }
a { background-color: rgb(141,75,122); }
div.DivClassName
{
background-color: #8D4B7A;
}
.BgClassName
{
background-color: #8D4B7A;
}
</style>
border-color css
<style>
span { border-color: #8D4B7A; }
span { border-color: rgb(141,75,122); }
td.TdClassName
{
border-color: #8D4B7A;
}
.TagClassName
{
border-color: #8D4B7A;
}
</style>