Shades of Trendy Pink #8D427E
Tints of Trendy Pink #8D427E
RGB
CMYK
RGB Variations
Color information
#8D427E (or 0x8D427E) is known color: Trendy Pink. HEX triplet: 8D, 42 and 7E. RGB value is (141,66,126). Sum of RGB (Red+Green+Blue) = 141+66+126=333 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.34% from 333); Green value is 66 (26.17% from 255 or 19.82% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 141 - color contains mainly: red. Hex color #8D427E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D427E is #72BD81. Grayscale: #5F5F5F. Windows color (decimal): -7519618 or 8274573. OLE color: 8274573.
HSL color Cylindrical-coordinate representation of color #8D427E: hue angle of 312º degrees, saturation: 0.36, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #8D427E is Cyan = 0, Magento = 0.53, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 66 | 126 | - |
| CMYK | 0 | 0.53 | 0.11 | 0.45 |
| HSL | 312º | 0.36% | 0.41% | - |
| HSV(B) | 312º | 0.53% | 0.55% | - |
| XYZ | 16.7 | 11.07 | 20.99 | - |
| YUV | 95.27 | 145.35 | 160.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 66 | 126 | 0 | 0.53 | 0.11 | 0.45 | 312 | 0.36 | 0.41 |
| Hex | 8D | 42 | 7E | 0 | 35 | B | 2D | 138 | 24 | 29 |
| Octal | 215 | 102 | 176 | 0 | 65 | 13 | 55 | 470 | 44 | 51 |
| Binary | 10001101 | 1000010 | 1111110 | 0 | 110101 | 1011 | 101101 | 100111000 | 100100 | 101001 |
Color Harmonies of #8D427E
Complementary color
Monochromatic Colors of #8D427E
Black with #8D427E
Text Example
Text Example
White with #8D427E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D427E; }
p { color: rgb(141,66,126); }
H1.HeaderClassName
{
color: #8D427E;
}
.AnyTagClassName
{
color: #8D427E;
}
</style>
background-color css
<style>
a { background-color: #8D427E; }
a { background-color: rgb(141,66,126); }
div.DivClassName
{
background-color: #8D427E;
}
.BgClassName
{
background-color: #8D427E;
}
</style>
border-color css
<style>
span { border-color: #8D427E; }
span { border-color: rgb(141,66,126); }
td.TdClassName
{
border-color: #8D427E;
}
.TagClassName
{
border-color: #8D427E;
}
</style>