Shades of Trendy Pink #8B5680
Tints of Trendy Pink #8B5680
RGB
CMYK
RGB Variations
Color information
#8B5680 (or 0x8B5680) is known color: Trendy Pink. HEX triplet: 8B, 56 and 80. RGB value is (139,86,128). Sum of RGB (Red+Green+Blue) = 139+86+128=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 86 (33.98% from 255 or 24.36% from 353); Blue value is 128 (50.39% from 255 or 36.26% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5680 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5680 is #74A97F. Grayscale: #6A6A6A. Windows color (decimal): -7645568 or 8410763. OLE color: 8410763.
HSL color Cylindrical-coordinate representation of color #8B5680: hue angle of 312.45º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #8B5680 is Cyan = 0, Magento = 0.38, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 86 | 128 | - |
| CMYK | 0 | 0.38 | 0.08 | 0.45 |
| HSL | 312.45º | 0.24% | 0.44% | - |
| HSV(B) | 312.45º | 0.38% | 0.55% | - |
| XYZ | 17.87 | 13.7 | 22.13 | - |
| YUV | 106.64 | 140.06 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 86 | 128 | 0 | 0.38 | 0.08 | 0.45 | 312.45 | 0.24 | 0.44 |
| Hex | 8B | 56 | 80 | 0 | 26 | 8 | 2D | 138 | 18 | 2C |
| Octal | 213 | 126 | 200 | 0 | 46 | 10 | 55 | 470 | 30 | 54 |
| Binary | 10001011 | 1010110 | 10000000 | 0 | 100110 | 1000 | 101101 | 100111000 | 11000 | 101100 |
Color Harmonies of #8B5680
Complementary color
Monochromatic Colors of #8B5680
Black with #8B5680
Text Example
Text Example
White with #8B5680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5680; }
p { color: rgb(139,86,128); }
H1.HeaderClassName
{
color: #8B5680;
}
.AnyTagClassName
{
color: #8B5680;
}
</style>
background-color css
<style>
a { background-color: #8B5680; }
a { background-color: rgb(139,86,128); }
div.DivClassName
{
background-color: #8B5680;
}
.BgClassName
{
background-color: #8B5680;
}
</style>
border-color css
<style>
span { border-color: #8B5680; }
span { border-color: rgb(139,86,128); }
td.TdClassName
{
border-color: #8B5680;
}
.TagClassName
{
border-color: #8B5680;
}
</style>