Shades of Trendy Pink #8C497D
Tints of Trendy Pink #8C497D
RGB
CMYK
RGB Variations
Color information
#8C497D (or 0x8C497D) is known color: Trendy Pink. HEX triplet: 8C, 49 and 7D. RGB value is (140,73,125). Sum of RGB (Red+Green+Blue) = 140+73+125=338 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.42% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 140 - color contains mainly: red. Hex color #8C497D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C497D is #73B682. Grayscale: #626262. Windows color (decimal): -7583363 or 8210828. OLE color: 8210828.
HSL color Cylindrical-coordinate representation of color #8C497D: hue angle of 313.43º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8C497D is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 73 | 125 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.45 |
| HSL | 313.43º | 0.31% | 0.42% | - |
| HSV(B) | 313.43º | 0.48% | 0.55% | - |
| XYZ | 16.9 | 11.82 | 20.79 | - |
| YUV | 98.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 73 | 125 | 0 | 0.48 | 0.11 | 0.45 | 313.43 | 0.31 | 0.42 |
| Hex | 8C | 49 | 7D | 0 | 30 | B | 2D | 139 | 1F | 2A |
| Octal | 214 | 111 | 175 | 0 | 60 | 13 | 55 | 471 | 37 | 52 |
| Binary | 10001100 | 1001001 | 1111101 | 0 | 110000 | 1011 | 101101 | 100111001 | 11111 | 101010 |
Color Harmonies of #8C497D
Complementary color
Monochromatic Colors of #8C497D
Black with #8C497D
Text Example
Text Example
White with #8C497D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C497D; }
p { color: rgb(140,73,125); }
H1.HeaderClassName
{
color: #8C497D;
}
.AnyTagClassName
{
color: #8C497D;
}
</style>
background-color css
<style>
a { background-color: #8C497D; }
a { background-color: rgb(140,73,125); }
div.DivClassName
{
background-color: #8C497D;
}
.BgClassName
{
background-color: #8C497D;
}
</style>
border-color css
<style>
span { border-color: #8C497D; }
span { border-color: rgb(140,73,125); }
td.TdClassName
{
border-color: #8C497D;
}
.TagClassName
{
border-color: #8C497D;
}
</style>