Shades of Trendy Pink #894E83
Tints of Trendy Pink #894E83
RGB
CMYK
RGB Variations
Color information
#894E83 (or 0x894E83) is known color: Trendy Pink. HEX triplet: 89, 4E and 83. RGB value is (137,78,131). Sum of RGB (Red+Green+Blue) = 137+78+131=346 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.60% from 346); Green value is 78 (30.86% from 255 or 22.54% from 346); Blue value is 131 (51.56% from 255 or 37.86% from 346); Max value from RGB is 137 - color contains mainly: red. Hex color #894E83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #894E83 is #76B17C. Grayscale: #656565. Windows color (decimal): -7778685 or 8605321. OLE color: 8605321.
HSL color Cylindrical-coordinate representation of color #894E83: hue angle of 306.1º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #894E83 is Cyan = 0, Magento = 0.43, Yellow = 0.04 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 78 | 131 | - |
| CMYK | 0 | 0.43 | 0.04 | 0.46 |
| HSL | 306.1º | 0.27% | 0.42% | - |
| HSV(B) | 306.1º | 0.43% | 0.54% | - |
| XYZ | 17.14 | 12.41 | 22.96 | - |
| YUV | 101.68 | 144.55 | 153.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 78 | 131 | 0 | 0.43 | 0.04 | 0.46 | 306.1 | 0.27 | 0.42 |
| Hex | 89 | 4E | 83 | 0 | 2B | 4 | 2E | 132 | 1B | 2A |
| Octal | 211 | 116 | 203 | 0 | 53 | 4 | 56 | 462 | 33 | 52 |
| Binary | 10001001 | 1001110 | 10000011 | 0 | 101011 | 100 | 101110 | 100110010 | 11011 | 101010 |
Color Harmonies of #894E83
Complementary color
Monochromatic Colors of #894E83
Black with #894E83
Text Example
Text Example
White with #894E83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #894E83; }
p { color: rgb(137,78,131); }
H1.HeaderClassName
{
color: #894E83;
}
.AnyTagClassName
{
color: #894E83;
}
</style>
background-color css
<style>
a { background-color: #894E83; }
a { background-color: rgb(137,78,131); }
div.DivClassName
{
background-color: #894E83;
}
.BgClassName
{
background-color: #894E83;
}
</style>
border-color css
<style>
span { border-color: #894E83; }
span { border-color: rgb(137,78,131); }
td.TdClassName
{
border-color: #894E83;
}
.TagClassName
{
border-color: #894E83;
}
</style>