Shades of Trendy Pink #8B557E
Tints of Trendy Pink #8B557E
RGB
CMYK
RGB Variations
Color information
#8B557E (or 0x8B557E) is known color: Trendy Pink. HEX triplet: 8B, 55 and 7E. RGB value is (139,85,126). Sum of RGB (Red+Green+Blue) = 139+85+126=350 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.71% from 350); Green value is 85 (33.59% from 255 or 24.29% from 350); Blue value is 126 (49.61% from 255 or 36% from 350); Max value from RGB is 139 - color contains mainly: red. Hex color #8B557E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B557E is #74AA81. Grayscale: #696969. Windows color (decimal): -7645826 or 8279435. OLE color: 8279435.
HSL color Cylindrical-coordinate representation of color #8B557E: hue angle of 314.44º 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 #8B557E is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 126 | - |
| CMYK | 0 | 0.39 | 0.09 | 0.45 |
| HSL | 314.44º | 0.24% | 0.44% | - |
| HSV(B) | 314.44º | 0.39% | 0.55% | - |
| XYZ | 17.66 | 13.49 | 21.41 | - |
| YUV | 105.82 | 139.39 | 151.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 126 | 0 | 0.39 | 0.09 | 0.45 | 314.44 | 0.24 | 0.44 |
| Hex | 8B | 55 | 7E | 0 | 27 | 9 | 2D | 13A | 18 | 2C |
| Octal | 213 | 125 | 176 | 0 | 47 | 11 | 55 | 472 | 30 | 54 |
| Binary | 10001011 | 1010101 | 1111110 | 0 | 100111 | 1001 | 101101 | 100111010 | 11000 | 101100 |
Color Harmonies of #8B557E
Complementary color
Monochromatic Colors of #8B557E
Black with #8B557E
Text Example
Text Example
White with #8B557E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B557E; }
p { color: rgb(139,85,126); }
H1.HeaderClassName
{
color: #8B557E;
}
.AnyTagClassName
{
color: #8B557E;
}
</style>
background-color css
<style>
a { background-color: #8B557E; }
a { background-color: rgb(139,85,126); }
div.DivClassName
{
background-color: #8B557E;
}
.BgClassName
{
background-color: #8B557E;
}
</style>
border-color css
<style>
span { border-color: #8B557E; }
span { border-color: rgb(139,85,126); }
td.TdClassName
{
border-color: #8B557E;
}
.TagClassName
{
border-color: #8B557E;
}
</style>