Shades of Strikemaster #9F647A
Tints of Strikemaster #9F647A
RGB
CMYK
RGB Variations
Color information
#9F647A (or 0x9F647A) is known color: Strikemaster. HEX triplet: 9F, 64 and 7A. RGB value is (159,100,122). Sum of RGB (Red+Green+Blue) = 159+100+122=381 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.73% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 159 - color contains mainly: red. Hex color #9F647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F647A is #609B85. Grayscale: #787878. Windows color (decimal): -6331270 or 8021151. OLE color: 8021151.
HSL color Cylindrical-coordinate representation of color #9F647A: hue angle of 337.63º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F647A is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 122 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.38 |
| HSL | 337.63º | 0.24% | 0.51% | - |
| HSV(B) | 337.63º | 0.37% | 0.62% | - |
| XYZ | 22.37 | 17.89 | 20.69 | - |
| YUV | 120.15 | 129.05 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 122 | 0 | 0.37 | 0.23 | 0.38 | 337.63 | 0.24 | 0.51 |
| Hex | 9F | 64 | 7A | 0 | 25 | 17 | 26 | 152 | 18 | 33 |
| Octal | 237 | 144 | 172 | 0 | 45 | 27 | 46 | 522 | 30 | 63 |
| Binary | 10011111 | 1100100 | 1111010 | 0 | 100101 | 10111 | 100110 | 101010010 | 11000 | 110011 |
Color Harmonies of #9F647A
Complementary color
Monochromatic Colors of #9F647A
Black with #9F647A
Text Example
Text Example
White with #9F647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F647A; }
p { color: rgb(159,100,122); }
H1.HeaderClassName
{
color: #9F647A;
}
.AnyTagClassName
{
color: #9F647A;
}
</style>
background-color css
<style>
a { background-color: #9F647A; }
a { background-color: rgb(159,100,122); }
div.DivClassName
{
background-color: #9F647A;
}
.BgClassName
{
background-color: #9F647A;
}
</style>
border-color css
<style>
span { border-color: #9F647A; }
span { border-color: rgb(159,100,122); }
td.TdClassName
{
border-color: #9F647A;
}
.TagClassName
{
border-color: #9F647A;
}
</style>