Shades of Strikemaster #966782
Tints of Strikemaster #966782
RGB
CMYK
RGB Variations
Color information
#966782 (or 0x966782) is known color: Strikemaster. HEX triplet: 96, 67 and 82. RGB value is (150,103,130). Sum of RGB (Red+Green+Blue) = 150+103+130=383 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.16% from 383); Green value is 103 (40.62% from 255 or 26.89% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 150 - color contains mainly: red. Hex color #966782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966782 is #69987D. Grayscale: #787878. Windows color (decimal): -6920318 or 8546198. OLE color: 8546198.
HSL color Cylindrical-coordinate representation of color #966782: hue angle of 325.53º degrees, saturation: 0.19, 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 #966782 is Cyan = 0, Magento = 0.31, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 103 | 130 | - |
| CMYK | 0 | 0.31 | 0.13 | 0.41 |
| HSL | 325.53º | 0.19% | 0.5% | - |
| HSV(B) | 325.53º | 0.31% | 0.59% | - |
| XYZ | 21.46 | 17.8 | 23.42 | - |
| YUV | 120.13 | 133.57 | 149.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 103 | 130 | 0 | 0.31 | 0.13 | 0.41 | 325.53 | 0.19 | 0.5 |
| Hex | 96 | 67 | 82 | 0 | 1F | D | 29 | 146 | 13 | 32 |
| Octal | 226 | 147 | 202 | 0 | 37 | 15 | 51 | 506 | 23 | 62 |
| Binary | 10010110 | 1100111 | 10000010 | 0 | 11111 | 1101 | 101001 | 101000110 | 10011 | 110010 |
Color Harmonies of #966782
Complementary color
Monochromatic Colors of #966782
Black with #966782
Text Example
Text Example
White with #966782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966782; }
p { color: rgb(150,103,130); }
H1.HeaderClassName
{
color: #966782;
}
.AnyTagClassName
{
color: #966782;
}
</style>
background-color css
<style>
a { background-color: #966782; }
a { background-color: rgb(150,103,130); }
div.DivClassName
{
background-color: #966782;
}
.BgClassName
{
background-color: #966782;
}
</style>
border-color css
<style>
span { border-color: #966782; }
span { border-color: rgb(150,103,130); }
td.TdClassName
{
border-color: #966782;
}
.TagClassName
{
border-color: #966782;
}
</style>