Shades of Trendy Pink #8B487D
Tints of Trendy Pink #8B487D
RGB
CMYK
RGB Variations
Color information
#8B487D (or 0x8B487D) is known color: Trendy Pink. HEX triplet: 8B, 48 and 7D. RGB value is (139,72,125). Sum of RGB (Red+Green+Blue) = 139+72+125=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 125 (49.22% from 255 or 37.20% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B487D is #74B782. Grayscale: #616161. Windows color (decimal): -7649155 or 8210571. OLE color: 8210571.
HSL color Cylindrical-coordinate representation of color #8B487D: hue angle of 312.54º 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 #8B487D is Cyan = 0, Magento = 0.48, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 72 | 125 | - |
| CMYK | 0 | 0.48 | 0.10 | 0.45 |
| HSL | 312.54º | 0.32% | 0.41% | - |
| HSV(B) | 312.54º | 0.48% | 0.55% | - |
| XYZ | 16.67 | 11.6 | 20.76 | - |
| YUV | 98.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 72 | 125 | 0 | 0.48 | 0.10 | 0.45 | 312.54 | 0.32 | 0.41 |
| Hex | 8B | 48 | 7D | 0 | 30 | A | 2D | 139 | 20 | 29 |
| Octal | 213 | 110 | 175 | 0 | 60 | 12 | 55 | 471 | 40 | 51 |
| Binary | 10001011 | 1001000 | 1111101 | 0 | 110000 | 1010 | 101101 | 100111001 | 100000 | 101001 |
Color Harmonies of #8B487D
Complementary color
Monochromatic Colors of #8B487D
Black with #8B487D
Text Example
Text Example
White with #8B487D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B487D; }
p { color: rgb(139,72,125); }
H1.HeaderClassName
{
color: #8B487D;
}
.AnyTagClassName
{
color: #8B487D;
}
</style>
background-color css
<style>
a { background-color: #8B487D; }
a { background-color: rgb(139,72,125); }
div.DivClassName
{
background-color: #8B487D;
}
.BgClassName
{
background-color: #8B487D;
}
</style>
border-color css
<style>
span { border-color: #8B487D; }
span { border-color: rgb(139,72,125); }
td.TdClassName
{
border-color: #8B487D;
}
.TagClassName
{
border-color: #8B487D;
}
</style>