Shades of Strikemaster #96607B
Tints of Strikemaster #96607B
RGB
CMYK
RGB Variations
Color information
#96607B (or 0x96607B) is known color: Strikemaster. HEX triplet: 96, 60 and 7B. RGB value is (150,96,123). Sum of RGB (Red+Green+Blue) = 150+96+123=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 96 (37.89% from 255 or 26.02% from 369); Blue value is 123 (48.44% from 255 or 33.33% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #96607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96607B is #699F84. Grayscale: #737373. Windows color (decimal): -6922117 or 8085654. OLE color: 8085654.
HSL color Cylindrical-coordinate representation of color #96607B: hue angle of 330º 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 #96607B is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 123 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.41 |
| HSL | 330º | 0.22% | 0.48% | - |
| HSV(B) | 330º | 0.36% | 0.59% | - |
| XYZ | 20.34 | 16.28 | 20.81 | - |
| YUV | 115.22 | 132.39 | 152.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 123 | 0 | 0.36 | 0.18 | 0.41 | 330 | 0.22 | 0.48 |
| Hex | 96 | 60 | 7B | 0 | 24 | 12 | 29 | 14A | 16 | 30 |
| Octal | 226 | 140 | 173 | 0 | 44 | 22 | 51 | 512 | 26 | 60 |
| Binary | 10010110 | 1100000 | 1111011 | 0 | 100100 | 10010 | 101001 | 101001010 | 10110 | 110000 |
Color Harmonies of #96607B
Complementary color
Monochromatic Colors of #96607B
Black with #96607B
Text Example
Text Example
White with #96607B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96607B; }
p { color: rgb(150,96,123); }
H1.HeaderClassName
{
color: #96607B;
}
.AnyTagClassName
{
color: #96607B;
}
</style>
background-color css
<style>
a { background-color: #96607B; }
a { background-color: rgb(150,96,123); }
div.DivClassName
{
background-color: #96607B;
}
.BgClassName
{
background-color: #96607B;
}
</style>
border-color css
<style>
span { border-color: #96607B; }
span { border-color: rgb(150,96,123); }
td.TdClassName
{
border-color: #96607B;
}
.TagClassName
{
border-color: #96607B;
}
</style>