Shades of Trendy Pink #8D537E
Tints of Trendy Pink #8D537E
RGB
CMYK
RGB Variations
Color information
#8D537E (or 0x8D537E) is known color: Trendy Pink. HEX triplet: 8D, 53 and 7E. RGB value is (141,83,126). Sum of RGB (Red+Green+Blue) = 141+83+126=350 (46% of max value = 765). Red value is 141 (55.47% from 255 or 40.29% from 350); Green value is 83 (32.81% from 255 or 23.71% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 141 - color contains mainly: red. Hex color #8D537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8D537E is #72AC81. Grayscale: #696969. Windows color (decimal): -7515266 or 8278925. OLE color: 8278925.
HSL color Cylindrical-coordinate representation of color #8D537E: hue angle of 315.52º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8D537E is Cyan = 0, Magento = 0.41, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 83 | 126 | - |
| CMYK | 0 | 0.41 | 0.11 | 0.45 |
| HSL | 315.52º | 0.26% | 0.44% | - |
| HSV(B) | 315.52º | 0.41% | 0.55% | - |
| XYZ | 17.84 | 13.36 | 21.38 | - |
| YUV | 105.24 | 139.72 | 153.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 83 | 126 | 0 | 0.41 | 0.11 | 0.45 | 315.52 | 0.26 | 0.44 |
| Hex | 8D | 53 | 7E | 0 | 29 | B | 2D | 13C | 1A | 2C |
| Octal | 215 | 123 | 176 | 0 | 51 | 13 | 55 | 474 | 32 | 54 |
| Binary | 10001101 | 1010011 | 1111110 | 0 | 101001 | 1011 | 101101 | 100111100 | 11010 | 101100 |
Color Harmonies of #8D537E
Complementary color
Monochromatic Colors of #8D537E
Black with #8D537E
Text Example
Text Example
White with #8D537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D537E; }
p { color: rgb(141,83,126); }
H1.HeaderClassName
{
color: #8D537E;
}
.AnyTagClassName
{
color: #8D537E;
}
</style>
background-color css
<style>
a { background-color: #8D537E; }
a { background-color: rgb(141,83,126); }
div.DivClassName
{
background-color: #8D537E;
}
.BgClassName
{
background-color: #8D537E;
}
</style>
border-color css
<style>
span { border-color: #8D537E; }
span { border-color: rgb(141,83,126); }
td.TdClassName
{
border-color: #8D537E;
}
.TagClassName
{
border-color: #8D537E;
}
</style>