Shades of Strikemaster #944979
Tints of Strikemaster #944979
RGB
CMYK
RGB Variations
Color information
#944979 (or 0x944979) is known color: Strikemaster. HEX triplet: 94, 49 and 79. RGB value is (148,73,121). Sum of RGB (Red+Green+Blue) = 148+73+121=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 121 (47.66% from 255 or 35.38% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #944979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944979 is #6BB686. Grayscale: #646464. Windows color (decimal): -7059079 or 7948692. OLE color: 7948692.
HSL color Cylindrical-coordinate representation of color #944979: hue angle of 321.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #944979 is Cyan = 0, Magento = 0.51, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 73 | 121 | - |
| CMYK | 0 | 0.51 | 0.18 | 0.42 |
| HSL | 321.6º | 0.34% | 0.43% | - |
| HSV(B) | 321.6º | 0.51% | 0.58% | - |
| XYZ | 18.05 | 12.44 | 19.54 | - |
| YUV | 100.9 | 139.35 | 161.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 73 | 121 | 0 | 0.51 | 0.18 | 0.42 | 321.6 | 0.34 | 0.43 |
| Hex | 94 | 49 | 79 | 0 | 33 | 12 | 2A | 142 | 22 | 2B |
| Octal | 224 | 111 | 171 | 0 | 63 | 22 | 52 | 502 | 42 | 53 |
| Binary | 10010100 | 1001001 | 1111001 | 0 | 110011 | 10010 | 101010 | 101000010 | 100010 | 101011 |
Color Harmonies of #944979
Complementary color
Monochromatic Colors of #944979
Black with #944979
Text Example
Text Example
White with #944979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944979; }
p { color: rgb(148,73,121); }
H1.HeaderClassName
{
color: #944979;
}
.AnyTagClassName
{
color: #944979;
}
</style>
background-color css
<style>
a { background-color: #944979; }
a { background-color: rgb(148,73,121); }
div.DivClassName
{
background-color: #944979;
}
.BgClassName
{
background-color: #944979;
}
</style>
border-color css
<style>
span { border-color: #944979; }
span { border-color: rgb(148,73,121); }
td.TdClassName
{
border-color: #944979;
}
.TagClassName
{
border-color: #944979;
}
</style>