Shades of Trendy Pink #8B577D
Tints of Trendy Pink #8B577D
RGB
CMYK
RGB Variations
Color information
#8B577D (or 0x8B577D) is known color: Trendy Pink. HEX triplet: 8B, 57 and 7D. RGB value is (139,87,125). Sum of RGB (Red+Green+Blue) = 139+87+125=351 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.60% from 351); Green value is 87 (34.38% from 255 or 24.79% from 351); Blue value is 125 (49.22% from 255 or 35.61% from 351); Max value from RGB is 139 - color contains mainly: red. Hex color #8B577D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B577D is #74A882. Grayscale: #6A6A6A. Windows color (decimal): -7645315 or 8214411. OLE color: 8214411.
HSL color Cylindrical-coordinate representation of color #8B577D: hue angle of 316.15º 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 #8B577D is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 87 | 125 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.45 |
| HSL | 316.15º | 0.23% | 0.44% | - |
| HSV(B) | 316.15º | 0.37% | 0.55% | - |
| XYZ | 17.76 | 13.79 | 21.13 | - |
| YUV | 106.88 | 138.23 | 150.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 87 | 125 | 0 | 0.37 | 0.10 | 0.45 | 316.15 | 0.23 | 0.44 |
| Hex | 8B | 57 | 7D | 0 | 25 | A | 2D | 13C | 17 | 2C |
| Octal | 213 | 127 | 175 | 0 | 45 | 12 | 55 | 474 | 27 | 54 |
| Binary | 10001011 | 1010111 | 1111101 | 0 | 100101 | 1010 | 101101 | 100111100 | 10111 | 101100 |
Color Harmonies of #8B577D
Complementary color
Monochromatic Colors of #8B577D
Black with #8B577D
Text Example
Text Example
White with #8B577D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B577D; }
p { color: rgb(139,87,125); }
H1.HeaderClassName
{
color: #8B577D;
}
.AnyTagClassName
{
color: #8B577D;
}
</style>
background-color css
<style>
a { background-color: #8B577D; }
a { background-color: rgb(139,87,125); }
div.DivClassName
{
background-color: #8B577D;
}
.BgClassName
{
background-color: #8B577D;
}
</style>
border-color css
<style>
span { border-color: #8B577D; }
span { border-color: rgb(139,87,125); }
td.TdClassName
{
border-color: #8B577D;
}
.TagClassName
{
border-color: #8B577D;
}
</style>