Shades of Trendy Pink #8B708B
Tints of Trendy Pink #8B708B
RGB
CMYK
RGB Variations
Color information
#8B708B (or 0x8B708B) is known color: Trendy Pink. HEX triplet: 8B, 70 and 8B. RGB value is (139,112,139). Sum of RGB (Red+Green+Blue) = 139+112+139=390 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.64% from 390); Green value is 112 (44.14% from 255 or 28.72% from 390); Blue value is 139 (54.69% from 255 or 35.64% from 390); Max value from RGB is 139 - color contains mainly: red, blue. Hex color #8B708B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B708B is #748F74. Grayscale: #7B7B7B. Windows color (decimal): -7638901 or 9138315. OLE color: 9138315.
HSL color Cylindrical-coordinate representation of color #8B708B: hue angle of 300º degrees, saturation: 0.11, 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 #8B708B is Cyan = 0, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 139 | - |
| CMYK | 0 | 0.19 | 0 | 0.45 |
| HSL | 300º | 0.11% | 0.49% | - |
| HSV(B) | 300º | 0.19% | 0.55% | - |
| XYZ | 21.1 | 18.94 | 26.97 | - |
| YUV | 123.15 | 136.95 | 139.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 139 | 0 | 0.19 | 0 | 0.45 | 300 | 0.11 | 0.49 |
| Hex | 8B | 70 | 8B | 0 | 13 | 0 | 2D | 12C | B | 31 |
| Octal | 213 | 160 | 213 | 0 | 23 | 0 | 55 | 454 | 13 | 61 |
| Binary | 10001011 | 1110000 | 10001011 | 0 | 10011 | 0 | 101101 | 100101100 | 1011 | 110001 |
Color Harmonies of #8B708B
Complementary color
Monochromatic Colors of #8B708B
Black with #8B708B
Text Example
Text Example
White with #8B708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B708B; }
p { color: rgb(139,112,139); }
H1.HeaderClassName
{
color: #8B708B;
}
.AnyTagClassName
{
color: #8B708B;
}
</style>
background-color css
<style>
a { background-color: #8B708B; }
a { background-color: rgb(139,112,139); }
div.DivClassName
{
background-color: #8B708B;
}
.BgClassName
{
background-color: #8B708B;
}
</style>
border-color css
<style>
span { border-color: #8B708B; }
span { border-color: rgb(139,112,139); }
td.TdClassName
{
border-color: #8B708B;
}
.TagClassName
{
border-color: #8B708B;
}
</style>