Shades of Trendy Pink #8C4782
Tints of Trendy Pink #8C4782
RGB
CMYK
RGB Variations
Color information
#8C4782 (or 0x8C4782) is known color: Trendy Pink. HEX triplet: 8C, 47 and 82. RGB value is (140,71,130). Sum of RGB (Red+Green+Blue) = 140+71+130=341 (45% of max value = 765). Red value is 140 (55.08% from 255 or 41.06% from 341); Green value is 71 (28.12% from 255 or 20.82% from 341); Blue value is 130 (51.17% from 255 or 38.12% from 341); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4782 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4782 is #73B87D. Grayscale: #626262. Windows color (decimal): -7583870 or 8537996. OLE color: 8537996.
HSL color Cylindrical-coordinate representation of color #8C4782: hue angle of 308.7º 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 #8C4782 is Cyan = 0, Magento = 0.49, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 71 | 130 | - |
| CMYK | 0 | 0.49 | 0.07 | 0.45 |
| HSL | 308.7º | 0.33% | 0.41% | - |
| HSV(B) | 308.7º | 0.49% | 0.55% | - |
| XYZ | 17.1 | 11.69 | 22.48 | - |
| YUV | 98.36 | 145.86 | 157.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 71 | 130 | 0 | 0.49 | 0.07 | 0.45 | 308.7 | 0.33 | 0.41 |
| Hex | 8C | 47 | 82 | 0 | 31 | 7 | 2D | 135 | 21 | 29 |
| Octal | 214 | 107 | 202 | 0 | 61 | 7 | 55 | 465 | 41 | 51 |
| Binary | 10001100 | 1000111 | 10000010 | 0 | 110001 | 111 | 101101 | 100110101 | 100001 | 101001 |
Color Harmonies of #8C4782
Complementary color
Monochromatic Colors of #8C4782
Black with #8C4782
Text Example
Text Example
White with #8C4782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4782; }
p { color: rgb(140,71,130); }
H1.HeaderClassName
{
color: #8C4782;
}
.AnyTagClassName
{
color: #8C4782;
}
</style>
background-color css
<style>
a { background-color: #8C4782; }
a { background-color: rgb(140,71,130); }
div.DivClassName
{
background-color: #8C4782;
}
.BgClassName
{
background-color: #8C4782;
}
</style>
border-color css
<style>
span { border-color: #8C4782; }
span { border-color: rgb(140,71,130); }
td.TdClassName
{
border-color: #8C4782;
}
.TagClassName
{
border-color: #8C4782;
}
</style>