Shades of Strikemaster #966285
Tints of Strikemaster #966285
RGB
CMYK
RGB Variations
Color information
#966285 (or 0x966285) is known color: Strikemaster. HEX triplet: 96, 62 and 85. RGB value is (150,98,133). Sum of RGB (Red+Green+Blue) = 150+98+133=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 133 (52.34% from 255 or 34.91% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #966285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966285 is #699D7A. Grayscale: #757575. Windows color (decimal): -6921595 or 8741526. OLE color: 8741526.
HSL color Cylindrical-coordinate representation of color #966285: hue angle of 319.62º degrees, saturation: 0.21, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #966285 is Cyan = 0, Magento = 0.35, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 98 | 133 | - |
| CMYK | 0 | 0.35 | 0.11 | 0.41 |
| HSL | 319.62º | 0.21% | 0.49% | - |
| HSV(B) | 319.62º | 0.35% | 0.59% | - |
| XYZ | 21.18 | 16.91 | 24.34 | - |
| YUV | 117.54 | 136.73 | 151.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 98 | 133 | 0 | 0.35 | 0.11 | 0.41 | 319.62 | 0.21 | 0.49 |
| Hex | 96 | 62 | 85 | 0 | 23 | B | 29 | 140 | 15 | 31 |
| Octal | 226 | 142 | 205 | 0 | 43 | 13 | 51 | 500 | 25 | 61 |
| Binary | 10010110 | 1100010 | 10000101 | 0 | 100011 | 1011 | 101001 | 101000000 | 10101 | 110001 |
Color Harmonies of #966285
Complementary color
Monochromatic Colors of #966285
Black with #966285
Text Example
Text Example
White with #966285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966285; }
p { color: rgb(150,98,133); }
H1.HeaderClassName
{
color: #966285;
}
.AnyTagClassName
{
color: #966285;
}
</style>
background-color css
<style>
a { background-color: #966285; }
a { background-color: rgb(150,98,133); }
div.DivClassName
{
background-color: #966285;
}
.BgClassName
{
background-color: #966285;
}
</style>
border-color css
<style>
span { border-color: #966285; }
span { border-color: rgb(150,98,133); }
td.TdClassName
{
border-color: #966285;
}
.TagClassName
{
border-color: #966285;
}
</style>