Shades of Trendy Pink #8B7088
Tints of Trendy Pink #8B7088
RGB
CMYK
RGB Variations
Color information
#8B7088 (or 0x8B7088) is known color: Trendy Pink. HEX triplet: 8B, 70 and 88. RGB value is (139,112,136). Sum of RGB (Red+Green+Blue) = 139+112+136=387 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.92% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 136 (53.52% from 255 or 35.14% from 387); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7088 is #748F77. Grayscale: #7A7A7A. Windows color (decimal): -7638904 or 8941707. OLE color: 8941707.
HSL color Cylindrical-coordinate representation of color #8B7088: hue angle of 306.67º 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 #8B7088 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 112 | 136 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.45 |
| HSL | 306.67º | 0.11% | 0.49% | - |
| HSV(B) | 306.67º | 0.19% | 0.55% | - |
| XYZ | 20.89 | 18.85 | 25.83 | - |
| YUV | 122.81 | 135.45 | 139.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 112 | 136 | 0 | 0.19 | 0.02 | 0.45 | 306.67 | 0.11 | 0.49 |
| Hex | 8B | 70 | 88 | 0 | 13 | 2 | 2D | 133 | B | 31 |
| Octal | 213 | 160 | 210 | 0 | 23 | 2 | 55 | 463 | 13 | 61 |
| Binary | 10001011 | 1110000 | 10001000 | 0 | 10011 | 10 | 101101 | 100110011 | 1011 | 110001 |
Color Harmonies of #8B7088
Complementary color
Monochromatic Colors of #8B7088
Black with #8B7088
Text Example
Text Example
White with #8B7088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7088; }
p { color: rgb(139,112,136); }
H1.HeaderClassName
{
color: #8B7088;
}
.AnyTagClassName
{
color: #8B7088;
}
</style>
background-color css
<style>
a { background-color: #8B7088; }
a { background-color: rgb(139,112,136); }
div.DivClassName
{
background-color: #8B7088;
}
.BgClassName
{
background-color: #8B7088;
}
</style>
border-color css
<style>
span { border-color: #8B7088; }
span { border-color: rgb(139,112,136); }
td.TdClassName
{
border-color: #8B7088;
}
.TagClassName
{
border-color: #8B7088;
}
</style>