Shades of Trendy Pink #8C608B
Tints of Trendy Pink #8C608B
RGB
CMYK
RGB Variations
Color information
#8C608B (or 0x8C608B) is known color: Trendy Pink. HEX triplet: 8C, 60 and 8B. RGB value is (140,96,139). Sum of RGB (Red+Green+Blue) = 140+96+139=375 (49% of max value = 765). Red value is 140 (55.08% from 255 or 37.33% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 139 (54.69% from 255 or 37.07% from 375); Max value from RGB is 140 - color contains mainly: red. Hex color #8C608B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C608B is #739F74. Grayscale: #717171. Windows color (decimal): -7577461 or 9134220. OLE color: 9134220.
HSL color Cylindrical-coordinate representation of color #8C608B: hue angle of 301.36º 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 #8C608B is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 96 | 139 | - |
| CMYK | 0 | 0.31 | 0.01 | 0.45 |
| HSL | 301.36º | 0.19% | 0.46% | - |
| HSV(B) | 301.36º | 0.31% | 0.55% | - |
| XYZ | 19.66 | 15.81 | 26.44 | - |
| YUV | 114.06 | 142.08 | 146.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 96 | 139 | 0 | 0.31 | 0.01 | 0.45 | 301.36 | 0.19 | 0.46 |
| Hex | 8C | 60 | 8B | 0 | 1F | 1 | 2D | 12D | 13 | 2E |
| Octal | 214 | 140 | 213 | 0 | 37 | 1 | 55 | 455 | 23 | 56 |
| Binary | 10001100 | 1100000 | 10001011 | 0 | 11111 | 1 | 101101 | 100101101 | 10011 | 101110 |
Color Harmonies of #8C608B
Complementary color
Monochromatic Colors of #8C608B
Black with #8C608B
Text Example
Text Example
White with #8C608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C608B; }
p { color: rgb(140,96,139); }
H1.HeaderClassName
{
color: #8C608B;
}
.AnyTagClassName
{
color: #8C608B;
}
</style>
background-color css
<style>
a { background-color: #8C608B; }
a { background-color: rgb(140,96,139); }
div.DivClassName
{
background-color: #8C608B;
}
.BgClassName
{
background-color: #8C608B;
}
</style>
border-color css
<style>
span { border-color: #8C608B; }
span { border-color: rgb(140,96,139); }
td.TdClassName
{
border-color: #8C608B;
}
.TagClassName
{
border-color: #8C608B;
}
</style>