Shades of Trendy Pink #8C548C
Tints of Trendy Pink #8C548C
RGB
CMYK
RGB Variations
Color information
#8C548C (or 0x8C548C) is known color: Trendy Pink. HEX triplet: 8C, 54 and 8C. RGB value is (140,84,140). Sum of RGB (Red+Green+Blue) = 140+84+140=364 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.46% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 140 (55.08% from 255 or 38.46% from 364); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C548C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C548C is #73AB73. Grayscale: #6A6A6A. Windows color (decimal): -7580532 or 9196684. OLE color: 9196684.
HSL color Cylindrical-coordinate representation of color #8C548C: hue angle of 300º 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 #8C548C is Cyan = 0, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 84 | 140 | - |
| CMYK | 0 | 0.4 | 0 | 0.45 |
| HSL | 300º | 0.25% | 0.44% | - |
| HSV(B) | 300º | 0.4% | 0.55% | - |
| XYZ | 18.72 | 13.81 | 26.49 | - |
| YUV | 107.13 | 146.55 | 151.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 84 | 140 | 0 | 0.4 | 0 | 0.45 | 300 | 0.25 | 0.44 |
| Hex | 8C | 54 | 8C | 0 | 28 | 0 | 2D | 12C | 19 | 2C |
| Octal | 214 | 124 | 214 | 0 | 50 | 0 | 55 | 454 | 31 | 54 |
| Binary | 10001100 | 1010100 | 10001100 | 0 | 101000 | 0 | 101101 | 100101100 | 11001 | 101100 |
Color Harmonies of #8C548C
Complementary color
Monochromatic Colors of #8C548C
Black with #8C548C
Text Example
Text Example
White with #8C548C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C548C; }
p { color: rgb(140,84,140); }
H1.HeaderClassName
{
color: #8C548C;
}
.AnyTagClassName
{
color: #8C548C;
}
</style>
background-color css
<style>
a { background-color: #8C548C; }
a { background-color: rgb(140,84,140); }
div.DivClassName
{
background-color: #8C548C;
}
.BgClassName
{
background-color: #8C548C;
}
</style>
border-color css
<style>
span { border-color: #8C548C; }
span { border-color: rgb(140,84,140); }
td.TdClassName
{
border-color: #8C548C;
}
.TagClassName
{
border-color: #8C548C;
}
</style>