Shades of Trendy Pink #8D4A8A
Tints of Trendy Pink #8D4A8A
RGB
CMYK
RGB Variations
Color information
#8D4A8A (or 0x8D4A8A) is known color: Trendy Pink. HEX triplet: 8D, 4A and 8A. RGB value is (141,74,138). Sum of RGB (Red+Green+Blue) = 141+74+138=353 (46% of max value = 765). Red value is 141 (55.47% from 255 or 39.94% from 353); Green value is 74 (29.30% from 255 or 20.96% from 353); Blue value is 138 (54.30% from 255 or 39.09% from 353); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4A8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4A8A is #72B575. Grayscale: #656565. Windows color (decimal): -7517558 or 9063053. OLE color: 9063053.
HSL color Cylindrical-coordinate representation of color #8D4A8A: hue angle of 302.69º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D4A8A is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 74 | 138 | - |
| CMYK | 0 | 0.48 | 0.02 | 0.45 |
| HSL | 302.69º | 0.31% | 0.42% | - |
| HSV(B) | 302.69º | 0.48% | 0.55% | - |
| XYZ | 18.02 | 12.4 | 25.49 | - |
| YUV | 101.33 | 148.7 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 138 | 0 | 0.48 | 0.02 | 0.45 | 302.69 | 0.31 | 0.42 |
| Hex | 8D | 4A | 8A | 0 | 30 | 2 | 2D | 12F | 1F | 2A |
| Octal | 215 | 112 | 212 | 0 | 60 | 2 | 55 | 457 | 37 | 52 |
| Binary | 10001101 | 1001010 | 10001010 | 0 | 110000 | 10 | 101101 | 100101111 | 11111 | 101010 |
Color Harmonies of #8D4A8A
Complementary color
Monochromatic Colors of #8D4A8A
Black with #8D4A8A
Text Example
Text Example
White with #8D4A8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A8A; }
p { color: rgb(141,74,138); }
H1.HeaderClassName
{
color: #8D4A8A;
}
.AnyTagClassName
{
color: #8D4A8A;
}
</style>
background-color css
<style>
a { background-color: #8D4A8A; }
a { background-color: rgb(141,74,138); }
div.DivClassName
{
background-color: #8D4A8A;
}
.BgClassName
{
background-color: #8D4A8A;
}
</style>
border-color css
<style>
span { border-color: #8D4A8A; }
span { border-color: rgb(141,74,138); }
td.TdClassName
{
border-color: #8D4A8A;
}
.TagClassName
{
border-color: #8D4A8A;
}
</style>