Shades of Strikemaster #966D85
Tints of Strikemaster #966D85
RGB
CMYK
RGB Variations
Color information
#966D85 (or 0x966D85) is known color: Strikemaster. HEX triplet: 96, 6D and 85. RGB value is (150,109,133). Sum of RGB (Red+Green+Blue) = 150+109+133=392 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.27% from 392); Green value is 109 (42.97% from 255 or 27.81% from 392); Blue value is 133 (52.34% from 255 or 33.93% from 392); Max value from RGB is 150 - color contains mainly: red. Hex color #966D85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966D85 is #69927A. Grayscale: #7B7B7B. Windows color (decimal): -6918779 or 8744342. OLE color: 8744342.
HSL color Cylindrical-coordinate representation of color #966D85: hue angle of 324.88º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #966D85 is Cyan = 0, Magento = 0.27, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 133 | - |
| CMYK | 0 | 0.27 | 0.11 | 0.41 |
| HSL | 324.88º | 0.16% | 0.51% | - |
| HSV(B) | 324.88º | 0.27% | 0.59% | - |
| XYZ | 22.28 | 19.11 | 24.71 | - |
| YUV | 124 | 133.08 | 146.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 133 | 0 | 0.27 | 0.11 | 0.41 | 324.88 | 0.16 | 0.51 |
| Hex | 96 | 6D | 85 | 0 | 1B | B | 29 | 145 | 10 | 33 |
| Octal | 226 | 155 | 205 | 0 | 33 | 13 | 51 | 505 | 20 | 63 |
| Binary | 10010110 | 1101101 | 10000101 | 0 | 11011 | 1011 | 101001 | 101000101 | 10000 | 110011 |
Color Harmonies of #966D85
Complementary color
Monochromatic Colors of #966D85
Black with #966D85
Text Example
Text Example
White with #966D85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D85; }
p { color: rgb(150,109,133); }
H1.HeaderClassName
{
color: #966D85;
}
.AnyTagClassName
{
color: #966D85;
}
</style>
background-color css
<style>
a { background-color: #966D85; }
a { background-color: rgb(150,109,133); }
div.DivClassName
{
background-color: #966D85;
}
.BgClassName
{
background-color: #966D85;
}
</style>
border-color css
<style>
span { border-color: #966D85; }
span { border-color: rgb(150,109,133); }
td.TdClassName
{
border-color: #966D85;
}
.TagClassName
{
border-color: #966D85;
}
</style>