Shades of Strikemaster #966889
Tints of Strikemaster #966889
RGB
CMYK
RGB Variations
Color information
#966889 (or 0x966889) is known color: Strikemaster. HEX triplet: 96, 68 and 89. RGB value is (150,104,137). Sum of RGB (Red+Green+Blue) = 150+104+137=391 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.36% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 150 - color contains mainly: red. Hex color #966889 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966889 is #699776. Grayscale: #797979. Windows color (decimal): -6920055 or 9005206. OLE color: 9005206.
HSL color Cylindrical-coordinate representation of color #966889: hue angle of 316.96º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #966889 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 137 | - |
| CMYK | 0 | 0.31 | 0.09 | 0.41 |
| HSL | 316.96º | 0.18% | 0.5% | - |
| HSV(B) | 316.96º | 0.31% | 0.59% | - |
| XYZ | 22.04 | 18.19 | 26.02 | - |
| YUV | 121.52 | 136.74 | 148.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 137 | 0 | 0.31 | 0.09 | 0.41 | 316.96 | 0.18 | 0.5 |
| Hex | 96 | 68 | 89 | 0 | 1F | 9 | 29 | 13D | 12 | 32 |
| Octal | 226 | 150 | 211 | 0 | 37 | 11 | 51 | 475 | 22 | 62 |
| Binary | 10010110 | 1101000 | 10001001 | 0 | 11111 | 1001 | 101001 | 100111101 | 10010 | 110010 |
Color Harmonies of #966889
Complementary color
Monochromatic Colors of #966889
Black with #966889
Text Example
Text Example
White with #966889
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966889; }
p { color: rgb(150,104,137); }
H1.HeaderClassName
{
color: #966889;
}
.AnyTagClassName
{
color: #966889;
}
</style>
background-color css
<style>
a { background-color: #966889; }
a { background-color: rgb(150,104,137); }
div.DivClassName
{
background-color: #966889;
}
.BgClassName
{
background-color: #966889;
}
</style>
border-color css
<style>
span { border-color: #966889; }
span { border-color: rgb(150,104,137); }
td.TdClassName
{
border-color: #966889;
}
.TagClassName
{
border-color: #966889;
}
</style>