Shades of Trendy Pink #8B718D
Tints of Trendy Pink #8B718D
RGB
CMYK
RGB Variations
Color information
#8B718D (or 0x8B718D) is known color: Trendy Pink. HEX triplet: 8B, 71 and 8D. RGB value is (139,113,141). Sum of RGB (Red+Green+Blue) = 139+113+141=393 (52% of max value = 765). Red value is 139 (54.69% from 255 or 35.37% from 393); Green value is 113 (44.53% from 255 or 28.75% from 393); Blue value is 141 (55.47% from 255 or 35.88% from 393); Max value from RGB is 141 - color contains mainly: blue. Hex color #8B718D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B718D is #748E72. Grayscale: #7B7B7B. Windows color (decimal): -7638643 or 9269643. OLE color: 9269643.
HSL color Cylindrical-coordinate representation of color #8B718D: hue angle of 295.71º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #8B718D is Cyan = 0.01, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 141 | - |
| CMYK | 0.01 | 0.20 | 0 | 0.45 |
| HSL | 295.71º | 0.11% | 0.5% | - |
| HSV(B) | 295.71º | 0.2% | 0.55% | - |
| XYZ | 21.36 | 19.22 | 27.78 | - |
| YUV | 123.97 | 137.61 | 138.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 141 | 0.01 | 0.20 | 0 | 0.45 | 295.71 | 0.11 | 0.5 |
| Hex | 8B | 71 | 8D | 1 | 14 | 0 | 2D | 128 | B | 32 |
| Octal | 213 | 161 | 215 | 1 | 24 | 0 | 55 | 450 | 13 | 62 |
| Binary | 10001011 | 1110001 | 10001101 | 1 | 10100 | 0 | 101101 | 100101000 | 1011 | 110010 |
Color Harmonies of #8B718D
Complementary color
Monochromatic Colors of #8B718D
Black with #8B718D
Text Example
Text Example
White with #8B718D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B718D; }
p { color: rgb(139,113,141); }
H1.HeaderClassName
{
color: #8B718D;
}
.AnyTagClassName
{
color: #8B718D;
}
</style>
background-color css
<style>
a { background-color: #8B718D; }
a { background-color: rgb(139,113,141); }
div.DivClassName
{
background-color: #8B718D;
}
.BgClassName
{
background-color: #8B718D;
}
</style>
border-color css
<style>
span { border-color: #8B718D; }
span { border-color: rgb(139,113,141); }
td.TdClassName
{
border-color: #8B718D;
}
.TagClassName
{
border-color: #8B718D;
}
</style>