Shades of Strikemaster #96637E
Tints of Strikemaster #96637E
RGB
CMYK
RGB Variations
Color information
#96637E (or 0x96637E) is known color: Strikemaster. HEX triplet: 96, 63 and 7E. RGB value is (150,99,126). Sum of RGB (Red+Green+Blue) = 150+99+126=375 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40% from 375); Green value is 99 (39.06% from 255 or 26.4% from 375); Blue value is 126 (49.61% from 255 or 33.6% from 375); Max value from RGB is 150 - color contains mainly: red. Hex color #96637E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96637E is #699C81. Grayscale: #757575. Windows color (decimal): -6921346 or 8283030. OLE color: 8283030.
HSL color Cylindrical-coordinate representation of color #96637E: hue angle of 328.24º degrees, saturation: 0.2, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96637E is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 126 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.41 |
| HSL | 328.24º | 0.2% | 0.49% | - |
| HSV(B) | 328.24º | 0.34% | 0.59% | - |
| XYZ | 20.81 | 16.91 | 21.91 | - |
| YUV | 117.33 | 132.9 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 126 | 0 | 0.34 | 0.16 | 0.41 | 328.24 | 0.2 | 0.49 |
| Hex | 96 | 63 | 7E | 0 | 22 | 10 | 29 | 148 | 14 | 31 |
| Octal | 226 | 143 | 176 | 0 | 42 | 20 | 51 | 510 | 24 | 61 |
| Binary | 10010110 | 1100011 | 1111110 | 0 | 100010 | 10000 | 101001 | 101001000 | 10100 | 110001 |
Color Harmonies of #96637E
Complementary color
Monochromatic Colors of #96637E
Black with #96637E
Text Example
Text Example
White with #96637E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96637E; }
p { color: rgb(150,99,126); }
H1.HeaderClassName
{
color: #96637E;
}
.AnyTagClassName
{
color: #96637E;
}
</style>
background-color css
<style>
a { background-color: #96637E; }
a { background-color: rgb(150,99,126); }
div.DivClassName
{
background-color: #96637E;
}
.BgClassName
{
background-color: #96637E;
}
</style>
border-color css
<style>
span { border-color: #96637E; }
span { border-color: rgb(150,99,126); }
td.TdClassName
{
border-color: #96637E;
}
.TagClassName
{
border-color: #96637E;
}
</style>