Shades of Trendy Pink #8B5089
Tints of Trendy Pink #8B5089
RGB
CMYK
RGB Variations
Color information
#8B5089 (or 0x8B5089) is known color: Trendy Pink. HEX triplet: 8B, 50 and 89. RGB value is (139,80,137). Sum of RGB (Red+Green+Blue) = 139+80+137=356 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.04% from 356); Green value is 80 (31.64% from 255 or 22.47% from 356); Blue value is 137 (53.91% from 255 or 38.48% from 356); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5089 is #74AF76. Grayscale: #676767. Windows color (decimal): -7647095 or 8999051. OLE color: 8999051.
HSL color Cylindrical-coordinate representation of color #8B5089: hue angle of 302.03º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #8B5089 is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 80 | 137 | - |
| CMYK | 0 | 0.42 | 0.01 | 0.45 |
| HSL | 302.03º | 0.27% | 0.43% | - |
| HSV(B) | 302.03º | 0.42% | 0.55% | - |
| XYZ | 18.03 | 13.03 | 25.23 | - |
| YUV | 104.14 | 146.55 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 80 | 137 | 0 | 0.42 | 0.01 | 0.45 | 302.03 | 0.27 | 0.43 |
| Hex | 8B | 50 | 89 | 0 | 2A | 1 | 2D | 12E | 1B | 2B |
| Octal | 213 | 120 | 211 | 0 | 52 | 1 | 55 | 456 | 33 | 53 |
| Binary | 10001011 | 1010000 | 10001001 | 0 | 101010 | 1 | 101101 | 100101110 | 11011 | 101011 |
Color Harmonies of #8B5089
Complementary color
Monochromatic Colors of #8B5089
Black with #8B5089
Text Example
Text Example
White with #8B5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5089; }
p { color: rgb(139,80,137); }
H1.HeaderClassName
{
color: #8B5089;
}
.AnyTagClassName
{
color: #8B5089;
}
</style>
background-color css
<style>
a { background-color: #8B5089; }
a { background-color: rgb(139,80,137); }
div.DivClassName
{
background-color: #8B5089;
}
.BgClassName
{
background-color: #8B5089;
}
</style>
border-color css
<style>
span { border-color: #8B5089; }
span { border-color: rgb(139,80,137); }
td.TdClassName
{
border-color: #8B5089;
}
.TagClassName
{
border-color: #8B5089;
}
</style>