Shades of Strikemaster #96607E
Tints of Strikemaster #96607E
RGB
CMYK
RGB Variations
Color information
#96607E (or 0x96607E) is known color: Strikemaster. HEX triplet: 96, 60 and 7E. RGB value is (150,96,126). Sum of RGB (Red+Green+Blue) = 150+96+126=372 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.32% from 372); Green value is 96 (37.89% from 255 or 25.81% from 372); Blue value is 126 (49.61% from 255 or 33.87% from 372); Max value from RGB is 150 - color contains mainly: red. Hex color #96607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96607E is #699F81. Grayscale: #737373. Windows color (decimal): -6922114 or 8282262. OLE color: 8282262.
HSL color Cylindrical-coordinate representation of color #96607E: hue angle of 326.67º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96607E is Cyan = 0, Magento = 0.36, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 126 | - |
| CMYK | 0 | 0.36 | 0.16 | 0.41 |
| HSL | 326.67º | 0.22% | 0.48% | - |
| HSV(B) | 326.67º | 0.36% | 0.59% | - |
| XYZ | 20.53 | 16.36 | 21.81 | - |
| YUV | 115.57 | 133.89 | 152.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 126 | 0 | 0.36 | 0.16 | 0.41 | 326.67 | 0.22 | 0.48 |
| Hex | 96 | 60 | 7E | 0 | 24 | 10 | 29 | 147 | 16 | 30 |
| Octal | 226 | 140 | 176 | 0 | 44 | 20 | 51 | 507 | 26 | 60 |
| Binary | 10010110 | 1100000 | 1111110 | 0 | 100100 | 10000 | 101001 | 101000111 | 10110 | 110000 |
Color Harmonies of #96607E
Complementary color
Monochromatic Colors of #96607E
Black with #96607E
Text Example
Text Example
White with #96607E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96607E; }
p { color: rgb(150,96,126); }
H1.HeaderClassName
{
color: #96607E;
}
.AnyTagClassName
{
color: #96607E;
}
</style>
background-color css
<style>
a { background-color: #96607E; }
a { background-color: rgb(150,96,126); }
div.DivClassName
{
background-color: #96607E;
}
.BgClassName
{
background-color: #96607E;
}
</style>
border-color css
<style>
span { border-color: #96607E; }
span { border-color: rgb(150,96,126); }
td.TdClassName
{
border-color: #96607E;
}
.TagClassName
{
border-color: #96607E;
}
</style>