Shades of Trendy Pink #8C4E91
Tints of Trendy Pink #8C4E91
RGB
CMYK
RGB Variations
Color information
#8C4E91 (or 0x8C4E91) is known color: Trendy Pink. HEX triplet: 8C, 4E and 91. RGB value is (140,78,145). Sum of RGB (Red+Green+Blue) = 140+78+145=363 (48% of max value = 765). Red value is 140 (55.08% from 255 or 38.57% from 363); Green value is 78 (30.86% from 255 or 21.49% from 363); Blue value is 145 (57.03% from 255 or 39.94% from 363); Max value from RGB is 145 - color contains mainly: blue. Hex color #8C4E91 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8C4E91 is #73B16E. Grayscale: #676767. Windows color (decimal): -7582063 or 9522828. OLE color: 9522828.
HSL color Cylindrical-coordinate representation of color #8C4E91: hue angle of 295.52º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8C4E91 is Cyan = 0.03, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 140 | 78 | 145 | - |
| CMYK | 0.03 | 0.46 | 0 | 0.43 |
| HSL | 295.52º | 0.3% | 0.44% | - |
| HSV(B) | 295.52º | 0.46% | 0.57% | - |
| XYZ | 18.65 | 13.07 | 28.33 | - |
| YUV | 104.18 | 151.04 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 78 | 145 | 0.03 | 0.46 | 0 | 0.43 | 295.52 | 0.3 | 0.44 |
| Hex | 8C | 4E | 91 | 3 | 2E | 0 | 2B | 128 | 1E | 2C |
| Octal | 214 | 116 | 221 | 3 | 56 | 0 | 53 | 450 | 36 | 54 |
| Binary | 10001100 | 1001110 | 10010001 | 11 | 101110 | 0 | 101011 | 100101000 | 11110 | 101100 |
Color Harmonies of #8C4E91
Complementary color
Monochromatic Colors of #8C4E91
Black with #8C4E91
Text Example
Text Example
White with #8C4E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4E91; }
p { color: rgb(140,78,145); }
H1.HeaderClassName
{
color: #8C4E91;
}
.AnyTagClassName
{
color: #8C4E91;
}
</style>
background-color css
<style>
a { background-color: #8C4E91; }
a { background-color: rgb(140,78,145); }
div.DivClassName
{
background-color: #8C4E91;
}
.BgClassName
{
background-color: #8C4E91;
}
</style>
border-color css
<style>
span { border-color: #8C4E91; }
span { border-color: rgb(140,78,145); }
td.TdClassName
{
border-color: #8C4E91;
}
.TagClassName
{
border-color: #8C4E91;
}
</style>