Shades of Trendy Pink #8E4C82
Tints of Trendy Pink #8E4C82
RGB
CMYK
RGB Variations
Color information
#8E4C82 (or 0x8E4C82) is known color: Trendy Pink. HEX triplet: 8E, 4C and 82. RGB value is (142,76,130). Sum of RGB (Red+Green+Blue) = 142+76+130=348 (46% of max value = 765). Red value is 142 (55.86% from 255 or 40.80% from 348); Green value is 76 (30.08% from 255 or 21.84% from 348); Blue value is 130 (51.17% from 255 or 37.36% from 348); Max value from RGB is 142 - color contains mainly: red. Hex color #8E4C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8E4C82 is #71B37D. Grayscale: #656565. Windows color (decimal): -7451518 or 8539278. OLE color: 8539278.
HSL color Cylindrical-coordinate representation of color #8E4C82: hue angle of 310.91º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8E4C82 is Cyan = 0, Magento = 0.46, Yellow = 0.08 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 142 | 76 | 130 | - |
| CMYK | 0 | 0.46 | 0.08 | 0.44 |
| HSL | 310.91º | 0.3% | 0.43% | - |
| HSV(B) | 310.91º | 0.46% | 0.56% | - |
| XYZ | 17.77 | 12.53 | 22.6 | - |
| YUV | 101.89 | 143.87 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 76 | 130 | 0 | 0.46 | 0.08 | 0.44 | 310.91 | 0.3 | 0.43 |
| Hex | 8E | 4C | 82 | 0 | 2E | 8 | 2C | 137 | 1E | 2B |
| Octal | 216 | 114 | 202 | 0 | 56 | 10 | 54 | 467 | 36 | 53 |
| Binary | 10001110 | 1001100 | 10000010 | 0 | 101110 | 1000 | 101100 | 100110111 | 11110 | 101011 |
Color Harmonies of #8E4C82
Complementary color
Monochromatic Colors of #8E4C82
Black with #8E4C82
Text Example
Text Example
White with #8E4C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E4C82; }
p { color: rgb(142,76,130); }
H1.HeaderClassName
{
color: #8E4C82;
}
.AnyTagClassName
{
color: #8E4C82;
}
</style>
background-color css
<style>
a { background-color: #8E4C82; }
a { background-color: rgb(142,76,130); }
div.DivClassName
{
background-color: #8E4C82;
}
.BgClassName
{
background-color: #8E4C82;
}
</style>
border-color css
<style>
span { border-color: #8E4C82; }
span { border-color: rgb(142,76,130); }
td.TdClassName
{
border-color: #8E4C82;
}
.TagClassName
{
border-color: #8E4C82;
}
</style>