Shades of Trendy Pink #8C437A
Tints of Trendy Pink #8C437A
RGB
CMYK
RGB Variations
Color information
#8C437A (or 0x8C437A) is known color: Trendy Pink. HEX triplet: 8C, 43 and 7A. RGB value is (140,67,122). Sum of RGB (Red+Green+Blue) = 140+67+122=329 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.55% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 122 (48.05% from 255 or 37.08% from 329); Max value from RGB is 140 - color contains mainly: red. Hex color #8C437A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C437A is #73BC85. Grayscale: #5E5E5E. Windows color (decimal): -7584902 or 8012684. OLE color: 8012684.
HSL color Cylindrical-coordinate representation of color #8C437A: hue angle of 314.79º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8C437A is Cyan = 0, Magento = 0.52, Yellow = 0.13 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 122 | - |
| CMYK | 0 | 0.52 | 0.13 | 0.45 |
| HSL | 314.79º | 0.35% | 0.41% | - |
| HSV(B) | 314.79º | 0.52% | 0.55% | - |
| XYZ | 16.34 | 10.99 | 19.67 | - |
| YUV | 95.1 | 143.18 | 160.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 122 | 0 | 0.52 | 0.13 | 0.45 | 314.79 | 0.35 | 0.41 |
| Hex | 8C | 43 | 7A | 0 | 34 | D | 2D | 13B | 23 | 29 |
| Octal | 214 | 103 | 172 | 0 | 64 | 15 | 55 | 473 | 43 | 51 |
| Binary | 10001100 | 1000011 | 1111010 | 0 | 110100 | 1101 | 101101 | 100111011 | 100011 | 101001 |
Color Harmonies of #8C437A
Complementary color
Monochromatic Colors of #8C437A
Black with #8C437A
Text Example
Text Example
White with #8C437A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C437A; }
p { color: rgb(140,67,122); }
H1.HeaderClassName
{
color: #8C437A;
}
.AnyTagClassName
{
color: #8C437A;
}
</style>
background-color css
<style>
a { background-color: #8C437A; }
a { background-color: rgb(140,67,122); }
div.DivClassName
{
background-color: #8C437A;
}
.BgClassName
{
background-color: #8C437A;
}
</style>
border-color css
<style>
span { border-color: #8C437A; }
span { border-color: rgb(140,67,122); }
td.TdClassName
{
border-color: #8C437A;
}
.TagClassName
{
border-color: #8C437A;
}
</style>