Shades of Trendy Pink #944580
Tints of Trendy Pink #944580
RGB
CMYK
RGB Variations
Color information
#944580 (or 0x944580) is known color: Trendy Pink. HEX triplet: 94, 45 and 80. RGB value is (148,69,128). Sum of RGB (Red+Green+Blue) = 148+69+128=345 (45% of max value = 765). Red value is 148 (58.20% from 255 or 42.90% from 345); Green value is 69 (27.34% from 255 or 20% from 345); Blue value is 128 (50.39% from 255 or 37.10% from 345); Max value from RGB is 148 - color contains mainly: red. Hex color #944580 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #944580 is #6BBA7F. Grayscale: #636363. Windows color (decimal): -7060096 or 8406420. OLE color: 8406420.
HSL color Cylindrical-coordinate representation of color #944580: hue angle of 315.19º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #944580 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 69 | 128 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.42 |
| HSL | 315.19º | 0.36% | 0.43% | - |
| HSV(B) | 315.19º | 0.53% | 0.58% | - |
| XYZ | 18.24 | 12.11 | 21.8 | - |
| YUV | 99.35 | 144.17 | 162.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 69 | 128 | 0 | 0.53 | 0.14 | 0.42 | 315.19 | 0.36 | 0.43 |
| Hex | 94 | 45 | 80 | 0 | 35 | E | 2A | 13B | 24 | 2B |
| Octal | 224 | 105 | 200 | 0 | 65 | 16 | 52 | 473 | 44 | 53 |
| Binary | 10010100 | 1000101 | 10000000 | 0 | 110101 | 1110 | 101010 | 100111011 | 100100 | 101011 |
Color Harmonies of #944580
Complementary color
Monochromatic Colors of #944580
Black with #944580
Text Example
Text Example
White with #944580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944580; }
p { color: rgb(148,69,128); }
H1.HeaderClassName
{
color: #944580;
}
.AnyTagClassName
{
color: #944580;
}
</style>
background-color css
<style>
a { background-color: #944580; }
a { background-color: rgb(148,69,128); }
div.DivClassName
{
background-color: #944580;
}
.BgClassName
{
background-color: #944580;
}
</style>
border-color css
<style>
span { border-color: #944580; }
span { border-color: rgb(148,69,128); }
td.TdClassName
{
border-color: #944580;
}
.TagClassName
{
border-color: #944580;
}
</style>