Shades of Trendy Pink #8B5A81
Tints of Trendy Pink #8B5A81
RGB
CMYK
RGB Variations
Color information
#8B5A81 (or 0x8B5A81) is known color: Trendy Pink. HEX triplet: 8B, 5A and 81. RGB value is (139,90,129). Sum of RGB (Red+Green+Blue) = 139+90+129=358 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.83% from 358); Green value is 90 (35.55% from 255 or 25.14% from 358); Blue value is 129 (50.78% from 255 or 36.03% from 358); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5A81 is #74A57E. Grayscale: #6C6C6C. Windows color (decimal): -7644543 or 8477323. OLE color: 8477323.
HSL color Cylindrical-coordinate representation of color #8B5A81: hue angle of 312.24º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8B5A81 is Cyan = 0, Magento = 0.35, Yellow = 0.07 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 129 | - |
| CMYK | 0 | 0.35 | 0.07 | 0.45 |
| HSL | 312.24º | 0.21% | 0.45% | - |
| HSV(B) | 312.24º | 0.35% | 0.55% | - |
| XYZ | 18.27 | 14.39 | 22.58 | - |
| YUV | 109.1 | 139.23 | 149.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 129 | 0 | 0.35 | 0.07 | 0.45 | 312.24 | 0.21 | 0.45 |
| Hex | 8B | 5A | 81 | 0 | 23 | 7 | 2D | 138 | 15 | 2D |
| Octal | 213 | 132 | 201 | 0 | 43 | 7 | 55 | 470 | 25 | 55 |
| Binary | 10001011 | 1011010 | 10000001 | 0 | 100011 | 111 | 101101 | 100111000 | 10101 | 101101 |
Color Harmonies of #8B5A81
Complementary color
Monochromatic Colors of #8B5A81
Black with #8B5A81
Text Example
Text Example
White with #8B5A81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A81; }
p { color: rgb(139,90,129); }
H1.HeaderClassName
{
color: #8B5A81;
}
.AnyTagClassName
{
color: #8B5A81;
}
</style>
background-color css
<style>
a { background-color: #8B5A81; }
a { background-color: rgb(139,90,129); }
div.DivClassName
{
background-color: #8B5A81;
}
.BgClassName
{
background-color: #8B5A81;
}
</style>
border-color css
<style>
span { border-color: #8B5A81; }
span { border-color: rgb(139,90,129); }
td.TdClassName
{
border-color: #8B5A81;
}
.TagClassName
{
border-color: #8B5A81;
}
</style>