Shades of Trendy Pink #8C437E
Tints of Trendy Pink #8C437E
RGB
CMYK
RGB Variations
Color information
#8C437E (or 0x8C437E) is known color: Trendy Pink. HEX triplet: 8C, 43 and 7E. RGB value is (140,67,126). Sum of RGB (Red+Green+Blue) = 140+67+126=333 (44% of max value = 765). Red value is 140 (55.08% from 255 or 42.04% from 333); Green value is 67 (26.56% from 255 or 20.12% from 333); Blue value is 126 (49.61% from 255 or 37.84% from 333); Max value from RGB is 140 - color contains mainly: red. Hex color #8C437E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C437E is #73BC81. Grayscale: #5F5F5F. Windows color (decimal): -7584898 or 8274828. OLE color: 8274828.
HSL color Cylindrical-coordinate representation of color #8C437E: hue angle of 311.51º 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 #8C437E is Cyan = 0, Magento = 0.52, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 67 | 126 | - |
| CMYK | 0 | 0.52 | 0.10 | 0.45 |
| HSL | 311.51º | 0.35% | 0.41% | - |
| HSV(B) | 311.51º | 0.52% | 0.55% | - |
| XYZ | 16.59 | 11.1 | 21.01 | - |
| YUV | 95.55 | 145.18 | 159.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 67 | 126 | 0 | 0.52 | 0.10 | 0.45 | 311.51 | 0.35 | 0.41 |
| Hex | 8C | 43 | 7E | 0 | 34 | A | 2D | 138 | 23 | 29 |
| Octal | 214 | 103 | 176 | 0 | 64 | 12 | 55 | 470 | 43 | 51 |
| Binary | 10001100 | 1000011 | 1111110 | 0 | 110100 | 1010 | 101101 | 100111000 | 100011 | 101001 |
Color Harmonies of #8C437E
Complementary color
Monochromatic Colors of #8C437E
Black with #8C437E
Text Example
Text Example
White with #8C437E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C437E; }
p { color: rgb(140,67,126); }
H1.HeaderClassName
{
color: #8C437E;
}
.AnyTagClassName
{
color: #8C437E;
}
</style>
background-color css
<style>
a { background-color: #8C437E; }
a { background-color: rgb(140,67,126); }
div.DivClassName
{
background-color: #8C437E;
}
.BgClassName
{
background-color: #8C437E;
}
</style>
border-color css
<style>
span { border-color: #8C437E; }
span { border-color: rgb(140,67,126); }
td.TdClassName
{
border-color: #8C437E;
}
.TagClassName
{
border-color: #8C437E;
}
</style>