Shades of Trendy Pink #8D4681
Tints of Trendy Pink #8D4681
RGB
CMYK
RGB Variations
Color information
#8D4681 (or 0x8D4681) is known color: Trendy Pink. HEX triplet: 8D, 46 and 81. RGB value is (141,70,129). Sum of RGB (Red+Green+Blue) = 141+70+129=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 70 (27.73% from 255 or 20.59% from 340); Blue value is 129 (50.78% from 255 or 37.94% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4681 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4681 is #72B97E. Grayscale: #616161. Windows color (decimal): -7518591 or 8472205. OLE color: 8472205.
HSL color Cylindrical-coordinate representation of color #8D4681: hue angle of 310.14º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8D4681 is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 70 | 129 | - |
| CMYK | 0 | 0.50 | 0.09 | 0.45 |
| HSL | 310.14º | 0.34% | 0.41% | - |
| HSV(B) | 310.14º | 0.5% | 0.55% | - |
| XYZ | 17.14 | 11.63 | 22.11 | - |
| YUV | 97.96 | 145.52 | 158.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 70 | 129 | 0 | 0.50 | 0.09 | 0.45 | 310.14 | 0.34 | 0.41 |
| Hex | 8D | 46 | 81 | 0 | 32 | 9 | 2D | 136 | 22 | 29 |
| Octal | 215 | 106 | 201 | 0 | 62 | 11 | 55 | 466 | 42 | 51 |
| Binary | 10001101 | 1000110 | 10000001 | 0 | 110010 | 1001 | 101101 | 100110110 | 100010 | 101001 |
Color Harmonies of #8D4681
Complementary color
Monochromatic Colors of #8D4681
Black with #8D4681
Text Example
Text Example
White with #8D4681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4681; }
p { color: rgb(141,70,129); }
H1.HeaderClassName
{
color: #8D4681;
}
.AnyTagClassName
{
color: #8D4681;
}
</style>
background-color css
<style>
a { background-color: #8D4681; }
a { background-color: rgb(141,70,129); }
div.DivClassName
{
background-color: #8D4681;
}
.BgClassName
{
background-color: #8D4681;
}
</style>
border-color css
<style>
span { border-color: #8D4681; }
span { border-color: rgb(141,70,129); }
td.TdClassName
{
border-color: #8D4681;
}
.TagClassName
{
border-color: #8D4681;
}
</style>