Shades of Strikemaster #966D7D
Tints of Strikemaster #966D7D
RGB
CMYK
RGB Variations
Color information
#966D7D (or 0x966D7D) is known color: Strikemaster. HEX triplet: 96, 6D and 7D. RGB value is (150,109,125). Sum of RGB (Red+Green+Blue) = 150+109+125=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 109 (42.97% from 255 or 28.39% from 384); Blue value is 125 (49.22% from 255 or 32.55% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #966D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966D7D is #699282. Grayscale: #7B7B7B. Windows color (decimal): -6918787 or 8220054. OLE color: 8220054.
HSL color Cylindrical-coordinate representation of color #966D7D: hue angle of 336.59º 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 #966D7D is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 125 | - |
| CMYK | 0 | 0.27 | 0.17 | 0.41 |
| HSL | 336.59º | 0.16% | 0.51% | - |
| HSV(B) | 336.59º | 0.27% | 0.59% | - |
| XYZ | 21.75 | 18.9 | 21.9 | - |
| YUV | 123.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 125 | 0 | 0.27 | 0.17 | 0.41 | 336.59 | 0.16 | 0.51 |
| Hex | 96 | 6D | 7D | 0 | 1B | 11 | 29 | 151 | 10 | 33 |
| Octal | 226 | 155 | 175 | 0 | 33 | 21 | 51 | 521 | 20 | 63 |
| Binary | 10010110 | 1101101 | 1111101 | 0 | 11011 | 10001 | 101001 | 101010001 | 10000 | 110011 |
Color Harmonies of #966D7D
Complementary color
Monochromatic Colors of #966D7D
Black with #966D7D
Text Example
Text Example
White with #966D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D7D; }
p { color: rgb(150,109,125); }
H1.HeaderClassName
{
color: #966D7D;
}
.AnyTagClassName
{
color: #966D7D;
}
</style>
background-color css
<style>
a { background-color: #966D7D; }
a { background-color: rgb(150,109,125); }
div.DivClassName
{
background-color: #966D7D;
}
.BgClassName
{
background-color: #966D7D;
}
</style>
border-color css
<style>
span { border-color: #966D7D; }
span { border-color: rgb(150,109,125); }
td.TdClassName
{
border-color: #966D7D;
}
.TagClassName
{
border-color: #966D7D;
}
</style>