Shades of Trendy Pink #8D518E
Tints of Trendy Pink #8D518E
RGB
CMYK
RGB Variations
Color information
#8D518E (or 0x8D518E) is known color: Trendy Pink. HEX triplet: 8D, 51 and 8E. RGB value is (141,81,142). Sum of RGB (Red+Green+Blue) = 141+81+142=364 (48% of max value = 765). Red value is 141 (55.47% from 255 or 38.74% from 364); Green value is 81 (32.03% from 255 or 22.25% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 142 - color contains mainly: blue. Hex color #8D518E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D518E is #72AE71. Grayscale: #696969. Windows color (decimal): -7515762 or 9326989. OLE color: 9326989.
HSL color Cylindrical-coordinate representation of color #8D518E: hue angle of 299.02º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D518E is Cyan = 0.01, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 141 | 81 | 142 | - |
| CMYK | 0.01 | 0.43 | 0 | 0.44 |
| HSL | 299.02º | 0.27% | 0.44% | - |
| HSV(B) | 299.02º | 0.43% | 0.56% | - |
| XYZ | 18.81 | 13.5 | 27.21 | - |
| YUV | 105.89 | 148.38 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 142 | 0.01 | 0.43 | 0 | 0.44 | 299.02 | 0.27 | 0.44 |
| Hex | 8D | 51 | 8E | 1 | 2B | 0 | 2C | 12B | 1B | 2C |
| Octal | 215 | 121 | 216 | 1 | 53 | 0 | 54 | 453 | 33 | 54 |
| Binary | 10001101 | 1010001 | 10001110 | 1 | 101011 | 0 | 101100 | 100101011 | 11011 | 101100 |
Color Harmonies of #8D518E
Complementary color
Monochromatic Colors of #8D518E
Black with #8D518E
Text Example
Text Example
White with #8D518E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D518E; }
p { color: rgb(141,81,142); }
H1.HeaderClassName
{
color: #8D518E;
}
.AnyTagClassName
{
color: #8D518E;
}
</style>
background-color css
<style>
a { background-color: #8D518E; }
a { background-color: rgb(141,81,142); }
div.DivClassName
{
background-color: #8D518E;
}
.BgClassName
{
background-color: #8D518E;
}
</style>
border-color css
<style>
span { border-color: #8D518E; }
span { border-color: rgb(141,81,142); }
td.TdClassName
{
border-color: #8D518E;
}
.TagClassName
{
border-color: #8D518E;
}
</style>