Shades of Strikemaster #966986
Tints of Strikemaster #966986
RGB
CMYK
RGB Variations
Color information
#966986 (or 0x966986) is known color: Strikemaster. HEX triplet: 96, 69 and 86. RGB value is (150,105,134). Sum of RGB (Red+Green+Blue) = 150+105+134=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 105 (41.41% from 255 or 26.99% from 389); Blue value is 134 (52.73% from 255 or 34.45% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #966986 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966986 is #699679. Grayscale: #797979. Windows color (decimal): -6919802 or 8808854. OLE color: 8808854.
HSL color Cylindrical-coordinate representation of color #966986: hue angle of 321.33º 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 #966986 is Cyan = 0, Magento = 0.30, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 134 | - |
| CMYK | 0 | 0.30 | 0.11 | 0.41 |
| HSL | 321.33º | 0.18% | 0.5% | - |
| HSV(B) | 321.33º | 0.3% | 0.59% | - |
| XYZ | 21.93 | 18.31 | 24.93 | - |
| YUV | 121.76 | 134.91 | 148.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 134 | 0 | 0.30 | 0.11 | 0.41 | 321.33 | 0.18 | 0.5 |
| Hex | 96 | 69 | 86 | 0 | 1E | B | 29 | 141 | 12 | 32 |
| Octal | 226 | 151 | 206 | 0 | 36 | 13 | 51 | 501 | 22 | 62 |
| Binary | 10010110 | 1101001 | 10000110 | 0 | 11110 | 1011 | 101001 | 101000001 | 10010 | 110010 |
Color Harmonies of #966986
Complementary color
Monochromatic Colors of #966986
Black with #966986
Text Example
Text Example
White with #966986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966986; }
p { color: rgb(150,105,134); }
H1.HeaderClassName
{
color: #966986;
}
.AnyTagClassName
{
color: #966986;
}
</style>
background-color css
<style>
a { background-color: #966986; }
a { background-color: rgb(150,105,134); }
div.DivClassName
{
background-color: #966986;
}
.BgClassName
{
background-color: #966986;
}
</style>
border-color css
<style>
span { border-color: #966986; }
span { border-color: rgb(150,105,134); }
td.TdClassName
{
border-color: #966986;
}
.TagClassName
{
border-color: #966986;
}
</style>