Shades of Trendy Pink #8B4D7C
Tints of Trendy Pink #8B4D7C
RGB
CMYK
RGB Variations
Color information
#8B4D7C (or 0x8B4D7C) is known color: Trendy Pink. HEX triplet: 8B, 4D and 7C. RGB value is (139,77,124). Sum of RGB (Red+Green+Blue) = 139+77+124=340 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.88% from 340); Green value is 77 (30.47% from 255 or 22.65% from 340); Blue value is 124 (48.83% from 255 or 36.47% from 340); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4D7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B4D7C is #74B283. Grayscale: #646464. Windows color (decimal): -7647876 or 8146315. OLE color: 8146315.
HSL color Cylindrical-coordinate representation of color #8B4D7C: hue angle of 314.52º 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 #8B4D7C is Cyan = 0, Magento = 0.45, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 77 | 124 | - |
| CMYK | 0 | 0.45 | 0.11 | 0.45 |
| HSL | 314.52º | 0.29% | 0.42% | - |
| HSV(B) | 314.52º | 0.45% | 0.55% | - |
| XYZ | 16.94 | 12.25 | 20.54 | - |
| YUV | 100.9 | 141.04 | 155.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 77 | 124 | 0 | 0.45 | 0.11 | 0.45 | 314.52 | 0.29 | 0.42 |
| Hex | 8B | 4D | 7C | 0 | 2D | B | 2D | 13B | 1D | 2A |
| Octal | 213 | 115 | 174 | 0 | 55 | 13 | 55 | 473 | 35 | 52 |
| Binary | 10001011 | 1001101 | 1111100 | 0 | 101101 | 1011 | 101101 | 100111011 | 11101 | 101010 |
Color Harmonies of #8B4D7C
Complementary color
Monochromatic Colors of #8B4D7C
Black with #8B4D7C
Text Example
Text Example
White with #8B4D7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4D7C; }
p { color: rgb(139,77,124); }
H1.HeaderClassName
{
color: #8B4D7C;
}
.AnyTagClassName
{
color: #8B4D7C;
}
</style>
background-color css
<style>
a { background-color: #8B4D7C; }
a { background-color: rgb(139,77,124); }
div.DivClassName
{
background-color: #8B4D7C;
}
.BgClassName
{
background-color: #8B4D7C;
}
</style>
border-color css
<style>
span { border-color: #8B4D7C; }
span { border-color: rgb(139,77,124); }
td.TdClassName
{
border-color: #8B4D7C;
}
.TagClassName
{
border-color: #8B4D7C;
}
</style>