Shades of Strikemaster #966C80
Tints of Strikemaster #966C80
RGB
CMYK
RGB Variations
Color information
#966C80 (or 0x966C80) is known color: Strikemaster. HEX triplet: 96, 6C and 80. RGB value is (150,108,128). Sum of RGB (Red+Green+Blue) = 150+108+128=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 108 (42.58% from 255 or 27.98% from 386); Blue value is 128 (50.39% from 255 or 33.16% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #966C80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #966C80 is #69937F. Grayscale: #7A7A7A. Windows color (decimal): -6919040 or 8416406. OLE color: 8416406.
HSL color Cylindrical-coordinate representation of color #966C80: hue angle of 331.43º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #966C80 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 128 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.41 |
| HSL | 331.43º | 0.17% | 0.51% | - |
| HSV(B) | 331.43º | 0.28% | 0.59% | - |
| XYZ | 21.84 | 18.77 | 22.89 | - |
| YUV | 122.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 128 | 0 | 0.28 | 0.15 | 0.41 | 331.43 | 0.17 | 0.51 |
| Hex | 96 | 6C | 80 | 0 | 1C | F | 29 | 14B | 11 | 33 |
| Octal | 226 | 154 | 200 | 0 | 34 | 17 | 51 | 513 | 21 | 63 |
| Binary | 10010110 | 1101100 | 10000000 | 0 | 11100 | 1111 | 101001 | 101001011 | 10001 | 110011 |
Color Harmonies of #966C80
Complementary color
Monochromatic Colors of #966C80
Black with #966C80
Text Example
Text Example
White with #966C80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C80; }
p { color: rgb(150,108,128); }
H1.HeaderClassName
{
color: #966C80;
}
.AnyTagClassName
{
color: #966C80;
}
</style>
background-color css
<style>
a { background-color: #966C80; }
a { background-color: rgb(150,108,128); }
div.DivClassName
{
background-color: #966C80;
}
.BgClassName
{
background-color: #966C80;
}
</style>
border-color css
<style>
span { border-color: #966C80; }
span { border-color: rgb(150,108,128); }
td.TdClassName
{
border-color: #966C80;
}
.TagClassName
{
border-color: #966C80;
}
</style>