Shades of Trendy Pink #8D4789
Tints of Trendy Pink #8D4789
RGB
CMYK
RGB Variations
Color information
#8D4789 (or 0x8D4789) is known color: Trendy Pink. HEX triplet: 8D, 47 and 89. RGB value is (141,71,137). Sum of RGB (Red+Green+Blue) = 141+71+137=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 137 (53.91% from 255 or 39.26% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4789 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4789 is #72B876. Grayscale: #636363. Windows color (decimal): -7518327 or 8996749. OLE color: 8996749.
HSL color Cylindrical-coordinate representation of color #8D4789: hue angle of 303.43º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4789 is Cyan = 0, Magento = 0.50, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 71 | 137 | - |
| CMYK | 0 | 0.50 | 0.03 | 0.45 |
| HSL | 303.43º | 0.33% | 0.42% | - |
| HSV(B) | 303.43º | 0.5% | 0.55% | - |
| XYZ | 17.75 | 11.98 | 25.04 | - |
| YUV | 99.45 | 149.19 | 157.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 71 | 137 | 0 | 0.50 | 0.03 | 0.45 | 303.43 | 0.33 | 0.42 |
| Hex | 8D | 47 | 89 | 0 | 32 | 3 | 2D | 12F | 21 | 2A |
| Octal | 215 | 107 | 211 | 0 | 62 | 3 | 55 | 457 | 41 | 52 |
| Binary | 10001101 | 1000111 | 10001001 | 0 | 110010 | 11 | 101101 | 100101111 | 100001 | 101010 |
Color Harmonies of #8D4789
Complementary color
Monochromatic Colors of #8D4789
Black with #8D4789
Text Example
Text Example
White with #8D4789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4789; }
p { color: rgb(141,71,137); }
H1.HeaderClassName
{
color: #8D4789;
}
.AnyTagClassName
{
color: #8D4789;
}
</style>
background-color css
<style>
a { background-color: #8D4789; }
a { background-color: rgb(141,71,137); }
div.DivClassName
{
background-color: #8D4789;
}
.BgClassName
{
background-color: #8D4789;
}
</style>
border-color css
<style>
span { border-color: #8D4789; }
span { border-color: rgb(141,71,137); }
td.TdClassName
{
border-color: #8D4789;
}
.TagClassName
{
border-color: #8D4789;
}
</style>