Shades of Strikemaster #966D81
Tints of Strikemaster #966D81
RGB
CMYK
RGB Variations
Color information
#966D81 (or 0x966D81) is known color: Strikemaster. HEX triplet: 96, 6D and 81. RGB value is (150,109,129). Sum of RGB (Red+Green+Blue) = 150+109+129=388 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.66% from 388); Green value is 109 (42.97% from 255 or 28.09% from 388); Blue value is 129 (50.78% from 255 or 33.25% from 388); Max value from RGB is 150 - color contains mainly: red. Hex color #966D81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966D81 is #69927E. Grayscale: #7B7B7B. Windows color (decimal): -6918783 or 8482198. OLE color: 8482198.
HSL color Cylindrical-coordinate representation of color #966D81: hue angle of 330.73º 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 #966D81 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 129 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.41 |
| HSL | 330.73º | 0.16% | 0.51% | - |
| HSV(B) | 330.73º | 0.27% | 0.59% | - |
| XYZ | 22.01 | 19.01 | 23.28 | - |
| YUV | 123.54 | 131.08 | 146.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 129 | 0 | 0.27 | 0.14 | 0.41 | 330.73 | 0.16 | 0.51 |
| Hex | 96 | 6D | 81 | 0 | 1B | E | 29 | 14B | 10 | 33 |
| Octal | 226 | 155 | 201 | 0 | 33 | 16 | 51 | 513 | 20 | 63 |
| Binary | 10010110 | 1101101 | 10000001 | 0 | 11011 | 1110 | 101001 | 101001011 | 10000 | 110011 |
Color Harmonies of #966D81
Complementary color
Monochromatic Colors of #966D81
Black with #966D81
Text Example
Text Example
White with #966D81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D81; }
p { color: rgb(150,109,129); }
H1.HeaderClassName
{
color: #966D81;
}
.AnyTagClassName
{
color: #966D81;
}
</style>
background-color css
<style>
a { background-color: #966D81; }
a { background-color: rgb(150,109,129); }
div.DivClassName
{
background-color: #966D81;
}
.BgClassName
{
background-color: #966D81;
}
</style>
border-color css
<style>
span { border-color: #966D81; }
span { border-color: rgb(150,109,129); }
td.TdClassName
{
border-color: #966D81;
}
.TagClassName
{
border-color: #966D81;
}
</style>