Shades of Trendy Pink #8B587E
Tints of Trendy Pink #8B587E
RGB
CMYK
RGB Variations
Color information
#8B587E (or 0x8B587E) is known color: Trendy Pink. HEX triplet: 8B, 58 and 7E. RGB value is (139,88,126). Sum of RGB (Red+Green+Blue) = 139+88+126=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 126 (49.61% from 255 or 35.69% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B587E is #74A781. Grayscale: #6B6B6B. Windows color (decimal): -7645058 or 8280203. OLE color: 8280203.
HSL color Cylindrical-coordinate representation of color #8B587E: hue angle of 315.29º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B587E is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 126 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.45 |
| HSL | 315.29º | 0.22% | 0.45% | - |
| HSV(B) | 315.29º | 0.37% | 0.55% | - |
| XYZ | 17.9 | 13.97 | 21.49 | - |
| YUV | 107.58 | 138.4 | 150.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 126 | 0 | 0.37 | 0.09 | 0.45 | 315.29 | 0.22 | 0.45 |
| Hex | 8B | 58 | 7E | 0 | 25 | 9 | 2D | 13B | 16 | 2D |
| Octal | 213 | 130 | 176 | 0 | 45 | 11 | 55 | 473 | 26 | 55 |
| Binary | 10001011 | 1011000 | 1111110 | 0 | 100101 | 1001 | 101101 | 100111011 | 10110 | 101101 |
Color Harmonies of #8B587E
Complementary color
Monochromatic Colors of #8B587E
Black with #8B587E
Text Example
Text Example
White with #8B587E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B587E; }
p { color: rgb(139,88,126); }
H1.HeaderClassName
{
color: #8B587E;
}
.AnyTagClassName
{
color: #8B587E;
}
</style>
background-color css
<style>
a { background-color: #8B587E; }
a { background-color: rgb(139,88,126); }
div.DivClassName
{
background-color: #8B587E;
}
.BgClassName
{
background-color: #8B587E;
}
</style>
border-color css
<style>
span { border-color: #8B587E; }
span { border-color: rgb(139,88,126); }
td.TdClassName
{
border-color: #8B587E;
}
.TagClassName
{
border-color: #8B587E;
}
</style>