Shades of Trendy Pink #8C4A88
Tints of Trendy Pink #8C4A88
RGB
CMYK
RGB Variations
Color information
#8C4A88 (or 0x8C4A88) is known color: Trendy Pink. HEX triplet: 8C, 4A and 88. RGB value is (140,74,136). Sum of RGB (Red+Green+Blue) = 140+74+136=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 136 (53.52% from 255 or 38.86% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4A88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4A88 is #73B577. Grayscale: #646464. Windows color (decimal): -7583096 or 8931980. OLE color: 8931980.
HSL color Cylindrical-coordinate representation of color #8C4A88: hue angle of 303.64º 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 #8C4A88 is Cyan = 0, Magento = 0.47, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 74 | 136 | - |
| CMYK | 0 | 0.47 | 0.03 | 0.45 |
| HSL | 303.64º | 0.31% | 0.42% | - |
| HSV(B) | 303.64º | 0.47% | 0.55% | - |
| XYZ | 17.71 | 12.25 | 24.72 | - |
| YUV | 100.8 | 147.87 | 155.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 74 | 136 | 0 | 0.47 | 0.03 | 0.45 | 303.64 | 0.31 | 0.42 |
| Hex | 8C | 4A | 88 | 0 | 2F | 3 | 2D | 130 | 1F | 2A |
| Octal | 214 | 112 | 210 | 0 | 57 | 3 | 55 | 460 | 37 | 52 |
| Binary | 10001100 | 1001010 | 10001000 | 0 | 101111 | 11 | 101101 | 100110000 | 11111 | 101010 |
Color Harmonies of #8C4A88
Complementary color
Monochromatic Colors of #8C4A88
Black with #8C4A88
Text Example
Text Example
White with #8C4A88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4A88; }
p { color: rgb(140,74,136); }
H1.HeaderClassName
{
color: #8C4A88;
}
.AnyTagClassName
{
color: #8C4A88;
}
</style>
background-color css
<style>
a { background-color: #8C4A88; }
a { background-color: rgb(140,74,136); }
div.DivClassName
{
background-color: #8C4A88;
}
.BgClassName
{
background-color: #8C4A88;
}
</style>
border-color css
<style>
span { border-color: #8C4A88; }
span { border-color: rgb(140,74,136); }
td.TdClassName
{
border-color: #8C4A88;
}
.TagClassName
{
border-color: #8C4A88;
}
</style>