Shades of Trendy Pink #8D4C88
Tints of Trendy Pink #8D4C88
RGB
CMYK
RGB Variations
Color information
#8D4C88 (or 0x8D4C88) is known color: Trendy Pink. HEX triplet: 8D, 4C and 88. RGB value is (141,76,136). Sum of RGB (Red+Green+Blue) = 141+76+136=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 76 (30.08% from 255 or 21.53% from 353); Blue value is 136 (53.52% from 255 or 38.53% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4C88 is #72B377. Grayscale: #666666. Windows color (decimal): -7517048 or 8932493. OLE color: 8932493.
HSL color Cylindrical-coordinate representation of color #8D4C88: hue angle of 304.62º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8D4C88 is Cyan = 0, Magento = 0.46, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 136 | - |
| CMYK | 0 | 0.46 | 0.04 | 0.45 |
| HSL | 304.62º | 0.3% | 0.43% | - |
| HSV(B) | 304.62º | 0.46% | 0.55% | - |
| XYZ | 18.01 | 12.61 | 24.78 | - |
| YUV | 102.28 | 147.03 | 155.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 136 | 0 | 0.46 | 0.04 | 0.45 | 304.62 | 0.3 | 0.43 |
| Hex | 8D | 4C | 88 | 0 | 2E | 4 | 2D | 131 | 1E | 2B |
| Octal | 215 | 114 | 210 | 0 | 56 | 4 | 55 | 461 | 36 | 53 |
| Binary | 10001101 | 1001100 | 10001000 | 0 | 101110 | 100 | 101101 | 100110001 | 11110 | 101011 |
Color Harmonies of #8D4C88
Complementary color
Monochromatic Colors of #8D4C88
Black with #8D4C88
Text Example
Text Example
White with #8D4C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C88; }
p { color: rgb(141,76,136); }
H1.HeaderClassName
{
color: #8D4C88;
}
.AnyTagClassName
{
color: #8D4C88;
}
</style>
background-color css
<style>
a { background-color: #8D4C88; }
a { background-color: rgb(141,76,136); }
div.DivClassName
{
background-color: #8D4C88;
}
.BgClassName
{
background-color: #8D4C88;
}
</style>
border-color css
<style>
span { border-color: #8D4C88; }
span { border-color: rgb(141,76,136); }
td.TdClassName
{
border-color: #8D4C88;
}
.TagClassName
{
border-color: #8D4C88;
}
</style>