Shades of Strikemaster #964D82
Tints of Strikemaster #964D82
RGB
CMYK
RGB Variations
Color information
#964D82 (or 0x964D82) is known color: Strikemaster. HEX triplet: 96, 4D and 82. RGB value is (150,77,130). Sum of RGB (Red+Green+Blue) = 150+77+130=357 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.02% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 130 (51.17% from 255 or 36.41% from 357); Max value from RGB is 150 - color contains mainly: red. Hex color #964D82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #964D82 is #69B27D. Grayscale: #686868. Windows color (decimal): -6926974 or 8539542. OLE color: 8539542.
HSL color Cylindrical-coordinate representation of color #964D82: hue angle of 316.44º degrees, saturation: 0.32, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #964D82 is Cyan = 0, Magento = 0.49, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 77 | 130 | - |
| CMYK | 0 | 0.49 | 0.13 | 0.41 |
| HSL | 316.44º | 0.32% | 0.45% | - |
| HSV(B) | 316.44º | 0.49% | 0.59% | - |
| XYZ | 19.26 | 13.4 | 22.69 | - |
| YUV | 104.87 | 142.18 | 160.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 77 | 130 | 0 | 0.49 | 0.13 | 0.41 | 316.44 | 0.32 | 0.45 |
| Hex | 96 | 4D | 82 | 0 | 31 | D | 29 | 13C | 20 | 2D |
| Octal | 226 | 115 | 202 | 0 | 61 | 15 | 51 | 474 | 40 | 55 |
| Binary | 10010110 | 1001101 | 10000010 | 0 | 110001 | 1101 | 101001 | 100111100 | 100000 | 101101 |
Color Harmonies of #964D82
Complementary color
Monochromatic Colors of #964D82
Black with #964D82
Text Example
Text Example
White with #964D82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964D82; }
p { color: rgb(150,77,130); }
H1.HeaderClassName
{
color: #964D82;
}
.AnyTagClassName
{
color: #964D82;
}
</style>
background-color css
<style>
a { background-color: #964D82; }
a { background-color: rgb(150,77,130); }
div.DivClassName
{
background-color: #964D82;
}
.BgClassName
{
background-color: #964D82;
}
</style>
border-color css
<style>
span { border-color: #964D82; }
span { border-color: rgb(150,77,130); }
td.TdClassName
{
border-color: #964D82;
}
.TagClassName
{
border-color: #964D82;
}
</style>