Shades of Trendy Pink #8B7389
Tints of Trendy Pink #8B7389
RGB
CMYK
RGB Variations
Color information
#8B7389 (or 0x8B7389) is known color: Trendy Pink. HEX triplet: 8B, 73 and 89. RGB value is (139,115,137). Sum of RGB (Red+Green+Blue) = 139+115+137=391 (51% of max value = 765). Red value is 139 (54.69% from 255 or 35.55% from 391); Green value is 115 (45.31% from 255 or 29.41% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 139 - color contains mainly: red. Hex color #8B7389 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B7389 is #748C76. Grayscale: #7C7C7C. Windows color (decimal): -7638135 or 9008011. OLE color: 9008011.
HSL color Cylindrical-coordinate representation of color #8B7389: hue angle of 305º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #8B7389 is Cyan = 0, Magento = 0.17, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 115 | 137 | - |
| CMYK | 0 | 0.17 | 0.01 | 0.45 |
| HSL | 305º | 0.09% | 0.5% | - |
| HSV(B) | 305º | 0.17% | 0.55% | - |
| XYZ | 21.29 | 19.56 | 26.32 | - |
| YUV | 124.68 | 134.95 | 138.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 115 | 137 | 0 | 0.17 | 0.01 | 0.45 | 305 | 0.09 | 0.5 |
| Hex | 8B | 73 | 89 | 0 | 11 | 1 | 2D | 131 | 9 | 32 |
| Octal | 213 | 163 | 211 | 0 | 21 | 1 | 55 | 461 | 11 | 62 |
| Binary | 10001011 | 1110011 | 10001001 | 0 | 10001 | 1 | 101101 | 100110001 | 1001 | 110010 |
Color Harmonies of #8B7389
Complementary color
Monochromatic Colors of #8B7389
Black with #8B7389
Text Example
Text Example
White with #8B7389
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B7389; }
p { color: rgb(139,115,137); }
H1.HeaderClassName
{
color: #8B7389;
}
.AnyTagClassName
{
color: #8B7389;
}
</style>
background-color css
<style>
a { background-color: #8B7389; }
a { background-color: rgb(139,115,137); }
div.DivClassName
{
background-color: #8B7389;
}
.BgClassName
{
background-color: #8B7389;
}
</style>
border-color css
<style>
span { border-color: #8B7389; }
span { border-color: rgb(139,115,137); }
td.TdClassName
{
border-color: #8B7389;
}
.TagClassName
{
border-color: #8B7389;
}
</style>