Shades of Trendy Pink #8B4A81
Tints of Trendy Pink #8B4A81
RGB
CMYK
RGB Variations
Color information
#8B4A81 (or 0x8B4A81) is known color: Trendy Pink. HEX triplet: 8B, 4A and 81. RGB value is (139,74,129). Sum of RGB (Red+Green+Blue) = 139+74+129=342 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.64% from 342); Green value is 74 (29.30% from 255 or 21.64% from 342); Blue value is 129 (50.78% from 255 or 37.72% from 342); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4A81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8B4A81 is #74B57E. Grayscale: #636363. Windows color (decimal): -7648639 or 8473227. OLE color: 8473227.
HSL color Cylindrical-coordinate representation of color #8B4A81: hue angle of 309.23º 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 #8B4A81 is Cyan = 0, Magento = 0.47, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 74 | 129 | - |
| CMYK | 0 | 0.47 | 0.07 | 0.45 |
| HSL | 309.23º | 0.31% | 0.42% | - |
| HSV(B) | 309.23º | 0.47% | 0.55% | - |
| XYZ | 17.06 | 11.97 | 22.18 | - |
| YUV | 99.71 | 144.53 | 156.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 74 | 129 | 0 | 0.47 | 0.07 | 0.45 | 309.23 | 0.31 | 0.42 |
| Hex | 8B | 4A | 81 | 0 | 2F | 7 | 2D | 135 | 1F | 2A |
| Octal | 213 | 112 | 201 | 0 | 57 | 7 | 55 | 465 | 37 | 52 |
| Binary | 10001011 | 1001010 | 10000001 | 0 | 101111 | 111 | 101101 | 100110101 | 11111 | 101010 |
Color Harmonies of #8B4A81
Complementary color
Monochromatic Colors of #8B4A81
Black with #8B4A81
Text Example
Text Example
White with #8B4A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4A81; }
p { color: rgb(139,74,129); }
H1.HeaderClassName
{
color: #8B4A81;
}
.AnyTagClassName
{
color: #8B4A81;
}
</style>
background-color css
<style>
a { background-color: #8B4A81; }
a { background-color: rgb(139,74,129); }
div.DivClassName
{
background-color: #8B4A81;
}
.BgClassName
{
background-color: #8B4A81;
}
</style>
border-color css
<style>
span { border-color: #8B4A81; }
span { border-color: rgb(139,74,129); }
td.TdClassName
{
border-color: #8B4A81;
}
.TagClassName
{
border-color: #8B4A81;
}
</style>