Shades of Trendy Pink #8B557F
Tints of Trendy Pink #8B557F
RGB
CMYK
RGB Variations
Color information
#8B557F (or 0x8B557F) is known color: Trendy Pink. HEX triplet: 8B, 55 and 7F. RGB value is (139,85,127). Sum of RGB (Red+Green+Blue) = 139+85+127=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 85 (33.59% from 255 or 24.22% from 351); Blue value is 127 (50% from 255 or 36.18% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B557F is #74AA80. Grayscale: #696969. Windows color (decimal): -7645825 or 8344971. OLE color: 8344971.
HSL color Cylindrical-coordinate representation of color #8B557F: hue angle of 313.33º 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 #8B557F is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 127 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.45 |
| HSL | 313.33º | 0.24% | 0.44% | - |
| HSV(B) | 313.33º | 0.39% | 0.55% | - |
| XYZ | 17.73 | 13.52 | 21.75 | - |
| YUV | 105.93 | 139.89 | 151.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 127 | 0 | 0.39 | 0.09 | 0.45 | 313.33 | 0.24 | 0.44 |
| Hex | 8B | 55 | 7F | 0 | 27 | 9 | 2D | 139 | 18 | 2C |
| Octal | 213 | 125 | 177 | 0 | 47 | 11 | 55 | 471 | 30 | 54 |
| Binary | 10001011 | 1010101 | 1111111 | 0 | 100111 | 1001 | 101101 | 100111001 | 11000 | 101100 |
Color Harmonies of #8B557F
Complementary color
Monochromatic Colors of #8B557F
Black with #8B557F
Text Example
Text Example
White with #8B557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B557F; }
p { color: rgb(139,85,127); }
H1.HeaderClassName
{
color: #8B557F;
}
.AnyTagClassName
{
color: #8B557F;
}
</style>
background-color css
<style>
a { background-color: #8B557F; }
a { background-color: rgb(139,85,127); }
div.DivClassName
{
background-color: #8B557F;
}
.BgClassName
{
background-color: #8B557F;
}
</style>
border-color css
<style>
span { border-color: #8B557F; }
span { border-color: rgb(139,85,127); }
td.TdClassName
{
border-color: #8B557F;
}
.TagClassName
{
border-color: #8B557F;
}
</style>