Shades of Strikemaster #9F647B
Tints of Strikemaster #9F647B
RGB
CMYK
RGB Variations
Color information
#9F647B (or 0x9F647B) is known color: Strikemaster. HEX triplet: 9F, 64 and 7B. RGB value is (159,100,123). Sum of RGB (Red+Green+Blue) = 159+100+123=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F647B is #609B84. Grayscale: #787878. Windows color (decimal): -6331269 or 8086687. OLE color: 8086687.
HSL color Cylindrical-coordinate representation of color #9F647B: hue angle of 336.61º 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 #9F647B is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 123 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.38 |
| HSL | 336.61º | 0.24% | 0.51% | - |
| HSV(B) | 336.61º | 0.37% | 0.62% | - |
| XYZ | 22.43 | 17.92 | 21.01 | - |
| YUV | 120.26 | 129.55 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 123 | 0 | 0.37 | 0.23 | 0.38 | 336.61 | 0.24 | 0.51 |
| Hex | 9F | 64 | 7B | 0 | 25 | 17 | 26 | 151 | 18 | 33 |
| Octal | 237 | 144 | 173 | 0 | 45 | 27 | 46 | 521 | 30 | 63 |
| Binary | 10011111 | 1100100 | 1111011 | 0 | 100101 | 10111 | 100110 | 101010001 | 11000 | 110011 |
Color Harmonies of #9F647B
Complementary color
Monochromatic Colors of #9F647B
Black with #9F647B
Text Example
Text Example
White with #9F647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F647B; }
p { color: rgb(159,100,123); }
H1.HeaderClassName
{
color: #9F647B;
}
.AnyTagClassName
{
color: #9F647B;
}
</style>
background-color css
<style>
a { background-color: #9F647B; }
a { background-color: rgb(159,100,123); }
div.DivClassName
{
background-color: #9F647B;
}
.BgClassName
{
background-color: #9F647B;
}
</style>
border-color css
<style>
span { border-color: #9F647B; }
span { border-color: rgb(159,100,123); }
td.TdClassName
{
border-color: #9F647B;
}
.TagClassName
{
border-color: #9F647B;
}
</style>