Shades of Trendy Pink #8D527E
Tints of Trendy Pink #8D527E
RGB
CMYK
RGB Variations
Color information
#8D527E (or 0x8D527E) is known color: Trendy Pink. HEX triplet: 8D, 52 and 7E. RGB value is (141,82,126). Sum of RGB (Red+Green+Blue) = 141+82+126=349 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.40% from 349); Green value is 82 (32.42% from 255 or 23.50% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 141 - color contains mainly: red. Hex color #8D527E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D527E is #72AD81. Grayscale: #686868. Windows color (decimal): -7515522 or 8278669. OLE color: 8278669.
HSL color Cylindrical-coordinate representation of color #8D527E: hue angle of 315.25º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8D527E is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 82 | 126 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.45 |
| HSL | 315.25º | 0.26% | 0.44% | - |
| HSV(B) | 315.25º | 0.42% | 0.55% | - |
| XYZ | 17.77 | 13.2 | 21.35 | - |
| YUV | 104.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 82 | 126 | 0 | 0.42 | 0.11 | 0.45 | 315.25 | 0.26 | 0.44 |
| Hex | 8D | 52 | 7E | 0 | 2A | B | 2D | 13B | 1A | 2C |
| Octal | 215 | 122 | 176 | 0 | 52 | 13 | 55 | 473 | 32 | 54 |
| Binary | 10001101 | 1010010 | 1111110 | 0 | 101010 | 1011 | 101101 | 100111011 | 11010 | 101100 |
Color Harmonies of #8D527E
Complementary color
Monochromatic Colors of #8D527E
Black with #8D527E
Text Example
Text Example
White with #8D527E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D527E; }
p { color: rgb(141,82,126); }
H1.HeaderClassName
{
color: #8D527E;
}
.AnyTagClassName
{
color: #8D527E;
}
</style>
background-color css
<style>
a { background-color: #8D527E; }
a { background-color: rgb(141,82,126); }
div.DivClassName
{
background-color: #8D527E;
}
.BgClassName
{
background-color: #8D527E;
}
</style>
border-color css
<style>
span { border-color: #8D527E; }
span { border-color: rgb(141,82,126); }
td.TdClassName
{
border-color: #8D527E;
}
.TagClassName
{
border-color: #8D527E;
}
</style>