Shades of Trendy Pink #8C5681
Tints of Trendy Pink #8C5681
RGB
CMYK
RGB Variations
Color information
#8C5681 (or 0x8C5681) is known color: Trendy Pink. HEX triplet: 8C, 56 and 81. RGB value is (140,86,129). Sum of RGB (Red+Green+Blue) = 140+86+129=355 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.44% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 129 (50.78% from 255 or 36.34% from 355); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5681 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5681 is #73A97E. Grayscale: #6A6A6A. Windows color (decimal): -7580031 or 8476300. OLE color: 8476300.
HSL color Cylindrical-coordinate representation of color #8C5681: hue angle of 312.22º 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 #8C5681 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 86 | 129 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.45 |
| HSL | 312.22º | 0.24% | 0.44% | - |
| HSV(B) | 312.22º | 0.39% | 0.55% | - |
| XYZ | 18.11 | 13.82 | 22.48 | - |
| YUV | 107.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 86 | 129 | 0 | 0.39 | 0.08 | 0.45 | 312.22 | 0.24 | 0.44 |
| Hex | 8C | 56 | 81 | 0 | 27 | 8 | 2D | 138 | 18 | 2C |
| Octal | 214 | 126 | 201 | 0 | 47 | 10 | 55 | 470 | 30 | 54 |
| Binary | 10001100 | 1010110 | 10000001 | 0 | 100111 | 1000 | 101101 | 100111000 | 11000 | 101100 |
Color Harmonies of #8C5681
Complementary color
Monochromatic Colors of #8C5681
Black with #8C5681
Text Example
Text Example
White with #8C5681
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5681; }
p { color: rgb(140,86,129); }
H1.HeaderClassName
{
color: #8C5681;
}
.AnyTagClassName
{
color: #8C5681;
}
</style>
background-color css
<style>
a { background-color: #8C5681; }
a { background-color: rgb(140,86,129); }
div.DivClassName
{
background-color: #8C5681;
}
.BgClassName
{
background-color: #8C5681;
}
</style>
border-color css
<style>
span { border-color: #8C5681; }
span { border-color: rgb(140,86,129); }
td.TdClassName
{
border-color: #8C5681;
}
.TagClassName
{
border-color: #8C5681;
}
</style>