Shades of Trendy Pink #8B5580
Tints of Trendy Pink #8B5580
RGB
CMYK
RGB Variations
Color information
#8B5580 (or 0x8B5580) is known color: Trendy Pink. HEX triplet: 8B, 55 and 80. RGB value is (139,85,128). Sum of RGB (Red+Green+Blue) = 139+85+128=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 85 (33.59% from 255 or 24.15% from 352); Blue value is 128 (50.39% from 255 or 36.36% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5580 is #74AA7F. Grayscale: #696969. Windows color (decimal): -7645824 or 8410507. OLE color: 8410507.
HSL color Cylindrical-coordinate representation of color #8B5580: hue angle of 312.22º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #8B5580 is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 128 | - |
| CMYK | 0 | 0.39 | 0.08 | 0.45 |
| HSL | 312.22º | 0.24% | 0.44% | - |
| HSV(B) | 312.22º | 0.39% | 0.55% | - |
| XYZ | 17.79 | 13.54 | 22.1 | - |
| YUV | 106.05 | 140.39 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 128 | 0 | 0.39 | 0.08 | 0.45 | 312.22 | 0.24 | 0.44 |
| Hex | 8B | 55 | 80 | 0 | 27 | 8 | 2D | 138 | 18 | 2C |
| Octal | 213 | 125 | 200 | 0 | 47 | 10 | 55 | 470 | 30 | 54 |
| Binary | 10001011 | 1010101 | 10000000 | 0 | 100111 | 1000 | 101101 | 100111000 | 11000 | 101100 |
Color Harmonies of #8B5580
Complementary color
Monochromatic Colors of #8B5580
Black with #8B5580
Text Example
Text Example
White with #8B5580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5580; }
p { color: rgb(139,85,128); }
H1.HeaderClassName
{
color: #8B5580;
}
.AnyTagClassName
{
color: #8B5580;
}
</style>
background-color css
<style>
a { background-color: #8B5580; }
a { background-color: rgb(139,85,128); }
div.DivClassName
{
background-color: #8B5580;
}
.BgClassName
{
background-color: #8B5580;
}
</style>
border-color css
<style>
span { border-color: #8B5580; }
span { border-color: rgb(139,85,128); }
td.TdClassName
{
border-color: #8B5580;
}
.TagClassName
{
border-color: #8B5580;
}
</style>