Shades of Trendy Pink #8B5880
Tints of Trendy Pink #8B5880
RGB
CMYK
RGB Variations
Color information
#8B5880 (or 0x8B5880) is known color: Trendy Pink. HEX triplet: 8B, 58 and 80. RGB value is (139,88,128). Sum of RGB (Red+Green+Blue) = 139+88+128=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 88 (34.77% from 255 or 24.79% from 355); Blue value is 128 (50.39% from 255 or 36.06% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5880 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5880 is #74A77F. Grayscale: #6B6B6B. Windows color (decimal): -7645056 or 8411275. OLE color: 8411275.
HSL color Cylindrical-coordinate representation of color #8B5880: hue angle of 312.94º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5880 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 128 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.45 |
| HSL | 312.94º | 0.22% | 0.45% | - |
| HSV(B) | 312.94º | 0.37% | 0.55% | - |
| XYZ | 18.03 | 14.03 | 22.18 | - |
| YUV | 107.81 | 139.4 | 150.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 128 | 0 | 0.37 | 0.08 | 0.45 | 312.94 | 0.22 | 0.45 |
| Hex | 8B | 58 | 80 | 0 | 25 | 8 | 2D | 139 | 16 | 2D |
| Octal | 213 | 130 | 200 | 0 | 45 | 10 | 55 | 471 | 26 | 55 |
| Binary | 10001011 | 1011000 | 10000000 | 0 | 100101 | 1000 | 101101 | 100111001 | 10110 | 101101 |
Color Harmonies of #8B5880
Complementary color
Monochromatic Colors of #8B5880
Black with #8B5880
Text Example
Text Example
White with #8B5880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5880; }
p { color: rgb(139,88,128); }
H1.HeaderClassName
{
color: #8B5880;
}
.AnyTagClassName
{
color: #8B5880;
}
</style>
background-color css
<style>
a { background-color: #8B5880; }
a { background-color: rgb(139,88,128); }
div.DivClassName
{
background-color: #8B5880;
}
.BgClassName
{
background-color: #8B5880;
}
</style>
border-color css
<style>
span { border-color: #8B5880; }
span { border-color: rgb(139,88,128); }
td.TdClassName
{
border-color: #8B5880;
}
.TagClassName
{
border-color: #8B5880;
}
</style>