Shades of Strikemaster #96467E
Tints of Strikemaster #96467E
RGB
CMYK
RGB Variations
Color information
#96467E (or 0x96467E) is known color: Strikemaster. HEX triplet: 96, 46 and 7E. RGB value is (150,70,126). Sum of RGB (Red+Green+Blue) = 150+70+126=346 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.35% from 346); Green value is 70 (27.73% from 255 or 20.23% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 150 - color contains mainly: red. Hex color #96467E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96467E is #69B981. Grayscale: #646464. Windows color (decimal): -6928770 or 8275606. OLE color: 8275606.
HSL color Cylindrical-coordinate representation of color #96467E: hue angle of 318º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96467E is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 126 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.41 |
| HSL | 318º | 0.36% | 0.43% | - |
| HSV(B) | 318º | 0.53% | 0.59% | - |
| XYZ | 18.53 | 12.37 | 21.15 | - |
| YUV | 100.3 | 142.5 | 163.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 126 | 0 | 0.53 | 0.16 | 0.41 | 318 | 0.36 | 0.43 |
| Hex | 96 | 46 | 7E | 0 | 35 | 10 | 29 | 13E | 24 | 2B |
| Octal | 226 | 106 | 176 | 0 | 65 | 20 | 51 | 476 | 44 | 53 |
| Binary | 10010110 | 1000110 | 1111110 | 0 | 110101 | 10000 | 101001 | 100111110 | 100100 | 101011 |
Color Harmonies of #96467E
Complementary color
Monochromatic Colors of #96467E
Black with #96467E
Text Example
Text Example
White with #96467E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96467E; }
p { color: rgb(150,70,126); }
H1.HeaderClassName
{
color: #96467E;
}
.AnyTagClassName
{
color: #96467E;
}
</style>
background-color css
<style>
a { background-color: #96467E; }
a { background-color: rgb(150,70,126); }
div.DivClassName
{
background-color: #96467E;
}
.BgClassName
{
background-color: #96467E;
}
</style>
border-color css
<style>
span { border-color: #96467E; }
span { border-color: rgb(150,70,126); }
td.TdClassName
{
border-color: #96467E;
}
.TagClassName
{
border-color: #96467E;
}
</style>