Shades of Trendy Pink #8B548D
Tints of Trendy Pink #8B548D
RGB
CMYK
RGB Variations
Color information
#8B548D (or 0x8B548D) is known color: Trendy Pink. HEX triplet: 8B, 54 and 8D. RGB value is (139,84,141). Sum of RGB (Red+Green+Blue) = 139+84+141=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 84 (33.20% from 255 or 23.08% from 364); Blue value is 141 (55.47% from 255 or 38.74% from 364); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B548D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B548D is #74AB72. Grayscale: #6A6A6A. Windows color (decimal): -7646067 or 9262219. OLE color: 9262219.
HSL color Cylindrical-coordinate representation of color #8B548D: hue angle of 297.89º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B548D is Cyan = 0.01, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 84 | 141 | - |
| CMYK | 0.01 | 0.40 | 0 | 0.45 |
| HSL | 297.89º | 0.25% | 0.44% | - |
| HSV(B) | 297.89º | 0.4% | 0.55% | - |
| XYZ | 18.63 | 13.75 | 26.87 | - |
| YUV | 106.94 | 147.22 | 150.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 84 | 141 | 0.01 | 0.40 | 0 | 0.45 | 297.89 | 0.25 | 0.44 |
| Hex | 8B | 54 | 8D | 1 | 28 | 0 | 2D | 12A | 19 | 2C |
| Octal | 213 | 124 | 215 | 1 | 50 | 0 | 55 | 452 | 31 | 54 |
| Binary | 10001011 | 1010100 | 10001101 | 1 | 101000 | 0 | 101101 | 100101010 | 11001 | 101100 |
Color Harmonies of #8B548D
Complementary color
Monochromatic Colors of #8B548D
Black with #8B548D
Text Example
Text Example
White with #8B548D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B548D; }
p { color: rgb(139,84,141); }
H1.HeaderClassName
{
color: #8B548D;
}
.AnyTagClassName
{
color: #8B548D;
}
</style>
background-color css
<style>
a { background-color: #8B548D; }
a { background-color: rgb(139,84,141); }
div.DivClassName
{
background-color: #8B548D;
}
.BgClassName
{
background-color: #8B548D;
}
</style>
border-color css
<style>
span { border-color: #8B548D; }
span { border-color: rgb(139,84,141); }
td.TdClassName
{
border-color: #8B548D;
}
.TagClassName
{
border-color: #8B548D;
}
</style>