Shades of Trendy Pink #8B4C8D
Tints of Trendy Pink #8B4C8D
RGB
CMYK
RGB Variations
Color information
#8B4C8D (or 0x8B4C8D) is known color: Trendy Pink. HEX triplet: 8B, 4C and 8D. RGB value is (139,76,141). Sum of RGB (Red+Green+Blue) = 139+76+141=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 76 (30.08% from 255 or 21.35% from 356); Blue value is 141 (55.47% from 255 or 39.61% from 356); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B4C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4C8D is #74B372. Grayscale: #666666. Windows color (decimal): -7648115 or 9260171. OLE color: 9260171.
HSL color Cylindrical-coordinate representation of color #8B4C8D: hue angle of 298.15º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B4C8D is Cyan = 0.01, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 76 | 141 | - |
| CMYK | 0.01 | 0.46 | 0 | 0.45 |
| HSL | 298.15º | 0.3% | 0.43% | - |
| HSV(B) | 298.15º | 0.46% | 0.55% | - |
| XYZ | 18.04 | 12.58 | 26.68 | - |
| YUV | 102.25 | 149.87 | 154.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 76 | 141 | 0.01 | 0.46 | 0 | 0.45 | 298.15 | 0.3 | 0.43 |
| Hex | 8B | 4C | 8D | 1 | 2E | 0 | 2D | 12A | 1E | 2B |
| Octal | 213 | 114 | 215 | 1 | 56 | 0 | 55 | 452 | 36 | 53 |
| Binary | 10001011 | 1001100 | 10001101 | 1 | 101110 | 0 | 101101 | 100101010 | 11110 | 101011 |
Color Harmonies of #8B4C8D
Complementary color
Monochromatic Colors of #8B4C8D
Black with #8B4C8D
Text Example
Text Example
White with #8B4C8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4C8D; }
p { color: rgb(139,76,141); }
H1.HeaderClassName
{
color: #8B4C8D;
}
.AnyTagClassName
{
color: #8B4C8D;
}
</style>
background-color css
<style>
a { background-color: #8B4C8D; }
a { background-color: rgb(139,76,141); }
div.DivClassName
{
background-color: #8B4C8D;
}
.BgClassName
{
background-color: #8B4C8D;
}
</style>
border-color css
<style>
span { border-color: #8B4C8D; }
span { border-color: rgb(139,76,141); }
td.TdClassName
{
border-color: #8B4C8D;
}
.TagClassName
{
border-color: #8B4C8D;
}
</style>