Shades of Trendy Pink #8D4B7C
Tints of Trendy Pink #8D4B7C
RGB
CMYK
RGB Variations
Color information
#8D4B7C (or 0x8D4B7C) is known color: Trendy Pink. HEX triplet: 8D, 4B and 7C. RGB value is (141,75,124). Sum of RGB (Red+Green+Blue) = 141+75+124=340 (45% of max value = 765). Red value is 141 (55.47% from 255 or 41.47% from 340); Green value is 75 (29.69% from 255 or 22.06% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4B7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D4B7C is #72B483. Grayscale: #646464. Windows color (decimal): -7517316 or 8145805. OLE color: 8145805.
HSL color Cylindrical-coordinate representation of color #8D4B7C: hue angle of 315.45º 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 #8D4B7C is Cyan = 0, Magento = 0.47, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 75 | 124 | - |
| CMYK | 0 | 0.47 | 0.12 | 0.45 |
| HSL | 315.45º | 0.31% | 0.42% | - |
| HSV(B) | 315.45º | 0.47% | 0.55% | - |
| XYZ | 17.14 | 12.15 | 20.51 | - |
| YUV | 100.32 | 141.37 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 75 | 124 | 0 | 0.47 | 0.12 | 0.45 | 315.45 | 0.31 | 0.42 |
| Hex | 8D | 4B | 7C | 0 | 2F | C | 2D | 13B | 1F | 2A |
| Octal | 215 | 113 | 174 | 0 | 57 | 14 | 55 | 473 | 37 | 52 |
| Binary | 10001101 | 1001011 | 1111100 | 0 | 101111 | 1100 | 101101 | 100111011 | 11111 | 101010 |
Color Harmonies of #8D4B7C
Complementary color
Monochromatic Colors of #8D4B7C
Black with #8D4B7C
Text Example
Text Example
White with #8D4B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4B7C; }
p { color: rgb(141,75,124); }
H1.HeaderClassName
{
color: #8D4B7C;
}
.AnyTagClassName
{
color: #8D4B7C;
}
</style>
background-color css
<style>
a { background-color: #8D4B7C; }
a { background-color: rgb(141,75,124); }
div.DivClassName
{
background-color: #8D4B7C;
}
.BgClassName
{
background-color: #8D4B7C;
}
</style>
border-color css
<style>
span { border-color: #8D4B7C; }
span { border-color: rgb(141,75,124); }
td.TdClassName
{
border-color: #8D4B7C;
}
.TagClassName
{
border-color: #8D4B7C;
}
</style>