Shades of Trendy Pink #8B5A80
Tints of Trendy Pink #8B5A80
RGB
CMYK
RGB Variations
Color information
#8B5A80 (or 0x8B5A80) is known color: Trendy Pink. HEX triplet: 8B, 5A and 80. RGB value is (139,90,128). Sum of RGB (Red+Green+Blue) = 139+90+128=357 (47% of max value = 765). Red value is 139 (54.69% from 255 or 38.94% from 357); Green value is 90 (35.55% from 255 or 25.21% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5A80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5A80 is #74A57F. Grayscale: #6C6C6C. Windows color (decimal): -7644544 or 8411787. OLE color: 8411787.
HSL color Cylindrical-coordinate representation of color #8B5A80: hue angle of 313.47º 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 #8B5A80 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 90 | 128 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.45 |
| HSL | 313.47º | 0.21% | 0.45% | - |
| HSV(B) | 313.47º | 0.35% | 0.55% | - |
| XYZ | 18.2 | 14.36 | 22.23 | - |
| YUV | 108.98 | 138.73 | 149.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 90 | 128 | 0 | 0.35 | 0.08 | 0.45 | 313.47 | 0.21 | 0.45 |
| Hex | 8B | 5A | 80 | 0 | 23 | 8 | 2D | 139 | 15 | 2D |
| Octal | 213 | 132 | 200 | 0 | 43 | 10 | 55 | 471 | 25 | 55 |
| Binary | 10001011 | 1011010 | 10000000 | 0 | 100011 | 1000 | 101101 | 100111001 | 10101 | 101101 |
Color Harmonies of #8B5A80
Complementary color
Monochromatic Colors of #8B5A80
Black with #8B5A80
Text Example
Text Example
White with #8B5A80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5A80; }
p { color: rgb(139,90,128); }
H1.HeaderClassName
{
color: #8B5A80;
}
.AnyTagClassName
{
color: #8B5A80;
}
</style>
background-color css
<style>
a { background-color: #8B5A80; }
a { background-color: rgb(139,90,128); }
div.DivClassName
{
background-color: #8B5A80;
}
.BgClassName
{
background-color: #8B5A80;
}
</style>
border-color css
<style>
span { border-color: #8B5A80; }
span { border-color: rgb(139,90,128); }
td.TdClassName
{
border-color: #8B5A80;
}
.TagClassName
{
border-color: #8B5A80;
}
</style>