Shades of Trendy Pink #8B4E89
Tints of Trendy Pink #8B4E89
RGB
CMYK
RGB Variations
Color information
#8B4E89 (or 0x8B4E89) is known color: Trendy Pink. HEX triplet: 8B, 4E and 89. RGB value is (139,78,137). Sum of RGB (Red+Green+Blue) = 139+78+137=354 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.27% from 354); Green value is 78 (30.86% from 255 or 22.03% from 354); Blue value is 137 (53.91% from 255 or 38.70% from 354); Max value from RGB is 139 - color contains mainly: red. Hex color #8B4E89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B4E89 is #74B176. Grayscale: #666666. Windows color (decimal): -7647607 or 8998539. OLE color: 8998539.
HSL color Cylindrical-coordinate representation of color #8B4E89: hue angle of 301.97º degrees, saturation: 0.28, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #8B4E89 is Cyan = 0, Magento = 0.44, Yellow = 0.01 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 78 | 137 | - |
| CMYK | 0 | 0.44 | 0.01 | 0.45 |
| HSL | 301.97º | 0.28% | 0.43% | - |
| HSV(B) | 301.97º | 0.44% | 0.55% | - |
| XYZ | 17.89 | 12.74 | 25.18 | - |
| YUV | 102.97 | 147.21 | 153.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 78 | 137 | 0 | 0.44 | 0.01 | 0.45 | 301.97 | 0.28 | 0.43 |
| Hex | 8B | 4E | 89 | 0 | 2C | 1 | 2D | 12E | 1C | 2B |
| Octal | 213 | 116 | 211 | 0 | 54 | 1 | 55 | 456 | 34 | 53 |
| Binary | 10001011 | 1001110 | 10001001 | 0 | 101100 | 1 | 101101 | 100101110 | 11100 | 101011 |
Color Harmonies of #8B4E89
Complementary color
Monochromatic Colors of #8B4E89
Black with #8B4E89
Text Example
Text Example
White with #8B4E89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B4E89; }
p { color: rgb(139,78,137); }
H1.HeaderClassName
{
color: #8B4E89;
}
.AnyTagClassName
{
color: #8B4E89;
}
</style>
background-color css
<style>
a { background-color: #8B4E89; }
a { background-color: rgb(139,78,137); }
div.DivClassName
{
background-color: #8B4E89;
}
.BgClassName
{
background-color: #8B4E89;
}
</style>
border-color css
<style>
span { border-color: #8B4E89; }
span { border-color: rgb(139,78,137); }
td.TdClassName
{
border-color: #8B4E89;
}
.TagClassName
{
border-color: #8B4E89;
}
</style>