Shades of Trendy Pink #8D457C
Tints of Trendy Pink #8D457C
RGB
CMYK
RGB Variations
Color information
#8D457C (or 0x8D457C) is known color: Trendy Pink. HEX triplet: 8D, 45 and 7C. RGB value is (141,69,124). Sum of RGB (Red+Green+Blue) = 141+69+124=334 (44% of max value = 765). Red value is 141 (55.47% from 255 or 42.22% from 334); Green value is 69 (27.34% from 255 or 20.66% from 334); Blue value is 124 (48.83% from 255 or 37.13% from 334); Max value from RGB is 141 - color contains mainly: red. Hex color #8D457C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8D457C is #72BA83. Grayscale: #606060. Windows color (decimal): -7518852 or 8144269. OLE color: 8144269.
HSL color Cylindrical-coordinate representation of color #8D457C: hue angle of 314.17º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8D457C is Cyan = 0, Magento = 0.51, Yellow = 0.12 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 141 | 69 | 124 | - |
| CMYK | 0 | 0.51 | 0.12 | 0.45 |
| HSL | 314.17º | 0.34% | 0.41% | - |
| HSV(B) | 314.17º | 0.51% | 0.55% | - |
| XYZ | 16.75 | 11.37 | 20.38 | - |
| YUV | 96.8 | 143.35 | 159.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 141 | 69 | 124 | 0 | 0.51 | 0.12 | 0.45 | 314.17 | 0.34 | 0.41 |
| Hex | 8D | 45 | 7C | 0 | 33 | C | 2D | 13A | 22 | 29 |
| Octal | 215 | 105 | 174 | 0 | 63 | 14 | 55 | 472 | 42 | 51 |
| Binary | 10001101 | 1000101 | 1111100 | 0 | 110011 | 1100 | 101101 | 100111010 | 100010 | 101001 |
Color Harmonies of #8D457C
Complementary color
Monochromatic Colors of #8D457C
Black with #8D457C
Text Example
Text Example
White with #8D457C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8D457C; }
p { color: rgb(141,69,124); }
H1.HeaderClassName
{
color: #8D457C;
}
.AnyTagClassName
{
color: #8D457C;
}
</style>
background-color css
<style>
a { background-color: #8D457C; }
a { background-color: rgb(141,69,124); }
div.DivClassName
{
background-color: #8D457C;
}
.BgClassName
{
background-color: #8D457C;
}
</style>
border-color css
<style>
span { border-color: #8D457C; }
span { border-color: rgb(141,69,124); }
td.TdClassName
{
border-color: #8D457C;
}
.TagClassName
{
border-color: #8D457C;
}
</style>