Shades of Strikemaster #96547C
Tints of Strikemaster #96547C
RGB
CMYK
RGB Variations
Color information
#96547C (or 0x96547C) is known color: Strikemaster. HEX triplet: 96, 54 and 7C. RGB value is (150,84,124). Sum of RGB (Red+Green+Blue) = 150+84+124=358 (47% of max value = 765). Red value is 150 (58.98% from 255 or 41.90% from 358); Green value is 84 (33.20% from 255 or 23.46% from 358); Blue value is 124 (48.83% from 255 or 34.64% from 358); Max value from RGB is 150 - color contains mainly: red. Hex color #96547C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96547C is #69AB83. Grayscale: #6C6C6C. Windows color (decimal): -6925188 or 8148118. OLE color: 8148118.
HSL color Cylindrical-coordinate representation of color #96547C: hue angle of 323.64º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #96547C is Cyan = 0, Magento = 0.44, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 84 | 124 | - |
| CMYK | 0 | 0.44 | 0.17 | 0.41 |
| HSL | 323.64º | 0.28% | 0.46% | - |
| HSV(B) | 323.64º | 0.44% | 0.59% | - |
| XYZ | 19.39 | 14.28 | 20.8 | - |
| YUV | 108.29 | 136.87 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 84 | 124 | 0 | 0.44 | 0.17 | 0.41 | 323.64 | 0.28 | 0.46 |
| Hex | 96 | 54 | 7C | 0 | 2C | 11 | 29 | 144 | 1C | 2E |
| Octal | 226 | 124 | 174 | 0 | 54 | 21 | 51 | 504 | 34 | 56 |
| Binary | 10010110 | 1010100 | 1111100 | 0 | 101100 | 10001 | 101001 | 101000100 | 11100 | 101110 |
Color Harmonies of #96547C
Complementary color
Monochromatic Colors of #96547C
Black with #96547C
Text Example
Text Example
White with #96547C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96547C; }
p { color: rgb(150,84,124); }
H1.HeaderClassName
{
color: #96547C;
}
.AnyTagClassName
{
color: #96547C;
}
</style>
background-color css
<style>
a { background-color: #96547C; }
a { background-color: rgb(150,84,124); }
div.DivClassName
{
background-color: #96547C;
}
.BgClassName
{
background-color: #96547C;
}
</style>
border-color css
<style>
span { border-color: #96547C; }
span { border-color: rgb(150,84,124); }
td.TdClassName
{
border-color: #96547C;
}
.TagClassName
{
border-color: #96547C;
}
</style>