Shades of Strikemaster #966B7C
Tints of Strikemaster #966B7C
RGB
CMYK
RGB Variations
Color information
#966B7C (or 0x966B7C) is known color: Strikemaster. HEX triplet: 96, 6B and 7C. RGB value is (150,107,124). Sum of RGB (Red+Green+Blue) = 150+107+124=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 107 (42.19% from 255 or 28.08% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #966B7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #966B7C is #699483. Grayscale: #797979. Windows color (decimal): -6919300 or 8154006. OLE color: 8154006.
HSL color Cylindrical-coordinate representation of color #966B7C: hue angle of 336.28º 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 #966B7C is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 107 | 124 | - |
| CMYK | 0 | 0.29 | 0.17 | 0.41 |
| HSL | 336.28º | 0.17% | 0.5% | - |
| HSV(B) | 336.28º | 0.29% | 0.59% | - |
| XYZ | 21.47 | 18.45 | 21.5 | - |
| YUV | 121.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 107 | 124 | 0 | 0.29 | 0.17 | 0.41 | 336.28 | 0.17 | 0.5 |
| Hex | 96 | 6B | 7C | 0 | 1D | 11 | 29 | 150 | 11 | 32 |
| Octal | 226 | 153 | 174 | 0 | 35 | 21 | 51 | 520 | 21 | 62 |
| Binary | 10010110 | 1101011 | 1111100 | 0 | 11101 | 10001 | 101001 | 101010000 | 10001 | 110010 |
Color Harmonies of #966B7C
Complementary color
Monochromatic Colors of #966B7C
Black with #966B7C
Text Example
Text Example
White with #966B7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966B7C; }
p { color: rgb(150,107,124); }
H1.HeaderClassName
{
color: #966B7C;
}
.AnyTagClassName
{
color: #966B7C;
}
</style>
background-color css
<style>
a { background-color: #966B7C; }
a { background-color: rgb(150,107,124); }
div.DivClassName
{
background-color: #966B7C;
}
.BgClassName
{
background-color: #966B7C;
}
</style>
border-color css
<style>
span { border-color: #966B7C; }
span { border-color: rgb(150,107,124); }
td.TdClassName
{
border-color: #966B7C;
}
.TagClassName
{
border-color: #966B7C;
}
</style>