Shades of Trendy Pink #8C4D7E
Tints of Trendy Pink #8C4D7E
RGB
CMYK
RGB Variations
Color information
#8C4D7E (or 0x8C4D7E) is known color: Trendy Pink. HEX triplet: 8C, 4D and 7E. RGB value is (140,77,126). Sum of RGB (Red+Green+Blue) = 140+77+126=343 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.82% from 343); Green value is 77 (30.47% from 255 or 22.45% from 343); Blue value is 126 (49.61% from 255 or 36.73% from 343); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4D7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C4D7E is #73B281. Grayscale: #656565. Windows color (decimal): -7582338 or 8277388. OLE color: 8277388.
HSL color Cylindrical-coordinate representation of color #8C4D7E: hue angle of 313.33º degrees, saturation: 0.29, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8C4D7E is Cyan = 0, Magento = 0.45, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
RGB | 140 | 77 | 126 | - |
CMYK | 0 | 0.45 | 0.10 | 0.45 |
HSL | 313.33º | 0.29% | 0.43% | - |
HSV(B) | 313.33º | 0.45% | 0.55% | - |
XYZ | 17.23 | 12.39 | 21.22 | - |
YUV | 101.42 | 141.87 | 155.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 140 | 77 | 126 | 0 | 0.45 | 0.10 | 0.45 | 313.33 | 0.29 | 0.43 |
Hex | 8C | 4D | 7E | 0 | 2D | A | 2D | 139 | 1D | 2B |
Octal | 214 | 115 | 176 | 0 | 55 | 12 | 55 | 471 | 35 | 53 |
Binary | 10001100 | 1001101 | 1111110 | 0 | 101101 | 1010 | 101101 | 100111001 | 11101 | 101011 |
Color Harmonies of #8C4D7E
Complementary color
Monochromatic Colors of #8C4D7E
Black with #8C4D7E
Text Example
Text Example
White with #8C4D7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4D7E; }
p { color: rgb(140,77,126); }
H1.HeaderClassName
{
color: #8C4D7E;
}
.AnyTagClassName
{
color: #8C4D7E;
}
</style>
background-color css
<style>
a { background-color: #8C4D7E; }
a { background-color: rgb(140,77,126); }
div.DivClassName
{
background-color: #8C4D7E;
}
.BgClassName
{
background-color: #8C4D7E;
}
</style>
border-color css
<style>
span { border-color: #8C4D7E; }
span { border-color: rgb(140,77,126); }
td.TdClassName
{
border-color: #8C4D7E;
}
.TagClassName
{
border-color: #8C4D7E;
}
</style>