Shades of Strikemaster #96467B
Tints of Strikemaster #96467B
RGB
CMYK
RGB Variations
Color information
#96467B (or 0x96467B) is known color: Strikemaster. HEX triplet: 96, 46 and 7B. RGB value is (150,70,123). Sum of RGB (Red+Green+Blue) = 150+70+123=343 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.73% from 343); Green value is 70 (27.73% from 255 or 20.41% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 150 - color contains mainly: red. Hex color #96467B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96467B is #69B984. Grayscale: #636363. Windows color (decimal): -6928773 or 8078998. OLE color: 8078998.
HSL color Cylindrical-coordinate representation of color #96467B: hue angle of 320.25º 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 #96467B is Cyan = 0, Magento = 0.53, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 70 | 123 | - |
| CMYK | 0 | 0.53 | 0.18 | 0.41 |
| HSL | 320.25º | 0.36% | 0.43% | - |
| HSV(B) | 320.25º | 0.53% | 0.59% | - |
| XYZ | 18.34 | 12.29 | 20.15 | - |
| YUV | 99.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 70 | 123 | 0 | 0.53 | 0.18 | 0.41 | 320.25 | 0.36 | 0.43 |
| Hex | 96 | 46 | 7B | 0 | 35 | 12 | 29 | 140 | 24 | 2B |
| Octal | 226 | 106 | 173 | 0 | 65 | 22 | 51 | 500 | 44 | 53 |
| Binary | 10010110 | 1000110 | 1111011 | 0 | 110101 | 10010 | 101001 | 101000000 | 100100 | 101011 |
Color Harmonies of #96467B
Complementary color
Monochromatic Colors of #96467B
Black with #96467B
Text Example
Text Example
White with #96467B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96467B; }
p { color: rgb(150,70,123); }
H1.HeaderClassName
{
color: #96467B;
}
.AnyTagClassName
{
color: #96467B;
}
</style>
background-color css
<style>
a { background-color: #96467B; }
a { background-color: rgb(150,70,123); }
div.DivClassName
{
background-color: #96467B;
}
.BgClassName
{
background-color: #96467B;
}
</style>
border-color css
<style>
span { border-color: #96467B; }
span { border-color: rgb(150,70,123); }
td.TdClassName
{
border-color: #96467B;
}
.TagClassName
{
border-color: #96467B;
}
</style>