Shades of Trendy Pink #8D4A8E
Tints of Trendy Pink #8D4A8E
RGB
CMYK
RGB Variations
Color information
#8D4A8E (or 0x8D4A8E) is known color: Trendy Pink. HEX triplet: 8D, 4A and 8E. RGB value is (141,74,142). Sum of RGB (Red+Green+Blue) = 141+74+142=357 (47% of max value = 765). Red value is 141 (55.47% from 255 or 39.50% from 357); Green value is 74 (29.30% from 255 or 20.73% from 357); Blue value is 142 (55.86% from 255 or 39.78% from 357); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D4A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4A8E is #72B571. Grayscale: #656565. Windows color (decimal): -7517554 or 9325197. OLE color: 9325197.
HSL color Cylindrical-coordinate representation of color #8D4A8E: hue angle of 299.12º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8D4A8E is Cyan = 0.01, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 74 | 142 | - |
| CMYK | 0.01 | 0.48 | 0 | 0.44 |
| HSL | 299.12º | 0.31% | 0.42% | - |
| HSV(B) | 299.12º | 0.48% | 0.56% | - |
| XYZ | 18.32 | 12.51 | 27.04 | - |
| YUV | 101.79 | 150.7 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 74 | 142 | 0.01 | 0.48 | 0 | 0.44 | 299.12 | 0.31 | 0.42 |
| Hex | 8D | 4A | 8E | 1 | 30 | 0 | 2C | 12B | 1F | 2A |
| Octal | 215 | 112 | 216 | 1 | 60 | 0 | 54 | 453 | 37 | 52 |
| Binary | 10001101 | 1001010 | 10001110 | 1 | 110000 | 0 | 101100 | 100101011 | 11111 | 101010 |
Color Harmonies of #8D4A8E
Complementary color
Monochromatic Colors of #8D4A8E
Black with #8D4A8E
Text Example
Text Example
White with #8D4A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4A8E; }
p { color: rgb(141,74,142); }
H1.HeaderClassName
{
color: #8D4A8E;
}
.AnyTagClassName
{
color: #8D4A8E;
}
</style>
background-color css
<style>
a { background-color: #8D4A8E; }
a { background-color: rgb(141,74,142); }
div.DivClassName
{
background-color: #8D4A8E;
}
.BgClassName
{
background-color: #8D4A8E;
}
</style>
border-color css
<style>
span { border-color: #8D4A8E; }
span { border-color: rgb(141,74,142); }
td.TdClassName
{
border-color: #8D4A8E;
}
.TagClassName
{
border-color: #8D4A8E;
}
</style>