Shades of Trendy Pink #8B5889
Tints of Trendy Pink #8B5889
RGB
CMYK
RGB Variations
Color information
#8B5889 (or 0x8B5889) is known color: Trendy Pink. HEX triplet: 8B, 58 and 89. RGB value is (139,88,137). Sum of RGB (Red+Green+Blue) = 139+88+137=364 (48% of max value = 765). Red value is 139 (54.69% from 255 or 38.19% from 364); Green value is 88 (34.77% from 255 or 24.18% from 364); Blue value is 137 (53.91% from 255 or 37.64% from 364); Max value from RGB is 139 - color contains mainly: red. Hex color #8B5889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5889 is #74A776. Grayscale: #6C6C6C. Windows color (decimal): -7645047 or 9001099. OLE color: 9001099.
HSL color Cylindrical-coordinate representation of color #8B5889: hue angle of 302.35º degrees, saturation: 0.22, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #8B5889 is Cyan = 0, Magento = 0.37, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 88 | 137 | - |
| CMYK | 0 | 0.37 | 0.01 | 0.45 |
| HSL | 302.35º | 0.22% | 0.45% | - |
| HSV(B) | 302.35º | 0.37% | 0.55% | - |
| XYZ | 18.65 | 14.27 | 25.44 | - |
| YUV | 108.84 | 143.9 | 149.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 88 | 137 | 0 | 0.37 | 0.01 | 0.45 | 302.35 | 0.22 | 0.45 |
| Hex | 8B | 58 | 89 | 0 | 25 | 1 | 2D | 12E | 16 | 2D |
| Octal | 213 | 130 | 211 | 0 | 45 | 1 | 55 | 456 | 26 | 55 |
| Binary | 10001011 | 1011000 | 10001001 | 0 | 100101 | 1 | 101101 | 100101110 | 10110 | 101101 |
Color Harmonies of #8B5889
Complementary color
Monochromatic Colors of #8B5889
Black with #8B5889
Text Example
Text Example
White with #8B5889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B5889; }
p { color: rgb(139,88,137); }
H1.HeaderClassName
{
color: #8B5889;
}
.AnyTagClassName
{
color: #8B5889;
}
</style>
background-color css
<style>
a { background-color: #8B5889; }
a { background-color: rgb(139,88,137); }
div.DivClassName
{
background-color: #8B5889;
}
.BgClassName
{
background-color: #8B5889;
}
</style>
border-color css
<style>
span { border-color: #8B5889; }
span { border-color: rgb(139,88,137); }
td.TdClassName
{
border-color: #8B5889;
}
.TagClassName
{
border-color: #8B5889;
}
</style>