Shades of Trendy Pink #8B487C
Tints of Trendy Pink #8B487C
RGB
CMYK
RGB Variations
Color information
#8B487C (or 0x8B487C) is known color: Trendy Pink. HEX triplet: 8B, 48 and 7C. RGB value is (139,72,124). Sum of RGB (Red+Green+Blue) = 139+72+124=335 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.49% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 139 - color contains mainly: red. Hex color #8B487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B487C is #74B783. Grayscale: #616161. Windows color (decimal): -7649156 or 8145035. OLE color: 8145035.
HSL color Cylindrical-coordinate representation of color #8B487C: hue angle of 313.43º degrees, saturation: 0.32, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B487C is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 124 | - |
| CMYK | 0 | 0.48 | 0.11 | 0.45 |
| HSL | 313.43º | 0.32% | 0.41% | - |
| HSV(B) | 313.43º | 0.48% | 0.55% | - |
| XYZ | 16.6 | 11.58 | 20.43 | - |
| YUV | 97.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 124 | 0 | 0.48 | 0.11 | 0.45 | 313.43 | 0.32 | 0.41 |
| Hex | 8B | 48 | 7C | 0 | 30 | B | 2D | 139 | 20 | 29 |
| Octal | 213 | 110 | 174 | 0 | 60 | 13 | 55 | 471 | 40 | 51 |
| Binary | 10001011 | 1001000 | 1111100 | 0 | 110000 | 1011 | 101101 | 100111001 | 100000 | 101001 |
Color Harmonies of #8B487C
Complementary color
Monochromatic Colors of #8B487C
Black with #8B487C
Text Example
Text Example
White with #8B487C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B487C; }
p { color: rgb(139,72,124); }
H1.HeaderClassName
{
color: #8B487C;
}
.AnyTagClassName
{
color: #8B487C;
}
</style>
background-color css
<style>
a { background-color: #8B487C; }
a { background-color: rgb(139,72,124); }
div.DivClassName
{
background-color: #8B487C;
}
.BgClassName
{
background-color: #8B487C;
}
</style>
border-color css
<style>
span { border-color: #8B487C; }
span { border-color: rgb(139,72,124); }
td.TdClassName
{
border-color: #8B487C;
}
.TagClassName
{
border-color: #8B487C;
}
</style>