Shades of Trendy Pink #8B577E
Tints of Trendy Pink #8B577E
RGB
CMYK
RGB Variations
Color information
#8B577E (or 0x8B577E) is known color: Trendy Pink. HEX triplet: 8B, 57 and 7E. RGB value is (139,87,126). Sum of RGB (Red+Green+Blue) = 139+87+126=352 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.49% from 352); Green value is 87 (34.38% from 255 or 24.72% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 139 - color contains mainly: red. Hex color #8B577E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B577E is #74A881. Grayscale: #6A6A6A. Windows color (decimal): -7645314 or 8279947. OLE color: 8279947.
HSL color Cylindrical-coordinate representation of color #8B577E: hue angle of 315º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B577E is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 126 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.45 |
| HSL | 315º | 0.23% | 0.44% | - |
| HSV(B) | 315º | 0.37% | 0.55% | - |
| XYZ | 17.82 | 13.81 | 21.47 | - |
| YUV | 106.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 126 | 0 | 0.37 | 0.09 | 0.45 | 315 | 0.23 | 0.44 |
| Hex | 8B | 57 | 7E | 0 | 25 | 9 | 2D | 13B | 17 | 2C |
| Octal | 213 | 127 | 176 | 0 | 45 | 11 | 55 | 473 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1111110 | 0 | 100101 | 1001 | 101101 | 100111011 | 10111 | 101100 |
Color Harmonies of #8B577E
Complementary color
Monochromatic Colors of #8B577E
Black with #8B577E
Text Example
Text Example
White with #8B577E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B577E; }
p { color: rgb(139,87,126); }
H1.HeaderClassName
{
color: #8B577E;
}
.AnyTagClassName
{
color: #8B577E;
}
</style>
background-color css
<style>
a { background-color: #8B577E; }
a { background-color: rgb(139,87,126); }
div.DivClassName
{
background-color: #8B577E;
}
.BgClassName
{
background-color: #8B577E;
}
</style>
border-color css
<style>
span { border-color: #8B577E; }
span { border-color: rgb(139,87,126); }
td.TdClassName
{
border-color: #8B577E;
}
.TagClassName
{
border-color: #8B577E;
}
</style>