Shades of Trendy Pink #8B5E81
Tints of Trendy Pink #8B5E81
RGB
CMYK
RGB Variations
Color information
#8B5E81 (or 0x8B5E81) is known color: Trendy Pink. HEX triplet: 8B, 5E and 81. RGB value is (139,94,129). Sum of RGB (Red+Green+Blue) = 139+94+129=362 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.40% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 129 (50.78% from 255 or 35.64% from 362); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5E81 is #74A17E. Grayscale: #6F6F6F. Windows color (decimal): -7643519 or 8478347. OLE color: 8478347.
HSL color Cylindrical-coordinate representation of color #8B5E81: hue angle of 313.33º degrees, saturation: 0.19, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8B5E81 is Cyan = 0, Magento = 0.32, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 94 | 129 | - |
| CMYK | 0 | 0.32 | 0.07 | 0.45 |
| HSL | 313.33º | 0.19% | 0.46% | - |
| HSV(B) | 313.33º | 0.32% | 0.55% | - |
| XYZ | 18.61 | 15.08 | 22.7 | - |
| YUV | 111.45 | 137.91 | 147.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 94 | 129 | 0 | 0.32 | 0.07 | 0.45 | 313.33 | 0.19 | 0.46 |
| Hex | 8B | 5E | 81 | 0 | 20 | 7 | 2D | 139 | 13 | 2E |
| Octal | 213 | 136 | 201 | 0 | 40 | 7 | 55 | 471 | 23 | 56 |
| Binary | 10001011 | 1011110 | 10000001 | 0 | 100000 | 111 | 101101 | 100111001 | 10011 | 101110 |
Color Harmonies of #8B5E81
Complementary color
Monochromatic Colors of #8B5E81
Black with #8B5E81
Text Example
Text Example
White with #8B5E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5E81; }
p { color: rgb(139,94,129); }
H1.HeaderClassName
{
color: #8B5E81;
}
.AnyTagClassName
{
color: #8B5E81;
}
</style>
background-color css
<style>
a { background-color: #8B5E81; }
a { background-color: rgb(139,94,129); }
div.DivClassName
{
background-color: #8B5E81;
}
.BgClassName
{
background-color: #8B5E81;
}
</style>
border-color css
<style>
span { border-color: #8B5E81; }
span { border-color: rgb(139,94,129); }
td.TdClassName
{
border-color: #8B5E81;
}
.TagClassName
{
border-color: #8B5E81;
}
</style>