Shades of Trendy Pink #8C547E
Tints of Trendy Pink #8C547E
RGB
CMYK
RGB Variations
Color information
#8C547E (or 0x8C547E) is known color: Trendy Pink. HEX triplet: 8C, 54 and 7E. RGB value is (140,84,126). Sum of RGB (Red+Green+Blue) = 140+84+126=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 84 (33.20% from 255 or 24% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C547E is #73AB81. Grayscale: #696969. Windows color (decimal): -7580546 or 8279180. OLE color: 8279180.
HSL color Cylindrical-coordinate representation of color #8C547E: hue angle of 315º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8C547E is Cyan = 0, Magento = 0.4, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 126 | - |
| CMYK | 0 | 0.4 | 0.10 | 0.45 |
| HSL | 315º | 0.25% | 0.44% | - |
| HSV(B) | 315º | 0.4% | 0.55% | - |
| XYZ | 17.75 | 13.42 | 21.39 | - |
| YUV | 105.53 | 139.55 | 152.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 126 | 0 | 0.4 | 0.10 | 0.45 | 315 | 0.25 | 0.44 |
| Hex | 8C | 54 | 7E | 0 | 28 | A | 2D | 13B | 19 | 2C |
| Octal | 214 | 124 | 176 | 0 | 50 | 12 | 55 | 473 | 31 | 54 |
| Binary | 10001100 | 1010100 | 1111110 | 0 | 101000 | 1010 | 101101 | 100111011 | 11001 | 101100 |
Color Harmonies of #8C547E
Complementary color
Monochromatic Colors of #8C547E
Black with #8C547E
Text Example
Text Example
White with #8C547E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C547E; }
p { color: rgb(140,84,126); }
H1.HeaderClassName
{
color: #8C547E;
}
.AnyTagClassName
{
color: #8C547E;
}
</style>
background-color css
<style>
a { background-color: #8C547E; }
a { background-color: rgb(140,84,126); }
div.DivClassName
{
background-color: #8C547E;
}
.BgClassName
{
background-color: #8C547E;
}
</style>
border-color css
<style>
span { border-color: #8C547E; }
span { border-color: rgb(140,84,126); }
td.TdClassName
{
border-color: #8C547E;
}
.TagClassName
{
border-color: #8C547E;
}
</style>