Shades of Trendy Pink #8C477D
Tints of Trendy Pink #8C477D
RGB
CMYK
RGB Variations
Color information
#8C477D (or 0x8C477D) is known color: Trendy Pink. HEX triplet: 8C, 47 and 7D. RGB value is (140,71,125). Sum of RGB (Red+Green+Blue) = 140+71+125=336 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.67% from 336); Green value is 71 (28.12% from 255 or 21.13% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 140 - color contains mainly: red. Hex color #8C477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C477D is #73B882. Grayscale: #616161. Windows color (decimal): -7583875 or 8210316. OLE color: 8210316.
HSL color Cylindrical-coordinate representation of color #8C477D: hue angle of 313.04º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8C477D is Cyan = 0, Magento = 0.49, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 125 | - |
| CMYK | 0 | 0.49 | 0.11 | 0.45 |
| HSL | 313.04º | 0.33% | 0.41% | - |
| HSV(B) | 313.04º | 0.49% | 0.55% | - |
| XYZ | 16.77 | 11.56 | 20.75 | - |
| YUV | 97.79 | 143.36 | 158.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 125 | 0 | 0.49 | 0.11 | 0.45 | 313.04 | 0.33 | 0.41 |
| Hex | 8C | 47 | 7D | 0 | 31 | B | 2D | 139 | 21 | 29 |
| Octal | 214 | 107 | 175 | 0 | 61 | 13 | 55 | 471 | 41 | 51 |
| Binary | 10001100 | 1000111 | 1111101 | 0 | 110001 | 1011 | 101101 | 100111001 | 100001 | 101001 |
Color Harmonies of #8C477D
Complementary color
Monochromatic Colors of #8C477D
Black with #8C477D
Text Example
Text Example
White with #8C477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C477D; }
p { color: rgb(140,71,125); }
H1.HeaderClassName
{
color: #8C477D;
}
.AnyTagClassName
{
color: #8C477D;
}
</style>
background-color css
<style>
a { background-color: #8C477D; }
a { background-color: rgb(140,71,125); }
div.DivClassName
{
background-color: #8C477D;
}
.BgClassName
{
background-color: #8C477D;
}
</style>
border-color css
<style>
span { border-color: #8C477D; }
span { border-color: rgb(140,71,125); }
td.TdClassName
{
border-color: #8C477D;
}
.TagClassName
{
border-color: #8C477D;
}
</style>