Shades of Trendy Pink #8B557D
Tints of Trendy Pink #8B557D
RGB
CMYK
RGB Variations
Color information
#8B557D (or 0x8B557D) is known color: Trendy Pink. HEX triplet: 8B, 55 and 7D. RGB value is (139,85,125). Sum of RGB (Red+Green+Blue) = 139+85+125=349 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.83% from 349); Green value is 85 (33.59% from 255 or 24.36% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 139 - color contains mainly: red. Hex color #8B557D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B557D is #74AA82. Grayscale: #696969. Windows color (decimal): -7645827 or 8213899. OLE color: 8213899.
HSL color Cylindrical-coordinate representation of color #8B557D: hue angle of 315.56º 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 #8B557D is Cyan = 0, Magento = 0.39, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 85 | 125 | - |
| CMYK | 0 | 0.39 | 0.10 | 0.45 |
| HSL | 315.56º | 0.24% | 0.44% | - |
| HSV(B) | 315.56º | 0.39% | 0.55% | - |
| XYZ | 17.6 | 13.47 | 21.07 | - |
| YUV | 105.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 85 | 125 | 0 | 0.39 | 0.10 | 0.45 | 315.56 | 0.24 | 0.44 |
| Hex | 8B | 55 | 7D | 0 | 27 | A | 2D | 13C | 18 | 2C |
| Octal | 213 | 125 | 175 | 0 | 47 | 12 | 55 | 474 | 30 | 54 |
| Binary | 10001011 | 1010101 | 1111101 | 0 | 100111 | 1010 | 101101 | 100111100 | 11000 | 101100 |
Color Harmonies of #8B557D
Complementary color
Monochromatic Colors of #8B557D
Black with #8B557D
Text Example
Text Example
White with #8B557D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B557D; }
p { color: rgb(139,85,125); }
H1.HeaderClassName
{
color: #8B557D;
}
.AnyTagClassName
{
color: #8B557D;
}
</style>
background-color css
<style>
a { background-color: #8B557D; }
a { background-color: rgb(139,85,125); }
div.DivClassName
{
background-color: #8B557D;
}
.BgClassName
{
background-color: #8B557D;
}
</style>
border-color css
<style>
span { border-color: #8B557D; }
span { border-color: rgb(139,85,125); }
td.TdClassName
{
border-color: #8B557D;
}
.TagClassName
{
border-color: #8B557D;
}
</style>