Shades of Strikemaster #966086
Tints of Strikemaster #966086
RGB
CMYK
RGB Variations
Color information
#966086 (or 0x966086) is known color: Strikemaster. HEX triplet: 96, 60 and 86. RGB value is (150,96,134). Sum of RGB (Red+Green+Blue) = 150+96+134=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 96 (37.89% from 255 or 25.26% from 380); Blue value is 134 (52.73% from 255 or 35.26% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #966086 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966086 is #699F79. Grayscale: #747474. Windows color (decimal): -6922106 or 8806550. OLE color: 8806550.
HSL color Cylindrical-coordinate representation of color #966086: hue angle of 317.78º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #966086 is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 134 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.41 |
| HSL | 317.78º | 0.22% | 0.48% | - |
| HSV(B) | 317.78º | 0.36% | 0.59% | - |
| XYZ | 21.06 | 16.57 | 24.64 | - |
| YUV | 116.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 134 | 0 | 0.36 | 0.11 | 0.41 | 317.78 | 0.22 | 0.48 |
| Hex | 96 | 60 | 86 | 0 | 24 | B | 29 | 13E | 16 | 30 |
| Octal | 226 | 140 | 206 | 0 | 44 | 13 | 51 | 476 | 26 | 60 |
| Binary | 10010110 | 1100000 | 10000110 | 0 | 100100 | 1011 | 101001 | 100111110 | 10110 | 110000 |
Color Harmonies of #966086
Complementary color
Monochromatic Colors of #966086
Black with #966086
Text Example
Text Example
White with #966086
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966086; }
p { color: rgb(150,96,134); }
H1.HeaderClassName
{
color: #966086;
}
.AnyTagClassName
{
color: #966086;
}
</style>
background-color css
<style>
a { background-color: #966086; }
a { background-color: rgb(150,96,134); }
div.DivClassName
{
background-color: #966086;
}
.BgClassName
{
background-color: #966086;
}
</style>
border-color css
<style>
span { border-color: #966086; }
span { border-color: rgb(150,96,134); }
td.TdClassName
{
border-color: #966086;
}
.TagClassName
{
border-color: #966086;
}
</style>