Shades of Strikemaster #9F7385
Tints of Strikemaster #9F7385
RGB
CMYK
RGB Variations
Color information
#9F7385 (or 0x9F7385) is known color: Strikemaster. HEX triplet: 9F, 73 and 85. RGB value is (159,115,133). Sum of RGB (Red+Green+Blue) = 159+115+133=407 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.07% from 407); Green value is 115 (45.31% from 255 or 28.26% from 407); Blue value is 133 (52.34% from 255 or 32.68% from 407); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7385 is #608C7A. Grayscale: #828282. Windows color (decimal): -6327419 or 8745887. OLE color: 8745887.
HSL color Cylindrical-coordinate representation of color #9F7385: hue angle of 335.45º 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 #9F7385 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 115 | 133 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.38 |
| HSL | 335.45º | 0.19% | 0.54% | - |
| HSV(B) | 335.45º | 0.28% | 0.62% | - |
| XYZ | 24.66 | 21.33 | 25.01 | - |
| YUV | 130.21 | 129.58 | 148.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 115 | 133 | 0 | 0.28 | 0.16 | 0.38 | 335.45 | 0.19 | 0.54 |
| Hex | 9F | 73 | 85 | 0 | 1C | 10 | 26 | 14F | 13 | 36 |
| Octal | 237 | 163 | 205 | 0 | 34 | 20 | 46 | 517 | 23 | 66 |
| Binary | 10011111 | 1110011 | 10000101 | 0 | 11100 | 10000 | 100110 | 101001111 | 10011 | 110110 |
Color Harmonies of #9F7385
Complementary color
Monochromatic Colors of #9F7385
Black with #9F7385
Text Example
Text Example
White with #9F7385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7385; }
p { color: rgb(159,115,133); }
H1.HeaderClassName
{
color: #9F7385;
}
.AnyTagClassName
{
color: #9F7385;
}
</style>
background-color css
<style>
a { background-color: #9F7385; }
a { background-color: rgb(159,115,133); }
div.DivClassName
{
background-color: #9F7385;
}
.BgClassName
{
background-color: #9F7385;
}
</style>
border-color css
<style>
span { border-color: #9F7385; }
span { border-color: rgb(159,115,133); }
td.TdClassName
{
border-color: #9F7385;
}
.TagClassName
{
border-color: #9F7385;
}
</style>