Shades of Strikemaster #966985
Tints of Strikemaster #966985
RGB
CMYK
RGB Variations
Color information
#966985 (or 0x966985) is known color: Strikemaster. HEX triplet: 96, 69 and 85. RGB value is (150,105,133). Sum of RGB (Red+Green+Blue) = 150+105+133=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 105 (41.41% from 255 or 27.06% from 388); Blue value is 133 (52.34% from 255 or 34.28% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #966985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966985 is #69967A. Grayscale: #797979. Windows color (decimal): -6919803 or 8743318. OLE color: 8743318.
HSL color Cylindrical-coordinate representation of color #966985: hue angle of 322.67º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #966985 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 133 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.41 |
| HSL | 322.67º | 0.18% | 0.5% | - |
| HSV(B) | 322.67º | 0.3% | 0.59% | - |
| XYZ | 21.86 | 18.28 | 24.57 | - |
| YUV | 121.65 | 134.41 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 133 | 0 | 0.30 | 0.11 | 0.41 | 322.67 | 0.18 | 0.5 |
| Hex | 96 | 69 | 85 | 0 | 1E | B | 29 | 143 | 12 | 32 |
| Octal | 226 | 151 | 205 | 0 | 36 | 13 | 51 | 503 | 22 | 62 |
| Binary | 10010110 | 1101001 | 10000101 | 0 | 11110 | 1011 | 101001 | 101000011 | 10010 | 110010 |
Color Harmonies of #966985
Complementary color
Monochromatic Colors of #966985
Black with #966985
Text Example
Text Example
White with #966985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966985; }
p { color: rgb(150,105,133); }
H1.HeaderClassName
{
color: #966985;
}
.AnyTagClassName
{
color: #966985;
}
</style>
background-color css
<style>
a { background-color: #966985; }
a { background-color: rgb(150,105,133); }
div.DivClassName
{
background-color: #966985;
}
.BgClassName
{
background-color: #966985;
}
</style>
border-color css
<style>
span { border-color: #966985; }
span { border-color: rgb(150,105,133); }
td.TdClassName
{
border-color: #966985;
}
.TagClassName
{
border-color: #966985;
}
</style>