Shades of Trendy Pink #8C417F
Tints of Trendy Pink #8C417F
RGB
CMYK
RGB Variations
Color information
#8C417F (or 0x8C417F) is known color: Trendy Pink. HEX triplet: 8C, 41 and 7F. RGB value is (140,65,127). Sum of RGB (Red+Green+Blue) = 140+65+127=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 65 (25.78% from 255 or 19.58% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C417F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C417F is #73BE80. Grayscale: #5E5E5E. Windows color (decimal): -7585409 or 8339852. OLE color: 8339852.
HSL color Cylindrical-coordinate representation of color #8C417F: hue angle of 310.4º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #8C417F is Cyan = 0, Magento = 0.54, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 65 | 127 | - |
| CMYK | 0 | 0.54 | 0.09 | 0.45 |
| HSL | 310.4º | 0.37% | 0.4% | - |
| HSV(B) | 310.4º | 0.54% | 0.55% | - |
| XYZ | 16.54 | 10.89 | 21.31 | - |
| YUV | 94.49 | 146.35 | 160.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 65 | 127 | 0 | 0.54 | 0.09 | 0.45 | 310.4 | 0.37 | 0.4 |
| Hex | 8C | 41 | 7F | 0 | 36 | 9 | 2D | 136 | 25 | 28 |
| Octal | 214 | 101 | 177 | 0 | 66 | 11 | 55 | 466 | 45 | 50 |
| Binary | 10001100 | 1000001 | 1111111 | 0 | 110110 | 1001 | 101101 | 100110110 | 100101 | 101000 |
Color Harmonies of #8C417F
Complementary color
Monochromatic Colors of #8C417F
Black with #8C417F
Text Example
Text Example
White with #8C417F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C417F; }
p { color: rgb(140,65,127); }
H1.HeaderClassName
{
color: #8C417F;
}
.AnyTagClassName
{
color: #8C417F;
}
</style>
background-color css
<style>
a { background-color: #8C417F; }
a { background-color: rgb(140,65,127); }
div.DivClassName
{
background-color: #8C417F;
}
.BgClassName
{
background-color: #8C417F;
}
</style>
border-color css
<style>
span { border-color: #8C417F; }
span { border-color: rgb(140,65,127); }
td.TdClassName
{
border-color: #8C417F;
}
.TagClassName
{
border-color: #8C417F;
}
</style>