Shades of Trendy Pink #8B5A87
Tints of Trendy Pink #8B5A87
RGB
CMYK
RGB Variations
Color information
#8B5A87 (or 0x8B5A87) is known color: Trendy Pink. HEX triplet: 8B, 5A and 87. RGB value is (139,90,135). Sum of RGB (Red+Green+Blue) = 139+90+135=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 90 (35.55% from 255 or 24.73% from 364); Blue value is 135 (53.12% from 255 or 37.09% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A87 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5A87 is #74A578. Grayscale: #6D6D6D. Windows color (decimal): -7644537 or 8870539. OLE color: 8870539.
HSL color Cylindrical-coordinate representation of color #8B5A87: hue angle of 304.9º 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 #8B5A87 is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 135 | - |
| CMYK | 0 | 0.35 | 0.03 | 0.45 |
| HSL | 304.9º | 0.21% | 0.45% | - |
| HSV(B) | 304.9º | 0.35% | 0.55% | - |
| XYZ | 18.68 | 14.55 | 24.75 | - |
| YUV | 109.78 | 142.23 | 148.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 135 | 0 | 0.35 | 0.03 | 0.45 | 304.9 | 0.21 | 0.45 |
| Hex | 8B | 5A | 87 | 0 | 23 | 3 | 2D | 131 | 15 | 2D |
| Octal | 213 | 132 | 207 | 0 | 43 | 3 | 55 | 461 | 25 | 55 |
| Binary | 10001011 | 1011010 | 10000111 | 0 | 100011 | 11 | 101101 | 100110001 | 10101 | 101101 |
Color Harmonies of #8B5A87
Complementary color
Monochromatic Colors of #8B5A87
Black with #8B5A87
Text Example
Text Example
White with #8B5A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A87; }
p { color: rgb(139,90,135); }
H1.HeaderClassName
{
color: #8B5A87;
}
.AnyTagClassName
{
color: #8B5A87;
}
</style>
background-color css
<style>
a { background-color: #8B5A87; }
a { background-color: rgb(139,90,135); }
div.DivClassName
{
background-color: #8B5A87;
}
.BgClassName
{
background-color: #8B5A87;
}
</style>
border-color css
<style>
span { border-color: #8B5A87; }
span { border-color: rgb(139,90,135); }
td.TdClassName
{
border-color: #8B5A87;
}
.TagClassName
{
border-color: #8B5A87;
}
</style>