Shades of Strikemaster #96447F
Tints of Strikemaster #96447F
RGB
CMYK
RGB Variations
Color information
#96447F (or 0x96447F) is known color: Strikemaster. HEX triplet: 96, 44 and 7F. RGB value is (150,68,127). Sum of RGB (Red+Green+Blue) = 150+68+127=345 (45% of max value = 765). Red value is 150 (58.98% from 255 or 43.48% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 150 - color contains mainly: red. Hex color #96447F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96447F is #69BB80. Grayscale: #636363. Windows color (decimal): -6929281 or 8340630. OLE color: 8340630.
HSL color Cylindrical-coordinate representation of color #96447F: hue angle of 316.83º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #96447F is Cyan = 0, Magento = 0.55, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 68 | 127 | - |
| CMYK | 0 | 0.55 | 0.15 | 0.41 |
| HSL | 316.83º | 0.38% | 0.43% | - |
| HSV(B) | 316.83º | 0.55% | 0.59% | - |
| XYZ | 18.48 | 12.15 | 21.45 | - |
| YUV | 99.24 | 143.67 | 164.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 68 | 127 | 0 | 0.55 | 0.15 | 0.41 | 316.83 | 0.38 | 0.43 |
| Hex | 96 | 44 | 7F | 0 | 37 | F | 29 | 13D | 26 | 2B |
| Octal | 226 | 104 | 177 | 0 | 67 | 17 | 51 | 475 | 46 | 53 |
| Binary | 10010110 | 1000100 | 1111111 | 0 | 110111 | 1111 | 101001 | 100111101 | 100110 | 101011 |
Color Harmonies of #96447F
Complementary color
Monochromatic Colors of #96447F
Black with #96447F
Text Example
Text Example
White with #96447F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96447F; }
p { color: rgb(150,68,127); }
H1.HeaderClassName
{
color: #96447F;
}
.AnyTagClassName
{
color: #96447F;
}
</style>
background-color css
<style>
a { background-color: #96447F; }
a { background-color: rgb(150,68,127); }
div.DivClassName
{
background-color: #96447F;
}
.BgClassName
{
background-color: #96447F;
}
</style>
border-color css
<style>
span { border-color: #96447F; }
span { border-color: rgb(150,68,127); }
td.TdClassName
{
border-color: #96447F;
}
.TagClassName
{
border-color: #96447F;
}
</style>