Shades of Strikemaster #966F82
Tints of Strikemaster #966F82
RGB
CMYK
RGB Variations
Color information
#966F82 (or 0x966F82) is known color: Strikemaster. HEX triplet: 96, 6F and 82. RGB value is (150,111,130). Sum of RGB (Red+Green+Blue) = 150+111+130=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 130 (51.17% from 255 or 33.25% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #966F82 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966F82 is #69907D. Grayscale: #7C7C7C. Windows color (decimal): -6918270 or 8548246. OLE color: 8548246.
HSL color Cylindrical-coordinate representation of color #966F82: hue angle of 330.77º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #966F82 is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 130 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.41 |
| HSL | 330.77º | 0.16% | 0.51% | - |
| HSV(B) | 330.77º | 0.26% | 0.59% | - |
| XYZ | 22.29 | 19.46 | 23.7 | - |
| YUV | 124.83 | 130.92 | 145.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 130 | 0 | 0.26 | 0.13 | 0.41 | 330.77 | 0.16 | 0.51 |
| Hex | 96 | 6F | 82 | 0 | 1A | D | 29 | 14B | 10 | 33 |
| Octal | 226 | 157 | 202 | 0 | 32 | 15 | 51 | 513 | 20 | 63 |
| Binary | 10010110 | 1101111 | 10000010 | 0 | 11010 | 1101 | 101001 | 101001011 | 10000 | 110011 |
Color Harmonies of #966F82
Complementary color
Monochromatic Colors of #966F82
Black with #966F82
Text Example
Text Example
White with #966F82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F82; }
p { color: rgb(150,111,130); }
H1.HeaderClassName
{
color: #966F82;
}
.AnyTagClassName
{
color: #966F82;
}
</style>
background-color css
<style>
a { background-color: #966F82; }
a { background-color: rgb(150,111,130); }
div.DivClassName
{
background-color: #966F82;
}
.BgClassName
{
background-color: #966F82;
}
</style>
border-color css
<style>
span { border-color: #966F82; }
span { border-color: rgb(150,111,130); }
td.TdClassName
{
border-color: #966F82;
}
.TagClassName
{
border-color: #966F82;
}
</style>