Shades of Trendy Pink #8D437E
Tints of Trendy Pink #8D437E
RGB
CMYK
RGB Variations
Color information
#8D437E (or 0x8D437E) is known color: Trendy Pink. HEX triplet: 8D, 43 and 7E. RGB value is (141,67,126). Sum of RGB (Red+Green+Blue) = 141+67+126=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 67 (26.56% from 255 or 20.06% from 334); Blue value is 126 (49.61% from 255 or 37.72% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D437E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D437E is #72BC81. Grayscale: #5F5F5F. Windows color (decimal): -7519362 or 8274829. OLE color: 8274829.
HSL color Cylindrical-coordinate representation of color #8D437E: hue angle of 312.16º degrees, saturation: 0.36, 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 #8D437E is Cyan = 0, Magento = 0.52, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 67 | 126 | - |
| CMYK | 0 | 0.52 | 0.11 | 0.45 |
| HSL | 312.16º | 0.36% | 0.41% | - |
| HSV(B) | 312.16º | 0.52% | 0.55% | - |
| XYZ | 16.76 | 11.18 | 21.01 | - |
| YUV | 95.85 | 145.02 | 160.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 67 | 126 | 0 | 0.52 | 0.11 | 0.45 | 312.16 | 0.36 | 0.41 |
| Hex | 8D | 43 | 7E | 0 | 34 | B | 2D | 138 | 24 | 29 |
| Octal | 215 | 103 | 176 | 0 | 64 | 13 | 55 | 470 | 44 | 51 |
| Binary | 10001101 | 1000011 | 1111110 | 0 | 110100 | 1011 | 101101 | 100111000 | 100100 | 101001 |
Color Harmonies of #8D437E
Complementary color
Monochromatic Colors of #8D437E
Black with #8D437E
Text Example
Text Example
White with #8D437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D437E; }
p { color: rgb(141,67,126); }
H1.HeaderClassName
{
color: #8D437E;
}
.AnyTagClassName
{
color: #8D437E;
}
</style>
background-color css
<style>
a { background-color: #8D437E; }
a { background-color: rgb(141,67,126); }
div.DivClassName
{
background-color: #8D437E;
}
.BgClassName
{
background-color: #8D437E;
}
</style>
border-color css
<style>
span { border-color: #8D437E; }
span { border-color: rgb(141,67,126); }
td.TdClassName
{
border-color: #8D437E;
}
.TagClassName
{
border-color: #8D437E;
}
</style>