Shades of Strikemaster #966F85
Tints of Strikemaster #966F85
RGB
CMYK
RGB Variations
Color information
#966F85 (or 0x966F85) is known color: Strikemaster. HEX triplet: 96, 6F and 85. RGB value is (150,111,133). Sum of RGB (Red+Green+Blue) = 150+111+133=394 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.07% from 394); Green value is 111 (43.75% from 255 or 28.17% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 150 - color contains mainly: red. Hex color #966F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966F85 is #69907A. Grayscale: #7D7D7D. Windows color (decimal): -6918267 or 8744854. OLE color: 8744854.
HSL color Cylindrical-coordinate representation of color #966F85: hue angle of 326.15º 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 #966F85 is Cyan = 0, Magento = 0.26, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 133 | - |
| CMYK | 0 | 0.26 | 0.11 | 0.41 |
| HSL | 326.15º | 0.16% | 0.51% | - |
| HSV(B) | 326.15º | 0.26% | 0.59% | - |
| XYZ | 22.5 | 19.55 | 24.78 | - |
| YUV | 125.17 | 132.42 | 145.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 133 | 0 | 0.26 | 0.11 | 0.41 | 326.15 | 0.16 | 0.51 |
| Hex | 96 | 6F | 85 | 0 | 1A | B | 29 | 146 | 10 | 33 |
| Octal | 226 | 157 | 205 | 0 | 32 | 13 | 51 | 506 | 20 | 63 |
| Binary | 10010110 | 1101111 | 10000101 | 0 | 11010 | 1011 | 101001 | 101000110 | 10000 | 110011 |
Color Harmonies of #966F85
Complementary color
Monochromatic Colors of #966F85
Black with #966F85
Text Example
Text Example
White with #966F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F85; }
p { color: rgb(150,111,133); }
H1.HeaderClassName
{
color: #966F85;
}
.AnyTagClassName
{
color: #966F85;
}
</style>
background-color css
<style>
a { background-color: #966F85; }
a { background-color: rgb(150,111,133); }
div.DivClassName
{
background-color: #966F85;
}
.BgClassName
{
background-color: #966F85;
}
</style>
border-color css
<style>
span { border-color: #966F85; }
span { border-color: rgb(150,111,133); }
td.TdClassName
{
border-color: #966F85;
}
.TagClassName
{
border-color: #966F85;
}
</style>