Shades of Strikemaster #9F7384
Tints of Strikemaster #9F7384
RGB
CMYK
RGB Variations
Color information
#9F7384 (or 0x9F7384) is known color: Strikemaster. HEX triplet: 9F, 73 and 84. RGB value is (159,115,132). Sum of RGB (Red+Green+Blue) = 159+115+132=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 115 (45.31% from 255 or 28.33% from 406); Blue value is 132 (51.95% from 255 or 32.51% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7384 is #608C7B. Grayscale: #828282. Windows color (decimal): -6327420 or 8680351. OLE color: 8680351.
HSL color Cylindrical-coordinate representation of color #9F7384: hue angle of 336.82º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9F7384 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 132 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.38 |
| HSL | 336.82º | 0.19% | 0.54% | - |
| HSV(B) | 336.82º | 0.28% | 0.62% | - |
| XYZ | 24.59 | 21.3 | 24.64 | - |
| YUV | 130.09 | 129.08 | 148.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 132 | 0 | 0.28 | 0.17 | 0.38 | 336.82 | 0.19 | 0.54 |
| Hex | 9F | 73 | 84 | 0 | 1C | 11 | 26 | 151 | 13 | 36 |
| Octal | 237 | 163 | 204 | 0 | 34 | 21 | 46 | 521 | 23 | 66 |
| Binary | 10011111 | 1110011 | 10000100 | 0 | 11100 | 10001 | 100110 | 101010001 | 10011 | 110110 |
Color Harmonies of #9F7384
Complementary color
Monochromatic Colors of #9F7384
Black with #9F7384
Text Example
Text Example
White with #9F7384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7384; }
p { color: rgb(159,115,132); }
H1.HeaderClassName
{
color: #9F7384;
}
.AnyTagClassName
{
color: #9F7384;
}
</style>
background-color css
<style>
a { background-color: #9F7384; }
a { background-color: rgb(159,115,132); }
div.DivClassName
{
background-color: #9F7384;
}
.BgClassName
{
background-color: #9F7384;
}
</style>
border-color css
<style>
span { border-color: #9F7384; }
span { border-color: rgb(159,115,132); }
td.TdClassName
{
border-color: #9F7384;
}
.TagClassName
{
border-color: #9F7384;
}
</style>