Shades of Trendy Pink #894D8F
Tints of Trendy Pink #894D8F
RGB
CMYK
RGB Variations
Color information
#894D8F (or 0x894D8F) is known color: Trendy Pink. HEX triplet: 89, 4D and 8F. RGB value is (137,77,143). Sum of RGB (Red+Green+Blue) = 137+77+143=357 (47% of max value = 765). Red value is 137 (53.91% from 255 or 38.38% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #894D8F is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894D8F is #76B270. Grayscale: #666666. Windows color (decimal): -7778929 or 9391497. OLE color: 9391497.
HSL color Cylindrical-coordinate representation of color #894D8F: hue angle of 294.55º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #894D8F is Cyan = 0.04, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 137 | 77 | 143 | - |
| CMYK | 0.04 | 0.46 | 0 | 0.44 |
| HSL | 294.55º | 0.3% | 0.43% | - |
| HSV(B) | 294.55º | 0.46% | 0.56% | - |
| XYZ | 17.93 | 12.61 | 27.48 | - |
| YUV | 102.46 | 150.88 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 77 | 143 | 0.04 | 0.46 | 0 | 0.44 | 294.55 | 0.3 | 0.43 |
| Hex | 89 | 4D | 8F | 4 | 2E | 0 | 2C | 127 | 1E | 2B |
| Octal | 211 | 115 | 217 | 4 | 56 | 0 | 54 | 447 | 36 | 53 |
| Binary | 10001001 | 1001101 | 10001111 | 100 | 101110 | 0 | 101100 | 100100111 | 11110 | 101011 |
Color Harmonies of #894D8F
Complementary color
Monochromatic Colors of #894D8F
Black with #894D8F
Text Example
Text Example
White with #894D8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894D8F; }
p { color: rgb(137,77,143); }
H1.HeaderClassName
{
color: #894D8F;
}
.AnyTagClassName
{
color: #894D8F;
}
</style>
background-color css
<style>
a { background-color: #894D8F; }
a { background-color: rgb(137,77,143); }
div.DivClassName
{
background-color: #894D8F;
}
.BgClassName
{
background-color: #894D8F;
}
</style>
border-color css
<style>
span { border-color: #894D8F; }
span { border-color: rgb(137,77,143); }
td.TdClassName
{
border-color: #894D8F;
}
.TagClassName
{
border-color: #894D8F;
}
</style>