Shades of Strikemaster #964982
Tints of Strikemaster #964982
RGB
CMYK
RGB Variations
Color information
#964982 (or 0x964982) is known color: Strikemaster. HEX triplet: 96, 49 and 82. RGB value is (150,73,130). Sum of RGB (Red+Green+Blue) = 150+73+130=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 130 (51.17% from 255 or 36.83% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #964982 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #964982 is #69B67D. Grayscale: #666666. Windows color (decimal): -6927998 or 8538518. OLE color: 8538518.
HSL color Cylindrical-coordinate representation of color #964982: hue angle of 315.58º degrees, saturation: 0.35, 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 #964982 is Cyan = 0, Magento = 0.51, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 73 | 130 | - |
| CMYK | 0 | 0.51 | 0.13 | 0.41 |
| HSL | 315.58º | 0.35% | 0.44% | - |
| HSV(B) | 315.58º | 0.51% | 0.59% | - |
| XYZ | 18.99 | 12.86 | 22.6 | - |
| YUV | 102.52 | 143.51 | 161.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 73 | 130 | 0 | 0.51 | 0.13 | 0.41 | 315.58 | 0.35 | 0.44 |
| Hex | 96 | 49 | 82 | 0 | 33 | D | 29 | 13C | 23 | 2C |
| Octal | 226 | 111 | 202 | 0 | 63 | 15 | 51 | 474 | 43 | 54 |
| Binary | 10010110 | 1001001 | 10000010 | 0 | 110011 | 1101 | 101001 | 100111100 | 100011 | 101100 |
Color Harmonies of #964982
Complementary color
Monochromatic Colors of #964982
Black with #964982
Text Example
Text Example
White with #964982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #964982; }
p { color: rgb(150,73,130); }
H1.HeaderClassName
{
color: #964982;
}
.AnyTagClassName
{
color: #964982;
}
</style>
background-color css
<style>
a { background-color: #964982; }
a { background-color: rgb(150,73,130); }
div.DivClassName
{
background-color: #964982;
}
.BgClassName
{
background-color: #964982;
}
</style>
border-color css
<style>
span { border-color: #964982; }
span { border-color: rgb(150,73,130); }
td.TdClassName
{
border-color: #964982;
}
.TagClassName
{
border-color: #964982;
}
</style>