Shades of Strikemaster #96517A
Tints of Strikemaster #96517A
RGB
CMYK
RGB Variations
Color information
#96517A (or 0x96517A) is known color: Strikemaster. HEX triplet: 96, 51 and 7A. RGB value is (150,81,122). Sum of RGB (Red+Green+Blue) = 150+81+122=353 (46% of max value = 765). Red value is 150 (58.98% from 255 or 42.49% from 353); Green value is 81 (32.03% from 255 or 22.95% from 353); Blue value is 122 (48.05% from 255 or 34.56% from 353); Max value from RGB is 150 - color contains mainly: red. Hex color #96517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96517A is #69AE85. Grayscale: #6A6A6A. Windows color (decimal): -6925958 or 8016278. OLE color: 8016278.
HSL color Cylindrical-coordinate representation of color #96517A: hue angle of 324.35º degrees, saturation: 0.3, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96517A is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 122 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.41 |
| HSL | 324.35º | 0.3% | 0.45% | - |
| HSV(B) | 324.35º | 0.46% | 0.59% | - |
| XYZ | 19.03 | 13.77 | 20.07 | - |
| YUV | 106.31 | 136.86 | 159.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 122 | 0 | 0.46 | 0.19 | 0.41 | 324.35 | 0.3 | 0.45 |
| Hex | 96 | 51 | 7A | 0 | 2E | 13 | 29 | 144 | 1E | 2D |
| Octal | 226 | 121 | 172 | 0 | 56 | 23 | 51 | 504 | 36 | 55 |
| Binary | 10010110 | 1010001 | 1111010 | 0 | 101110 | 10011 | 101001 | 101000100 | 11110 | 101101 |
Color Harmonies of #96517A
Complementary color
Monochromatic Colors of #96517A
Black with #96517A
Text Example
Text Example
White with #96517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96517A; }
p { color: rgb(150,81,122); }
H1.HeaderClassName
{
color: #96517A;
}
.AnyTagClassName
{
color: #96517A;
}
</style>
background-color css
<style>
a { background-color: #96517A; }
a { background-color: rgb(150,81,122); }
div.DivClassName
{
background-color: #96517A;
}
.BgClassName
{
background-color: #96517A;
}
</style>
border-color css
<style>
span { border-color: #96517A; }
span { border-color: rgb(150,81,122); }
td.TdClassName
{
border-color: #96517A;
}
.TagClassName
{
border-color: #96517A;
}
</style>