Shades of Trendy Pink #8C5688
Tints of Trendy Pink #8C5688
RGB
CMYK
RGB Variations
Color information
#8C5688 (or 0x8C5688) is known color: Trendy Pink. HEX triplet: 8C, 56 and 88. RGB value is (140,86,136). Sum of RGB (Red+Green+Blue) = 140+86+136=362 (47% of max value = 765). Red value is 140 (55.08% from 255 or 38.67% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 136 (53.52% from 255 or 37.57% from 362); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5688 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5688 is #73A977. Grayscale: #6B6B6B. Windows color (decimal): -7580024 or 8935052. OLE color: 8935052.
HSL color Cylindrical-coordinate representation of color #8C5688: hue angle of 304.44º 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 #8C5688 is Cyan = 0, Magento = 0.39, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 136 | - |
| CMYK | 0 | 0.39 | 0.03 | 0.45 |
| HSL | 304.44º | 0.24% | 0.44% | - |
| HSV(B) | 304.44º | 0.39% | 0.55% | - |
| XYZ | 18.59 | 14.01 | 25.02 | - |
| YUV | 107.85 | 143.89 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 136 | 0 | 0.39 | 0.03 | 0.45 | 304.44 | 0.24 | 0.44 |
| Hex | 8C | 56 | 88 | 0 | 27 | 3 | 2D | 130 | 18 | 2C |
| Octal | 214 | 126 | 210 | 0 | 47 | 3 | 55 | 460 | 30 | 54 |
| Binary | 10001100 | 1010110 | 10001000 | 0 | 100111 | 11 | 101101 | 100110000 | 11000 | 101100 |
Color Harmonies of #8C5688
Complementary color
Monochromatic Colors of #8C5688
Black with #8C5688
Text Example
Text Example
White with #8C5688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5688; }
p { color: rgb(140,86,136); }
H1.HeaderClassName
{
color: #8C5688;
}
.AnyTagClassName
{
color: #8C5688;
}
</style>
background-color css
<style>
a { background-color: #8C5688; }
a { background-color: rgb(140,86,136); }
div.DivClassName
{
background-color: #8C5688;
}
.BgClassName
{
background-color: #8C5688;
}
</style>
border-color css
<style>
span { border-color: #8C5688; }
span { border-color: rgb(140,86,136); }
td.TdClassName
{
border-color: #8C5688;
}
.TagClassName
{
border-color: #8C5688;
}
</style>