Shades of Trendy Pink #8C608C
Tints of Trendy Pink #8C608C
RGB
CMYK
RGB Variations
Color information
#8C608C (or 0x8C608C) is known color: Trendy Pink. HEX triplet: 8C, 60 and 8C. RGB value is (140,96,140). Sum of RGB (Red+Green+Blue) = 140+96+140=376 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.23% from 376); Green value is 96 (37.89% from 255 or 25.53% from 376); Blue value is 140 (55.08% from 255 or 37.23% from 376); Max value from RGB is 140 - color contains mainly: red, blue. Hex color #8C608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C608C is #739F73. Grayscale: #727272. Windows color (decimal): -7577460 or 9199756. OLE color: 9199756.
HSL color Cylindrical-coordinate representation of color #8C608C: hue angle of 300º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #8C608C is Cyan = 0, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 140 | - |
| CMYK | 0 | 0.31 | 0 | 0.45 |
| HSL | 300º | 0.19% | 0.46% | - |
| HSV(B) | 300º | 0.31% | 0.55% | - |
| XYZ | 19.73 | 15.83 | 26.83 | - |
| YUV | 114.17 | 142.58 | 146.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 140 | 0 | 0.31 | 0 | 0.45 | 300 | 0.19 | 0.46 |
| Hex | 8C | 60 | 8C | 0 | 1F | 0 | 2D | 12C | 13 | 2E |
| Octal | 214 | 140 | 214 | 0 | 37 | 0 | 55 | 454 | 23 | 56 |
| Binary | 10001100 | 1100000 | 10001100 | 0 | 11111 | 0 | 101101 | 100101100 | 10011 | 101110 |
Color Harmonies of #8C608C
Complementary color
Monochromatic Colors of #8C608C
Black with #8C608C
Text Example
Text Example
White with #8C608C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C608C; }
p { color: rgb(140,96,140); }
H1.HeaderClassName
{
color: #8C608C;
}
.AnyTagClassName
{
color: #8C608C;
}
</style>
background-color css
<style>
a { background-color: #8C608C; }
a { background-color: rgb(140,96,140); }
div.DivClassName
{
background-color: #8C608C;
}
.BgClassName
{
background-color: #8C608C;
}
</style>
border-color css
<style>
span { border-color: #8C608C; }
span { border-color: rgb(140,96,140); }
td.TdClassName
{
border-color: #8C608C;
}
.TagClassName
{
border-color: #8C608C;
}
</style>