Shades of Strikemaster #96617A
Tints of Strikemaster #96617A
RGB
CMYK
RGB Variations
Color information
#96617A (or 0x96617A) is known color: Strikemaster. HEX triplet: 96, 61 and 7A. RGB value is (150,97,122). Sum of RGB (Red+Green+Blue) = 150+97+122=369 (48% of max value = 765). Red value is 150 (58.98% from 255 or 40.65% from 369); Green value is 97 (38.28% from 255 or 26.29% from 369); Blue value is 122 (48.05% from 255 or 33.06% from 369); Max value from RGB is 150 - color contains mainly: red. Hex color #96617A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96617A is #699E85. Grayscale: #737373. Windows color (decimal): -6921862 or 8020374. OLE color: 8020374.
HSL color Cylindrical-coordinate representation of color #96617A: hue angle of 331.7º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96617A is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 97 | 122 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.41 |
| HSL | 331.7º | 0.21% | 0.48% | - |
| HSV(B) | 331.7º | 0.35% | 0.59% | - |
| XYZ | 20.37 | 16.44 | 20.51 | - |
| YUV | 115.7 | 131.56 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 97 | 122 | 0 | 0.35 | 0.19 | 0.41 | 331.7 | 0.21 | 0.48 |
| Hex | 96 | 61 | 7A | 0 | 23 | 13 | 29 | 14C | 15 | 30 |
| Octal | 226 | 141 | 172 | 0 | 43 | 23 | 51 | 514 | 25 | 60 |
| Binary | 10010110 | 1100001 | 1111010 | 0 | 100011 | 10011 | 101001 | 101001100 | 10101 | 110000 |
Color Harmonies of #96617A
Complementary color
Monochromatic Colors of #96617A
Black with #96617A
Text Example
Text Example
White with #96617A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96617A; }
p { color: rgb(150,97,122); }
H1.HeaderClassName
{
color: #96617A;
}
.AnyTagClassName
{
color: #96617A;
}
</style>
background-color css
<style>
a { background-color: #96617A; }
a { background-color: rgb(150,97,122); }
div.DivClassName
{
background-color: #96617A;
}
.BgClassName
{
background-color: #96617A;
}
</style>
border-color css
<style>
span { border-color: #96617A; }
span { border-color: rgb(150,97,122); }
td.TdClassName
{
border-color: #96617A;
}
.TagClassName
{
border-color: #96617A;
}
</style>