Shades of Trendy Pink #8C6286
Tints of Trendy Pink #8C6286
RGB
CMYK
RGB Variations
Color information
#8C6286 (or 0x8C6286) is known color: Trendy Pink. HEX triplet: 8C, 62 and 86. RGB value is (140,98,134). Sum of RGB (Red+Green+Blue) = 140+98+134=372 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.63% from 372); Green value is 98 (38.67% from 255 or 26.34% from 372); Blue value is 134 (52.73% from 255 or 36.02% from 372); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6286 is #739D79. Grayscale: #727272. Windows color (decimal): -7576954 or 8807052. OLE color: 8807052.
HSL color Cylindrical-coordinate representation of color #8C6286: hue angle of 308.57º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8C6286 is Cyan = 0, Magento = 0.3, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 134 | - |
| CMYK | 0 | 0.3 | 0.04 | 0.45 |
| HSL | 308.57º | 0.18% | 0.47% | - |
| HSV(B) | 308.57º | 0.3% | 0.55% | - |
| XYZ | 19.49 | 16.03 | 24.62 | - |
| YUV | 114.66 | 138.91 | 146.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 134 | 0 | 0.3 | 0.04 | 0.45 | 308.57 | 0.18 | 0.47 |
| Hex | 8C | 62 | 86 | 0 | 1E | 4 | 2D | 135 | 12 | 2F |
| Octal | 214 | 142 | 206 | 0 | 36 | 4 | 55 | 465 | 22 | 57 |
| Binary | 10001100 | 1100010 | 10000110 | 0 | 11110 | 100 | 101101 | 100110101 | 10010 | 101111 |
Color Harmonies of #8C6286
Complementary color
Monochromatic Colors of #8C6286
Black with #8C6286
Text Example
Text Example
White with #8C6286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6286; }
p { color: rgb(140,98,134); }
H1.HeaderClassName
{
color: #8C6286;
}
.AnyTagClassName
{
color: #8C6286;
}
</style>
background-color css
<style>
a { background-color: #8C6286; }
a { background-color: rgb(140,98,134); }
div.DivClassName
{
background-color: #8C6286;
}
.BgClassName
{
background-color: #8C6286;
}
</style>
border-color css
<style>
span { border-color: #8C6286; }
span { border-color: rgb(140,98,134); }
td.TdClassName
{
border-color: #8C6286;
}
.TagClassName
{
border-color: #8C6286;
}
</style>