Shades of Strikemaster #96557F
Tints of Strikemaster #96557F
RGB
CMYK
RGB Variations
Color information
#96557F (or 0x96557F) is known color: Strikemaster. HEX triplet: 96, 55 and 7F. RGB value is (150,85,127). Sum of RGB (Red+Green+Blue) = 150+85+127=362 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.44% from 362); Green value is 85 (33.59% from 255 or 23.48% from 362); Blue value is 127 (50% from 255 or 35.08% from 362); Max value from RGB is 150 - color contains mainly: red. Hex color #96557F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96557F is #69AA80. Grayscale: #6D6D6D. Windows color (decimal): -6924929 or 8344982. OLE color: 8344982.
HSL color Cylindrical-coordinate representation of color #96557F: hue angle of 321.23º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #96557F is Cyan = 0, Magento = 0.43, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 85 | 127 | - |
| CMYK | 0 | 0.43 | 0.15 | 0.41 |
| HSL | 321.23º | 0.28% | 0.46% | - |
| HSV(B) | 321.23º | 0.43% | 0.59% | - |
| XYZ | 19.66 | 14.51 | 21.84 | - |
| YUV | 109.22 | 138.03 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 85 | 127 | 0 | 0.43 | 0.15 | 0.41 | 321.23 | 0.28 | 0.46 |
| Hex | 96 | 55 | 7F | 0 | 2B | F | 29 | 141 | 1C | 2E |
| Octal | 226 | 125 | 177 | 0 | 53 | 17 | 51 | 501 | 34 | 56 |
| Binary | 10010110 | 1010101 | 1111111 | 0 | 101011 | 1111 | 101001 | 101000001 | 11100 | 101110 |
Color Harmonies of #96557F
Complementary color
Monochromatic Colors of #96557F
Black with #96557F
Text Example
Text Example
White with #96557F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96557F; }
p { color: rgb(150,85,127); }
H1.HeaderClassName
{
color: #96557F;
}
.AnyTagClassName
{
color: #96557F;
}
</style>
background-color css
<style>
a { background-color: #96557F; }
a { background-color: rgb(150,85,127); }
div.DivClassName
{
background-color: #96557F;
}
.BgClassName
{
background-color: #96557F;
}
</style>
border-color css
<style>
span { border-color: #96557F; }
span { border-color: rgb(150,85,127); }
td.TdClassName
{
border-color: #96557F;
}
.TagClassName
{
border-color: #96557F;
}
</style>