Shades of Strikemaster #96517C
Tints of Strikemaster #96517C
RGB
CMYK
RGB Variations
Color information
#96517C (or 0x96517C) is known color: Strikemaster. HEX triplet: 96, 51 and 7C. RGB value is (150,81,124). Sum of RGB (Red+Green+Blue) = 150+81+124=355 (47% of max value = 765). Red value is 150 (58.98% from 255 or 42.25% from 355); Green value is 81 (32.03% from 255 or 22.82% from 355); Blue value is 124 (48.83% from 255 or 34.93% from 355); Max value from RGB is 150 - color contains mainly: red. Hex color #96517C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96517C is #69AE83. Grayscale: #6A6A6A. Windows color (decimal): -6925956 or 8147350. OLE color: 8147350.
HSL color Cylindrical-coordinate representation of color #96517C: hue angle of 322.61º 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 #96517C is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 81 | 124 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.41 |
| HSL | 322.61º | 0.3% | 0.45% | - |
| HSV(B) | 322.61º | 0.46% | 0.59% | - |
| XYZ | 19.16 | 13.82 | 20.73 | - |
| YUV | 106.53 | 137.86 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 81 | 124 | 0 | 0.46 | 0.17 | 0.41 | 322.61 | 0.3 | 0.45 |
| Hex | 96 | 51 | 7C | 0 | 2E | 11 | 29 | 143 | 1E | 2D |
| Octal | 226 | 121 | 174 | 0 | 56 | 21 | 51 | 503 | 36 | 55 |
| Binary | 10010110 | 1010001 | 1111100 | 0 | 101110 | 10001 | 101001 | 101000011 | 11110 | 101101 |
Color Harmonies of #96517C
Complementary color
Monochromatic Colors of #96517C
Black with #96517C
Text Example
Text Example
White with #96517C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96517C; }
p { color: rgb(150,81,124); }
H1.HeaderClassName
{
color: #96517C;
}
.AnyTagClassName
{
color: #96517C;
}
</style>
background-color css
<style>
a { background-color: #96517C; }
a { background-color: rgb(150,81,124); }
div.DivClassName
{
background-color: #96517C;
}
.BgClassName
{
background-color: #96517C;
}
</style>
border-color css
<style>
span { border-color: #96517C; }
span { border-color: rgb(150,81,124); }
td.TdClassName
{
border-color: #96517C;
}
.TagClassName
{
border-color: #96517C;
}
</style>