Shades of Trendy Pink #8C6287
Tints of Trendy Pink #8C6287
RGB
CMYK
RGB Variations
Color information
#8C6287 (or 0x8C6287) is known color: Trendy Pink. HEX triplet: 8C, 62 and 87. RGB value is (140,98,135). Sum of RGB (Red+Green+Blue) = 140+98+135=373 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.53% from 373); Green value is 98 (38.67% from 255 or 26.27% from 373); Blue value is 135 (53.12% from 255 or 36.19% from 373); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6287 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C6287 is #739D78. Grayscale: #727272. Windows color (decimal): -7576953 or 8872588. OLE color: 8872588.
HSL color Cylindrical-coordinate representation of color #8C6287: hue angle of 307.14º 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 #8C6287 is Cyan = 0, Magento = 0.3, Yellow = 0.04 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 98 | 135 | - |
| CMYK | 0 | 0.3 | 0.04 | 0.45 |
| HSL | 307.14º | 0.18% | 0.47% | - |
| HSV(B) | 307.14º | 0.3% | 0.55% | - |
| XYZ | 19.56 | 16.06 | 24.99 | - |
| YUV | 114.78 | 139.41 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 98 | 135 | 0 | 0.3 | 0.04 | 0.45 | 307.14 | 0.18 | 0.47 |
| Hex | 8C | 62 | 87 | 0 | 1E | 4 | 2D | 133 | 12 | 2F |
| Octal | 214 | 142 | 207 | 0 | 36 | 4 | 55 | 463 | 22 | 57 |
| Binary | 10001100 | 1100010 | 10000111 | 0 | 11110 | 100 | 101101 | 100110011 | 10010 | 101111 |
Color Harmonies of #8C6287
Complementary color
Monochromatic Colors of #8C6287
Black with #8C6287
Text Example
Text Example
White with #8C6287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C6287; }
p { color: rgb(140,98,135); }
H1.HeaderClassName
{
color: #8C6287;
}
.AnyTagClassName
{
color: #8C6287;
}
</style>
background-color css
<style>
a { background-color: #8C6287; }
a { background-color: rgb(140,98,135); }
div.DivClassName
{
background-color: #8C6287;
}
.BgClassName
{
background-color: #8C6287;
}
</style>
border-color css
<style>
span { border-color: #8C6287; }
span { border-color: rgb(140,98,135); }
td.TdClassName
{
border-color: #8C6287;
}
.TagClassName
{
border-color: #8C6287;
}
</style>