Shades of Trendy Pink #8C4C82
Tints of Trendy Pink #8C4C82
RGB
CMYK
RGB Variations
Color information
#8C4C82 (or 0x8C4C82) is known color: Trendy Pink. HEX triplet: 8C, 4C and 82. RGB value is (140,76,130). Sum of RGB (Red+Green+Blue) = 140+76+130=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 130 (51.17% from 255 or 37.57% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4C82 is #73B37D. Grayscale: #656565. Windows color (decimal): -7582590 or 8539276. OLE color: 8539276.
HSL color Cylindrical-coordinate representation of color #8C4C82: hue angle of 309.38º degrees, saturation: 0.3, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4C82 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 76 | 130 | - |
| CMYK | 0 | 0.46 | 0.07 | 0.45 |
| HSL | 309.38º | 0.3% | 0.42% | - |
| HSV(B) | 309.38º | 0.46% | 0.55% | - |
| XYZ | 17.43 | 12.36 | 22.59 | - |
| YUV | 101.29 | 144.2 | 155.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 76 | 130 | 0 | 0.46 | 0.07 | 0.45 | 309.38 | 0.3 | 0.42 |
| Hex | 8C | 4C | 82 | 0 | 2E | 7 | 2D | 135 | 1E | 2A |
| Octal | 214 | 114 | 202 | 0 | 56 | 7 | 55 | 465 | 36 | 52 |
| Binary | 10001100 | 1001100 | 10000010 | 0 | 101110 | 111 | 101101 | 100110101 | 11110 | 101010 |
Color Harmonies of #8C4C82
Complementary color
Monochromatic Colors of #8C4C82
Black with #8C4C82
Text Example
Text Example
White with #8C4C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4C82; }
p { color: rgb(140,76,130); }
H1.HeaderClassName
{
color: #8C4C82;
}
.AnyTagClassName
{
color: #8C4C82;
}
</style>
background-color css
<style>
a { background-color: #8C4C82; }
a { background-color: rgb(140,76,130); }
div.DivClassName
{
background-color: #8C4C82;
}
.BgClassName
{
background-color: #8C4C82;
}
</style>
border-color css
<style>
span { border-color: #8C4C82; }
span { border-color: rgb(140,76,130); }
td.TdClassName
{
border-color: #8C4C82;
}
.TagClassName
{
border-color: #8C4C82;
}
</style>