Shades of Trendy Pink #8B718B
Tints of Trendy Pink #8B718B
RGB
CMYK
RGB Variations
Color information
#8B718B (or 0x8B718B) is known color: Trendy Pink. HEX triplet: 8B, 71 and 8B. RGB value is (139,113,139). Sum of RGB (Red+Green+Blue) = 139+113+139=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 113 (44.53% from 255 or 28.90% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B718B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B718B is #748E74. Grayscale: #7B7B7B. Windows color (decimal): -7638645 or 9138571. OLE color: 9138571.
HSL color Cylindrical-coordinate representation of color #8B718B: hue angle of 300º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #8B718B is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 113 | 139 | - |
| CMYK | 0 | 0.19 | 0 | 0.45 |
| HSL | 300º | 0.1% | 0.49% | - |
| HSV(B) | 300º | 0.19% | 0.55% | - |
| XYZ | 21.21 | 19.16 | 27.01 | - |
| YUV | 123.74 | 136.61 | 138.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 113 | 139 | 0 | 0.19 | 0 | 0.45 | 300 | 0.1 | 0.49 |
| Hex | 8B | 71 | 8B | 0 | 13 | 0 | 2D | 12C | A | 31 |
| Octal | 213 | 161 | 213 | 0 | 23 | 0 | 55 | 454 | 12 | 61 |
| Binary | 10001011 | 1110001 | 10001011 | 0 | 10011 | 0 | 101101 | 100101100 | 1010 | 110001 |
Color Harmonies of #8B718B
Complementary color
Monochromatic Colors of #8B718B
Black with #8B718B
Text Example
Text Example
White with #8B718B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B718B; }
p { color: rgb(139,113,139); }
H1.HeaderClassName
{
color: #8B718B;
}
.AnyTagClassName
{
color: #8B718B;
}
</style>
background-color css
<style>
a { background-color: #8B718B; }
a { background-color: rgb(139,113,139); }
div.DivClassName
{
background-color: #8B718B;
}
.BgClassName
{
background-color: #8B718B;
}
</style>
border-color css
<style>
span { border-color: #8B718B; }
span { border-color: rgb(139,113,139); }
td.TdClassName
{
border-color: #8B718B;
}
.TagClassName
{
border-color: #8B718B;
}
</style>