Shades of Trendy Pink #944489
Tints of Trendy Pink #944489
RGB
CMYK
RGB Variations
Color information
#944489 (or 0x944489) is known color: Trendy Pink. HEX triplet: 94, 44 and 89. RGB value is (148,68,137). Sum of RGB (Red+Green+Blue) = 148+68+137=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 137 (53.91% from 255 or 38.81% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #944489 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944489 is #6BBB76. Grayscale: #636363. Windows color (decimal): -7060343 or 8995988. OLE color: 8995988.
HSL color Cylindrical-coordinate representation of color #944489: hue angle of 308.25º degrees, saturation: 0.37, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #944489 is Cyan = 0, Magento = 0.54, Yellow = 0.07 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 137 | - |
| CMYK | 0 | 0.54 | 0.07 | 0.42 |
| HSL | 308.25º | 0.37% | 0.42% | - |
| HSV(B) | 308.25º | 0.54% | 0.58% | - |
| XYZ | 18.8 | 12.24 | 25.04 | - |
| YUV | 99.79 | 149 | 162.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 137 | 0 | 0.54 | 0.07 | 0.42 | 308.25 | 0.37 | 0.42 |
| Hex | 94 | 44 | 89 | 0 | 36 | 7 | 2A | 134 | 25 | 2A |
| Octal | 224 | 104 | 211 | 0 | 66 | 7 | 52 | 464 | 45 | 52 |
| Binary | 10010100 | 1000100 | 10001001 | 0 | 110110 | 111 | 101010 | 100110100 | 100101 | 101010 |
Color Harmonies of #944489
Complementary color
Monochromatic Colors of #944489
Black with #944489
Text Example
Text Example
White with #944489
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944489; }
p { color: rgb(148,68,137); }
H1.HeaderClassName
{
color: #944489;
}
.AnyTagClassName
{
color: #944489;
}
</style>
background-color css
<style>
a { background-color: #944489; }
a { background-color: rgb(148,68,137); }
div.DivClassName
{
background-color: #944489;
}
.BgClassName
{
background-color: #944489;
}
</style>
border-color css
<style>
span { border-color: #944489; }
span { border-color: rgb(148,68,137); }
td.TdClassName
{
border-color: #944489;
}
.TagClassName
{
border-color: #944489;
}
</style>