Shades of Trendy Pink #944481
Tints of Trendy Pink #944481
RGB
CMYK
RGB Variations
Color information
#944481 (or 0x944481) is known color: Trendy Pink. HEX triplet: 94, 44 and 81. RGB value is (148,68,129). Sum of RGB (Red+Green+Blue) = 148+68+129=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 129 (50.78% from 255 or 37.39% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #944481 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944481 is #6BBB7E. Grayscale: #626262. Windows color (decimal): -7060351 or 8471700. OLE color: 8471700.
HSL color Cylindrical-coordinate representation of color #944481: hue angle of 314.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 #944481 is Cyan = 0, Magento = 0.54, Yellow = 0.13 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 68 | 129 | - |
| CMYK | 0 | 0.54 | 0.13 | 0.42 |
| HSL | 314.25º | 0.37% | 0.42% | - |
| HSV(B) | 314.25º | 0.54% | 0.58% | - |
| XYZ | 18.24 | 12.02 | 22.13 | - |
| YUV | 98.87 | 145 | 163.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 68 | 129 | 0 | 0.54 | 0.13 | 0.42 | 314.25 | 0.37 | 0.42 |
| Hex | 94 | 44 | 81 | 0 | 36 | D | 2A | 13A | 25 | 2A |
| Octal | 224 | 104 | 201 | 0 | 66 | 15 | 52 | 472 | 45 | 52 |
| Binary | 10010100 | 1000100 | 10000001 | 0 | 110110 | 1101 | 101010 | 100111010 | 100101 | 101010 |
Color Harmonies of #944481
Complementary color
Monochromatic Colors of #944481
Black with #944481
Text Example
Text Example
White with #944481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944481; }
p { color: rgb(148,68,129); }
H1.HeaderClassName
{
color: #944481;
}
.AnyTagClassName
{
color: #944481;
}
</style>
background-color css
<style>
a { background-color: #944481; }
a { background-color: rgb(148,68,129); }
div.DivClassName
{
background-color: #944481;
}
.BgClassName
{
background-color: #944481;
}
</style>
border-color css
<style>
span { border-color: #944481; }
span { border-color: rgb(148,68,129); }
td.TdClassName
{
border-color: #944481;
}
.TagClassName
{
border-color: #944481;
}
</style>