Shades of Trendy Pink #8C4B88
Tints of Trendy Pink #8C4B88
RGB
CMYK
RGB Variations
Color information
#8C4B88 (or 0x8C4B88) is known color: Trendy Pink. HEX triplet: 8C, 4B and 88. RGB value is (140,75,136). Sum of RGB (Red+Green+Blue) = 140+75+136=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 75 (29.69% from 255 or 21.37% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C4B88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8C4B88 is #73B477. Grayscale: #656565. Windows color (decimal): -7582840 or 8932236. OLE color: 8932236.
HSL color Cylindrical-coordinate representation of color #8C4B88: hue angle of 303.69º 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 #8C4B88 is Cyan = 0, Magento = 0.46, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 140 | 75 | 136 | - |
| CMYK | 0 | 0.46 | 0.03 | 0.45 |
| HSL | 303.69º | 0.3% | 0.42% | - |
| HSV(B) | 303.69º | 0.46% | 0.55% | - |
| XYZ | 17.78 | 12.39 | 24.75 | - |
| YUV | 101.39 | 147.53 | 155.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 140 | 75 | 136 | 0 | 0.46 | 0.03 | 0.45 | 303.69 | 0.3 | 0.42 |
| Hex | 8C | 4B | 88 | 0 | 2E | 3 | 2D | 130 | 1E | 2A |
| Octal | 214 | 113 | 210 | 0 | 56 | 3 | 55 | 460 | 36 | 52 |
| Binary | 10001100 | 1001011 | 10001000 | 0 | 101110 | 11 | 101101 | 100110000 | 11110 | 101010 |
Color Harmonies of #8C4B88
Complementary color
Monochromatic Colors of #8C4B88
Black with #8C4B88
Text Example
Text Example
White with #8C4B88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8C4B88; }
p { color: rgb(140,75,136); }
H1.HeaderClassName
{
color: #8C4B88;
}
.AnyTagClassName
{
color: #8C4B88;
}
</style>
background-color css
<style>
a { background-color: #8C4B88; }
a { background-color: rgb(140,75,136); }
div.DivClassName
{
background-color: #8C4B88;
}
.BgClassName
{
background-color: #8C4B88;
}
</style>
border-color css
<style>
span { border-color: #8C4B88; }
span { border-color: rgb(140,75,136); }
td.TdClassName
{
border-color: #8C4B88;
}
.TagClassName
{
border-color: #8C4B88;
}
</style>