Shades of Trendy Pink #8C4A85
Tints of Trendy Pink #8C4A85
RGB
CMYK
RGB Variations
Color information
#8C4A85 (or 0x8C4A85) is known color: Trendy Pink. HEX triplet: 8C, 4A and 85. RGB value is (140,74,133). Sum of RGB (Red+Green+Blue) = 140+74+133=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 74 (29.30% from 255 or 21.33% from 347); Blue value is 133 (52.34% from 255 or 38.33% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4A85 is #73B57A. Grayscale: #646464. Windows color (decimal): -7583099 or 8735372. OLE color: 8735372.
HSL color Cylindrical-coordinate representation of color #8C4A85: hue angle of 306.36º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8C4A85 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 133 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.45 |
| HSL | 306.36º | 0.31% | 0.42% | - |
| HSV(B) | 306.36º | 0.47% | 0.55% | - |
| XYZ | 17.5 | 12.17 | 23.62 | - |
| YUV | 100.46 | 146.37 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 133 | 0 | 0.47 | 0.05 | 0.45 | 306.36 | 0.31 | 0.42 |
| Hex | 8C | 4A | 85 | 0 | 2F | 5 | 2D | 132 | 1F | 2A |
| Octal | 214 | 112 | 205 | 0 | 57 | 5 | 55 | 462 | 37 | 52 |
| Binary | 10001100 | 1001010 | 10000101 | 0 | 101111 | 101 | 101101 | 100110010 | 11111 | 101010 |
Color Harmonies of #8C4A85
Complementary color
Monochromatic Colors of #8C4A85
Black with #8C4A85
Text Example
Text Example
White with #8C4A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A85; }
p { color: rgb(140,74,133); }
H1.HeaderClassName
{
color: #8C4A85;
}
.AnyTagClassName
{
color: #8C4A85;
}
</style>
background-color css
<style>
a { background-color: #8C4A85; }
a { background-color: rgb(140,74,133); }
div.DivClassName
{
background-color: #8C4A85;
}
.BgClassName
{
background-color: #8C4A85;
}
</style>
border-color css
<style>
span { border-color: #8C4A85; }
span { border-color: rgb(140,74,133); }
td.TdClassName
{
border-color: #8C4A85;
}
.TagClassName
{
border-color: #8C4A85;
}
</style>