Shades of Trendy Pink #8D518C
Tints of Trendy Pink #8D518C
RGB
CMYK
RGB Variations
Color information
#8D518C (or 0x8D518C) is known color: Trendy Pink. HEX triplet: 8D, 51 and 8C. RGB value is (141,81,140). Sum of RGB (Red+Green+Blue) = 141+81+140=362 (47% of max value = 765). Red value is 141 (55.47% from 255 or 38.95% from 362); Green value is 81 (32.03% from 255 or 22.38% from 362); Blue value is 140 (55.08% from 255 or 38.67% from 362); Max value from RGB is 141 - color contains mainly: red. Hex color #8D518C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8D518C is #72AE73. Grayscale: #696969. Windows color (decimal): -7515764 or 9195917. OLE color: 9195917.
HSL color Cylindrical-coordinate representation of color #8D518C: hue angle of 301º degrees, saturation: 0.27, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8D518C is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 81 | 140 | - |
| CMYK | 0 | 0.43 | 0.01 | 0.45 |
| HSL | 301º | 0.27% | 0.44% | - |
| HSV(B) | 301º | 0.43% | 0.55% | - |
| XYZ | 18.66 | 13.44 | 26.42 | - |
| YUV | 105.67 | 147.38 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 81 | 140 | 0 | 0.43 | 0.01 | 0.45 | 301 | 0.27 | 0.44 |
| Hex | 8D | 51 | 8C | 0 | 2B | 1 | 2D | 12D | 1B | 2C |
| Octal | 215 | 121 | 214 | 0 | 53 | 1 | 55 | 455 | 33 | 54 |
| Binary | 10001101 | 1010001 | 10001100 | 0 | 101011 | 1 | 101101 | 100101101 | 11011 | 101100 |
Color Harmonies of #8D518C
Complementary color
Monochromatic Colors of #8D518C
Black with #8D518C
Text Example
Text Example
White with #8D518C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D518C; }
p { color: rgb(141,81,140); }
H1.HeaderClassName
{
color: #8D518C;
}
.AnyTagClassName
{
color: #8D518C;
}
</style>
background-color css
<style>
a { background-color: #8D518C; }
a { background-color: rgb(141,81,140); }
div.DivClassName
{
background-color: #8D518C;
}
.BgClassName
{
background-color: #8D518C;
}
</style>
border-color css
<style>
span { border-color: #8D518C; }
span { border-color: rgb(141,81,140); }
td.TdClassName
{
border-color: #8D518C;
}
.TagClassName
{
border-color: #8D518C;
}
</style>