Shades of Trendy Pink #8B4C88
Tints of Trendy Pink #8B4C88
RGB
CMYK
RGB Variations
Color information
#8B4C88 (or 0x8B4C88) is known color: Trendy Pink. HEX triplet: 8B, 4C and 88. RGB value is (139,76,136). Sum of RGB (Red+Green+Blue) = 139+76+136=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 76 (30.08% from 255 or 21.65% from 351); Blue value is 136 (53.52% from 255 or 38.75% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4C88 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4C88 is #74B377. Grayscale: #656565. Windows color (decimal): -7648120 or 8932491. OLE color: 8932491.
HSL color Cylindrical-coordinate representation of color #8B4C88: hue angle of 302.86º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B4C88 is Cyan = 0, Magento = 0.45, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 76 | 136 | - |
| CMYK | 0 | 0.45 | 0.02 | 0.45 |
| HSL | 302.86º | 0.29% | 0.42% | - |
| HSV(B) | 302.86º | 0.45% | 0.55% | - |
| XYZ | 17.68 | 12.44 | 24.76 | - |
| YUV | 101.68 | 147.37 | 154.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 76 | 136 | 0 | 0.45 | 0.02 | 0.45 | 302.86 | 0.29 | 0.42 |
| Hex | 8B | 4C | 88 | 0 | 2D | 2 | 2D | 12F | 1D | 2A |
| Octal | 213 | 114 | 210 | 0 | 55 | 2 | 55 | 457 | 35 | 52 |
| Binary | 10001011 | 1001100 | 10001000 | 0 | 101101 | 10 | 101101 | 100101111 | 11101 | 101010 |
Color Harmonies of #8B4C88
Complementary color
Monochromatic Colors of #8B4C88
Black with #8B4C88
Text Example
Text Example
White with #8B4C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4C88; }
p { color: rgb(139,76,136); }
H1.HeaderClassName
{
color: #8B4C88;
}
.AnyTagClassName
{
color: #8B4C88;
}
</style>
background-color css
<style>
a { background-color: #8B4C88; }
a { background-color: rgb(139,76,136); }
div.DivClassName
{
background-color: #8B4C88;
}
.BgClassName
{
background-color: #8B4C88;
}
</style>
border-color css
<style>
span { border-color: #8B4C88; }
span { border-color: rgb(139,76,136); }
td.TdClassName
{
border-color: #8B4C88;
}
.TagClassName
{
border-color: #8B4C88;
}
</style>