Shades of Strikemaster #944A79
Tints of Strikemaster #944A79
RGB
CMYK
RGB Variations
Color information
#944A79 (or 0x944A79) is known color: Strikemaster. HEX triplet: 94, 4A and 79. RGB value is (148,74,121). Sum of RGB (Red+Green+Blue) = 148+74+121=343 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.15% from 343); Green value is 74 (29.30% from 255 or 21.57% from 343); Blue value is 121 (47.66% from 255 or 35.28% from 343); Max value from RGB is 148 - color contains mainly: red. Hex color #944A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #944A79 is #6BB586. Grayscale: #656565. Windows color (decimal): -7058823 or 7948948. OLE color: 7948948.
HSL color Cylindrical-coordinate representation of color #944A79: hue angle of 321.89º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #944A79 is Cyan = 0, Magento = 0.50, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 74 | 121 | - |
| CMYK | 0 | 0.50 | 0.18 | 0.42 |
| HSL | 321.89º | 0.33% | 0.44% | - |
| HSV(B) | 321.89º | 0.5% | 0.58% | - |
| XYZ | 18.11 | 12.57 | 19.56 | - |
| YUV | 101.48 | 139.02 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 74 | 121 | 0 | 0.50 | 0.18 | 0.42 | 321.89 | 0.33 | 0.44 |
| Hex | 94 | 4A | 79 | 0 | 32 | 12 | 2A | 142 | 21 | 2C |
| Octal | 224 | 112 | 171 | 0 | 62 | 22 | 52 | 502 | 41 | 54 |
| Binary | 10010100 | 1001010 | 1111001 | 0 | 110010 | 10010 | 101010 | 101000010 | 100001 | 101100 |
Color Harmonies of #944A79
Complementary color
Monochromatic Colors of #944A79
Black with #944A79
Text Example
Text Example
White with #944A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #944A79; }
p { color: rgb(148,74,121); }
H1.HeaderClassName
{
color: #944A79;
}
.AnyTagClassName
{
color: #944A79;
}
</style>
background-color css
<style>
a { background-color: #944A79; }
a { background-color: rgb(148,74,121); }
div.DivClassName
{
background-color: #944A79;
}
.BgClassName
{
background-color: #944A79;
}
</style>
border-color css
<style>
span { border-color: #944A79; }
span { border-color: rgb(148,74,121); }
td.TdClassName
{
border-color: #944A79;
}
.TagClassName
{
border-color: #944A79;
}
</style>