Shades of Trendy Pink #8C568C
Tints of Trendy Pink #8C568C
RGB
CMYK
RGB Variations
Color information
#8C568C (or 0x8C568C) is known color: Trendy Pink. HEX triplet: 8C, 56 and 8C. RGB value is (140,86,140). Sum of RGB (Red+Green+Blue) = 140+86+140=366 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.25% from 366); Green value is 86 (33.98% from 255 or 23.50% from 366); Blue value is 140 (55.08% from 255 or 38.25% from 366); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C568C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C568C is #73A973. Grayscale: #6C6C6C. Windows color (decimal): -7580020 or 9197196. OLE color: 9197196.
HSL color Cylindrical-coordinate representation of color #8C568C: hue angle of 300º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8C568C is Cyan = 0, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 140 | - |
| CMYK | 0 | 0.39 | 0 | 0.45 |
| HSL | 300º | 0.24% | 0.44% | - |
| HSV(B) | 300º | 0.39% | 0.55% | - |
| XYZ | 18.88 | 14.12 | 26.54 | - |
| YUV | 108.3 | 145.89 | 150.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 140 | 0 | 0.39 | 0 | 0.45 | 300 | 0.24 | 0.44 |
| Hex | 8C | 56 | 8C | 0 | 27 | 0 | 2D | 12C | 18 | 2C |
| Octal | 214 | 126 | 214 | 0 | 47 | 0 | 55 | 454 | 30 | 54 |
| Binary | 10001100 | 1010110 | 10001100 | 0 | 100111 | 0 | 101101 | 100101100 | 11000 | 101100 |
Color Harmonies of #8C568C
Complementary color
Monochromatic Colors of #8C568C
Black with #8C568C
Text Example
Text Example
White with #8C568C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C568C; }
p { color: rgb(140,86,140); }
H1.HeaderClassName
{
color: #8C568C;
}
.AnyTagClassName
{
color: #8C568C;
}
</style>
background-color css
<style>
a { background-color: #8C568C; }
a { background-color: rgb(140,86,140); }
div.DivClassName
{
background-color: #8C568C;
}
.BgClassName
{
background-color: #8C568C;
}
</style>
border-color css
<style>
span { border-color: #8C568C; }
span { border-color: rgb(140,86,140); }
td.TdClassName
{
border-color: #8C568C;
}
.TagClassName
{
border-color: #8C568C;
}
</style>