Shades of Trendy Pink #8D4C8A
Tints of Trendy Pink #8D4C8A
RGB
CMYK
RGB Variations
Color information
#8D4C8A (or 0x8D4C8A) is known color: Trendy Pink. HEX triplet: 8D, 4C and 8A. RGB value is (141,76,138). Sum of RGB (Red+Green+Blue) = 141+76+138=355 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.72% from 355); Green value is 76 (30.08% from 255 or 21.41% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4C8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4C8A is #72B375. Grayscale: #666666. Windows color (decimal): -7517046 or 9063565. OLE color: 9063565.
HSL color Cylindrical-coordinate representation of color #8D4C8A: hue angle of 302.77º 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 #8D4C8A is Cyan = 0, Magento = 0.46, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 76 | 138 | - |
| CMYK | 0 | 0.46 | 0.02 | 0.45 |
| HSL | 302.77º | 0.3% | 0.43% | - |
| HSV(B) | 302.77º | 0.46% | 0.55% | - |
| XYZ | 18.16 | 12.67 | 25.53 | - |
| YUV | 102.5 | 148.03 | 155.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 76 | 138 | 0 | 0.46 | 0.02 | 0.45 | 302.77 | 0.3 | 0.43 |
| Hex | 8D | 4C | 8A | 0 | 2E | 2 | 2D | 12F | 1E | 2B |
| Octal | 215 | 114 | 212 | 0 | 56 | 2 | 55 | 457 | 36 | 53 |
| Binary | 10001101 | 1001100 | 10001010 | 0 | 101110 | 10 | 101101 | 100101111 | 11110 | 101011 |
Color Harmonies of #8D4C8A
Complementary color
Monochromatic Colors of #8D4C8A
Black with #8D4C8A
Text Example
Text Example
White with #8D4C8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4C8A; }
p { color: rgb(141,76,138); }
H1.HeaderClassName
{
color: #8D4C8A;
}
.AnyTagClassName
{
color: #8D4C8A;
}
</style>
background-color css
<style>
a { background-color: #8D4C8A; }
a { background-color: rgb(141,76,138); }
div.DivClassName
{
background-color: #8D4C8A;
}
.BgClassName
{
background-color: #8D4C8A;
}
</style>
border-color css
<style>
span { border-color: #8D4C8A; }
span { border-color: rgb(141,76,138); }
td.TdClassName
{
border-color: #8D4C8A;
}
.TagClassName
{
border-color: #8D4C8A;
}
</style>