Shades of Trendy Pink #8C5685
Tints of Trendy Pink #8C5685
RGB
CMYK
RGB Variations
Color information
#8C5685 (or 0x8C5685) is known color: Trendy Pink. HEX triplet: 8C, 56 and 85. RGB value is (140,86,133). Sum of RGB (Red+Green+Blue) = 140+86+133=359 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.00% from 359); Green value is 86 (33.98% from 255 or 23.96% from 359); Blue value is 133 (52.34% from 255 or 37.05% from 359); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5685 is #73A97A. Grayscale: #6B6B6B. Windows color (decimal): -7580027 or 8738444. OLE color: 8738444.
HSL color Cylindrical-coordinate representation of color #8C5685: hue angle of 307.78º 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 #8C5685 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 133 | - |
| CMYK | 0 | 0.39 | 0.05 | 0.45 |
| HSL | 307.78º | 0.24% | 0.44% | - |
| HSV(B) | 307.78º | 0.39% | 0.55% | - |
| XYZ | 18.38 | 13.92 | 23.91 | - |
| YUV | 107.5 | 142.39 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 133 | 0 | 0.39 | 0.05 | 0.45 | 307.78 | 0.24 | 0.44 |
| Hex | 8C | 56 | 85 | 0 | 27 | 5 | 2D | 134 | 18 | 2C |
| Octal | 214 | 126 | 205 | 0 | 47 | 5 | 55 | 464 | 30 | 54 |
| Binary | 10001100 | 1010110 | 10000101 | 0 | 100111 | 101 | 101101 | 100110100 | 11000 | 101100 |
Color Harmonies of #8C5685
Complementary color
Monochromatic Colors of #8C5685
Black with #8C5685
Text Example
Text Example
White with #8C5685
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5685; }
p { color: rgb(140,86,133); }
H1.HeaderClassName
{
color: #8C5685;
}
.AnyTagClassName
{
color: #8C5685;
}
</style>
background-color css
<style>
a { background-color: #8C5685; }
a { background-color: rgb(140,86,133); }
div.DivClassName
{
background-color: #8C5685;
}
.BgClassName
{
background-color: #8C5685;
}
</style>
border-color css
<style>
span { border-color: #8C5685; }
span { border-color: rgb(140,86,133); }
td.TdClassName
{
border-color: #8C5685;
}
.TagClassName
{
border-color: #8C5685;
}
</style>