Shades of Strikemaster #966183
Tints of Strikemaster #966183
RGB
CMYK
RGB Variations
Color information
#966183 (or 0x966183) is known color: Strikemaster. HEX triplet: 96, 61 and 83. RGB value is (150,97,131). Sum of RGB (Red+Green+Blue) = 150+97+131=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 97 (38.28% from 255 or 25.66% from 378); Blue value is 131 (51.56% from 255 or 34.66% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #966183 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966183 is #699E7C. Grayscale: #747474. Windows color (decimal): -6921853 or 8610198. OLE color: 8610198.
HSL color Cylindrical-coordinate representation of color #966183: hue angle of 321.51º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966183 is Cyan = 0, Magento = 0.35, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 131 | - |
| CMYK | 0 | 0.35 | 0.13 | 0.41 |
| HSL | 321.51º | 0.21% | 0.48% | - |
| HSV(B) | 321.51º | 0.35% | 0.59% | - |
| XYZ | 20.95 | 16.67 | 23.59 | - |
| YUV | 116.72 | 136.06 | 151.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 131 | 0 | 0.35 | 0.13 | 0.41 | 321.51 | 0.21 | 0.48 |
| Hex | 96 | 61 | 83 | 0 | 23 | D | 29 | 142 | 15 | 30 |
| Octal | 226 | 141 | 203 | 0 | 43 | 15 | 51 | 502 | 25 | 60 |
| Binary | 10010110 | 1100001 | 10000011 | 0 | 100011 | 1101 | 101001 | 101000010 | 10101 | 110000 |
Color Harmonies of #966183
Complementary color
Monochromatic Colors of #966183
Black with #966183
Text Example
Text Example
White with #966183
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966183; }
p { color: rgb(150,97,131); }
H1.HeaderClassName
{
color: #966183;
}
.AnyTagClassName
{
color: #966183;
}
</style>
background-color css
<style>
a { background-color: #966183; }
a { background-color: rgb(150,97,131); }
div.DivClassName
{
background-color: #966183;
}
.BgClassName
{
background-color: #966183;
}
</style>
border-color css
<style>
span { border-color: #966183; }
span { border-color: rgb(150,97,131); }
td.TdClassName
{
border-color: #966183;
}
.TagClassName
{
border-color: #966183;
}
</style>