Shades of Trendy Pink #8C5286
Tints of Trendy Pink #8C5286
RGB
CMYK
RGB Variations
Color information
#8C5286 (or 0x8C5286) is known color: Trendy Pink. HEX triplet: 8C, 52 and 86. RGB value is (140,82,134). Sum of RGB (Red+Green+Blue) = 140+82+134=356 (47% of max value = 765). Red value is 140 (55.08% from 255 or 39.33% from 356); Green value is 82 (32.42% from 255 or 23.03% from 356); Blue value is 134 (52.73% from 255 or 37.64% from 356); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C5286 is #73AD79. Grayscale: #696969. Windows color (decimal): -7581050 or 8802956. OLE color: 8802956.
HSL color Cylindrical-coordinate representation of color #8C5286: hue angle of 306.21º degrees, saturation: 0.26, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #8C5286 is Cyan = 0, Magento = 0.41, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 82 | 134 | - |
| CMYK | 0 | 0.41 | 0.04 | 0.45 |
| HSL | 306.21º | 0.26% | 0.44% | - |
| HSV(B) | 306.21º | 0.41% | 0.55% | - |
| XYZ | 18.14 | 13.33 | 24.17 | - |
| YUV | 105.27 | 144.22 | 152.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 82 | 134 | 0 | 0.41 | 0.04 | 0.45 | 306.21 | 0.26 | 0.44 |
| Hex | 8C | 52 | 86 | 0 | 29 | 4 | 2D | 132 | 1A | 2C |
| Octal | 214 | 122 | 206 | 0 | 51 | 4 | 55 | 462 | 32 | 54 |
| Binary | 10001100 | 1010010 | 10000110 | 0 | 101001 | 100 | 101101 | 100110010 | 11010 | 101100 |
Color Harmonies of #8C5286
Complementary color
Monochromatic Colors of #8C5286
Black with #8C5286
Text Example
Text Example
White with #8C5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C5286; }
p { color: rgb(140,82,134); }
H1.HeaderClassName
{
color: #8C5286;
}
.AnyTagClassName
{
color: #8C5286;
}
</style>
background-color css
<style>
a { background-color: #8C5286; }
a { background-color: rgb(140,82,134); }
div.DivClassName
{
background-color: #8C5286;
}
.BgClassName
{
background-color: #8C5286;
}
</style>
border-color css
<style>
span { border-color: #8C5286; }
span { border-color: rgb(140,82,134); }
td.TdClassName
{
border-color: #8C5286;
}
.TagClassName
{
border-color: #8C5286;
}
</style>