Shades of Strikemaster #966A7C
Tints of Strikemaster #966A7C
RGB
CMYK
RGB Variations
Color information
#966A7C (or 0x966A7C) is known color: Strikemaster. HEX triplet: 96, 6A and 7C. RGB value is (150,106,124). Sum of RGB (Red+Green+Blue) = 150+106+124=380 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.47% from 380); Green value is 106 (41.80% from 255 or 27.89% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 150 - color contains mainly: red. Hex color #966A7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966A7C is #699583. Grayscale: #797979. Windows color (decimal): -6919556 or 8153750. OLE color: 8153750.
HSL color Cylindrical-coordinate representation of color #966A7C: hue angle of 335.45º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #966A7C is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 106 | 124 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.41 |
| HSL | 335.45º | 0.17% | 0.5% | - |
| HSV(B) | 335.45º | 0.29% | 0.59% | - |
| XYZ | 21.37 | 18.25 | 21.46 | - |
| YUV | 121.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 106 | 124 | 0 | 0.29 | 0.17 | 0.41 | 335.45 | 0.17 | 0.5 |
| Hex | 96 | 6A | 7C | 0 | 1D | 11 | 29 | 14F | 11 | 32 |
| Octal | 226 | 152 | 174 | 0 | 35 | 21 | 51 | 517 | 21 | 62 |
| Binary | 10010110 | 1101010 | 1111100 | 0 | 11101 | 10001 | 101001 | 101001111 | 10001 | 110010 |
Color Harmonies of #966A7C
Complementary color
Monochromatic Colors of #966A7C
Black with #966A7C
Text Example
Text Example
White with #966A7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966A7C; }
p { color: rgb(150,106,124); }
H1.HeaderClassName
{
color: #966A7C;
}
.AnyTagClassName
{
color: #966A7C;
}
</style>
background-color css
<style>
a { background-color: #966A7C; }
a { background-color: rgb(150,106,124); }
div.DivClassName
{
background-color: #966A7C;
}
.BgClassName
{
background-color: #966A7C;
}
</style>
border-color css
<style>
span { border-color: #966A7C; }
span { border-color: rgb(150,106,124); }
td.TdClassName
{
border-color: #966A7C;
}
.TagClassName
{
border-color: #966A7C;
}
</style>