Shades of Trendy Pink #8B4E80
Tints of Trendy Pink #8B4E80
RGB
CMYK
RGB Variations
Color information
#8B4E80 (or 0x8B4E80) is known color: Trendy Pink. HEX triplet: 8B, 4E and 80. RGB value is (139,78,128). Sum of RGB (Red+Green+Blue) = 139+78+128=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 78 (30.86% from 255 or 22.61% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4E80 is #74B17F. Grayscale: #656565. Windows color (decimal): -7647616 or 8408715. OLE color: 8408715.
HSL color Cylindrical-coordinate representation of color #8B4E80: hue angle of 310.82º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B4E80 is Cyan = 0, Magento = 0.44, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 128 | - |
| CMYK | 0 | 0.44 | 0.08 | 0.45 |
| HSL | 310.82º | 0.28% | 0.43% | - |
| HSV(B) | 310.82º | 0.44% | 0.55% | - |
| XYZ | 17.27 | 12.5 | 21.92 | - |
| YUV | 101.94 | 142.71 | 154.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 128 | 0 | 0.44 | 0.08 | 0.45 | 310.82 | 0.28 | 0.43 |
| Hex | 8B | 4E | 80 | 0 | 2C | 8 | 2D | 137 | 1C | 2B |
| Octal | 213 | 116 | 200 | 0 | 54 | 10 | 55 | 467 | 34 | 53 |
| Binary | 10001011 | 1001110 | 10000000 | 0 | 101100 | 1000 | 101101 | 100110111 | 11100 | 101011 |
Color Harmonies of #8B4E80
Complementary color
Monochromatic Colors of #8B4E80
Black with #8B4E80
Text Example
Text Example
White with #8B4E80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E80; }
p { color: rgb(139,78,128); }
H1.HeaderClassName
{
color: #8B4E80;
}
.AnyTagClassName
{
color: #8B4E80;
}
</style>
background-color css
<style>
a { background-color: #8B4E80; }
a { background-color: rgb(139,78,128); }
div.DivClassName
{
background-color: #8B4E80;
}
.BgClassName
{
background-color: #8B4E80;
}
</style>
border-color css
<style>
span { border-color: #8B4E80; }
span { border-color: rgb(139,78,128); }
td.TdClassName
{
border-color: #8B4E80;
}
.TagClassName
{
border-color: #8B4E80;
}
</style>