Shades of Strikemaster #964A7A
Tints of Strikemaster #964A7A
RGB
CMYK
RGB Variations
Color information
#964A7A (or 0x964A7A) is known color: Strikemaster. HEX triplet: 96, 4A and 7A. RGB value is (150,74,122). Sum of RGB (Red+Green+Blue) = 150+74+122=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 74 (29.30% from 255 or 21.39% from 346); Blue value is 122 (48.05% from 255 or 35.26% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #964A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #964A7A is #69B585. Grayscale: #666666. Windows color (decimal): -6927750 or 8014486. OLE color: 8014486.
HSL color Cylindrical-coordinate representation of color #964A7A: hue angle of 322.11º 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 #964A7A is Cyan = 0, Magento = 0.51, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 74 | 122 | - |
| CMYK | 0 | 0.51 | 0.19 | 0.41 |
| HSL | 322.11º | 0.34% | 0.44% | - |
| HSV(B) | 322.11º | 0.51% | 0.59% | - |
| XYZ | 18.54 | 12.79 | 19.9 | - |
| YUV | 102.2 | 139.18 | 162.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 74 | 122 | 0 | 0.51 | 0.19 | 0.41 | 322.11 | 0.34 | 0.44 |
| Hex | 96 | 4A | 7A | 0 | 33 | 13 | 29 | 142 | 22 | 2C |
| Octal | 226 | 112 | 172 | 0 | 63 | 23 | 51 | 502 | 42 | 54 |
| Binary | 10010110 | 1001010 | 1111010 | 0 | 110011 | 10011 | 101001 | 101000010 | 100010 | 101100 |
Color Harmonies of #964A7A
Complementary color
Monochromatic Colors of #964A7A
Black with #964A7A
Text Example
Text Example
White with #964A7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964A7A; }
p { color: rgb(150,74,122); }
H1.HeaderClassName
{
color: #964A7A;
}
.AnyTagClassName
{
color: #964A7A;
}
</style>
background-color css
<style>
a { background-color: #964A7A; }
a { background-color: rgb(150,74,122); }
div.DivClassName
{
background-color: #964A7A;
}
.BgClassName
{
background-color: #964A7A;
}
</style>
border-color css
<style>
span { border-color: #964A7A; }
span { border-color: rgb(150,74,122); }
td.TdClassName
{
border-color: #964A7A;
}
.TagClassName
{
border-color: #964A7A;
}
</style>