Shades of Strikemaster #964A79
Tints of Strikemaster #964A79
RGB
CMYK
RGB Variations
Color information
#964A79 (or 0x964A79) is known color: Strikemaster. HEX triplet: 96, 4A and 79. RGB value is (150,74,121). Sum of RGB (Red+Green+Blue) = 150+74+121=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 74 (29.30% from 255 or 21.45% from 345); Blue value is 121 (47.66% from 255 or 35.07% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #964A79 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A79 is #69B586. Grayscale: #656565. Windows color (decimal): -6927751 or 7948950. OLE color: 7948950.
HSL color Cylindrical-coordinate representation of color #964A79: hue angle of 322.89º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #964A79 is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 121 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.41 |
| HSL | 322.89º | 0.34% | 0.44% | - |
| HSV(B) | 322.89º | 0.51% | 0.59% | - |
| XYZ | 18.48 | 12.76 | 19.58 | - |
| YUV | 102.08 | 138.68 | 162.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 121 | 0 | 0.51 | 0.19 | 0.41 | 322.89 | 0.34 | 0.44 |
| Hex | 96 | 4A | 79 | 0 | 33 | 13 | 29 | 143 | 22 | 2C |
| Octal | 226 | 112 | 171 | 0 | 63 | 23 | 51 | 503 | 42 | 54 |
| Binary | 10010110 | 1001010 | 1111001 | 0 | 110011 | 10011 | 101001 | 101000011 | 100010 | 101100 |
Color Harmonies of #964A79
Complementary color
Monochromatic Colors of #964A79
Black with #964A79
Text Example
Text Example
White with #964A79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A79; }
p { color: rgb(150,74,121); }
H1.HeaderClassName
{
color: #964A79;
}
.AnyTagClassName
{
color: #964A79;
}
</style>
background-color css
<style>
a { background-color: #964A79; }
a { background-color: rgb(150,74,121); }
div.DivClassName
{
background-color: #964A79;
}
.BgClassName
{
background-color: #964A79;
}
</style>
border-color css
<style>
span { border-color: #964A79; }
span { border-color: rgb(150,74,121); }
td.TdClassName
{
border-color: #964A79;
}
.TagClassName
{
border-color: #964A79;
}
</style>