Shades of Trendy Pink #8D4481
Tints of Trendy Pink #8D4481
RGB
CMYK
RGB Variations
Color information
#8D4481 (or 0x8D4481) is known color: Trendy Pink. HEX triplet: 8D, 44 and 81. RGB value is (141,68,129). Sum of RGB (Red+Green+Blue) = 141+68+129=338 (44% of max value = 765). Red value is 141 (55.47% from 255 or 41.72% from 338); Green value is 68 (26.95% from 255 or 20.12% from 338); Blue value is 129 (50.78% from 255 or 38.17% from 338); Max value from RGB is 141 - color contains mainly: red. Hex color #8D4481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8D4481 is #72BB7E. Grayscale: #606060. Windows color (decimal): -7519103 or 8471693. OLE color: 8471693.
HSL color Cylindrical-coordinate representation of color #8D4481: hue angle of 309.86º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8D4481 is Cyan = 0, Magento = 0.52, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 68 | 129 | - |
| CMYK | 0 | 0.52 | 0.09 | 0.45 |
| HSL | 309.86º | 0.35% | 0.41% | - |
| HSV(B) | 309.86º | 0.52% | 0.55% | - |
| XYZ | 17.01 | 11.38 | 22.07 | - |
| YUV | 96.78 | 146.18 | 159.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 68 | 129 | 0 | 0.52 | 0.09 | 0.45 | 309.86 | 0.35 | 0.41 |
| Hex | 8D | 44 | 81 | 0 | 34 | 9 | 2D | 136 | 23 | 29 |
| Octal | 215 | 104 | 201 | 0 | 64 | 11 | 55 | 466 | 43 | 51 |
| Binary | 10001101 | 1000100 | 10000001 | 0 | 110100 | 1001 | 101101 | 100110110 | 100011 | 101001 |
Color Harmonies of #8D4481
Complementary color
Monochromatic Colors of #8D4481
Black with #8D4481
Text Example
Text Example
White with #8D4481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D4481; }
p { color: rgb(141,68,129); }
H1.HeaderClassName
{
color: #8D4481;
}
.AnyTagClassName
{
color: #8D4481;
}
</style>
background-color css
<style>
a { background-color: #8D4481; }
a { background-color: rgb(141,68,129); }
div.DivClassName
{
background-color: #8D4481;
}
.BgClassName
{
background-color: #8D4481;
}
</style>
border-color css
<style>
span { border-color: #8D4481; }
span { border-color: rgb(141,68,129); }
td.TdClassName
{
border-color: #8D4481;
}
.TagClassName
{
border-color: #8D4481;
}
</style>