Shades of Trendy Pink #8B4A84
Tints of Trendy Pink #8B4A84
RGB
CMYK
RGB Variations
Color information
#8B4A84 (or 0x8B4A84) is known color: Trendy Pink. HEX triplet: 8B, 4A and 84. RGB value is (139,74,132). Sum of RGB (Red+Green+Blue) = 139+74+132=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 132 (51.95% from 255 or 38.26% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4A84 is #74B57B. Grayscale: #636363. Windows color (decimal): -7648636 or 8669835. OLE color: 8669835.
HSL color Cylindrical-coordinate representation of color #8B4A84: hue angle of 306.46º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B4A84 is Cyan = 0, Magento = 0.47, Yellow = 0.05 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 74 | 132 | - |
| CMYK | 0 | 0.47 | 0.05 | 0.45 |
| HSL | 306.46º | 0.31% | 0.42% | - |
| HSV(B) | 306.46º | 0.47% | 0.55% | - |
| XYZ | 17.26 | 12.05 | 23.25 | - |
| YUV | 100.05 | 146.03 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 132 | 0 | 0.47 | 0.05 | 0.45 | 306.46 | 0.31 | 0.42 |
| Hex | 8B | 4A | 84 | 0 | 2F | 5 | 2D | 132 | 1F | 2A |
| Octal | 213 | 112 | 204 | 0 | 57 | 5 | 55 | 462 | 37 | 52 |
| Binary | 10001011 | 1001010 | 10000100 | 0 | 101111 | 101 | 101101 | 100110010 | 11111 | 101010 |
Color Harmonies of #8B4A84
Complementary color
Monochromatic Colors of #8B4A84
Black with #8B4A84
Text Example
Text Example
White with #8B4A84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4A84; }
p { color: rgb(139,74,132); }
H1.HeaderClassName
{
color: #8B4A84;
}
.AnyTagClassName
{
color: #8B4A84;
}
</style>
background-color css
<style>
a { background-color: #8B4A84; }
a { background-color: rgb(139,74,132); }
div.DivClassName
{
background-color: #8B4A84;
}
.BgClassName
{
background-color: #8B4A84;
}
</style>
border-color css
<style>
span { border-color: #8B4A84; }
span { border-color: rgb(139,74,132); }
td.TdClassName
{
border-color: #8B4A84;
}
.TagClassName
{
border-color: #8B4A84;
}
</style>