Shades of Strikemaster #9F637A
Tints of Strikemaster #9F637A
RGB
CMYK
RGB Variations
Color information
#9F637A (or 0x9F637A) is known color: Strikemaster. HEX triplet: 9F, 63 and 7A. RGB value is (159,99,122). Sum of RGB (Red+Green+Blue) = 159+99+122=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 99 (39.06% from 255 or 26.05% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F637A is #609C85. Grayscale: #777777. Windows color (decimal): -6331526 or 8020895. OLE color: 8020895.
HSL color Cylindrical-coordinate representation of color #9F637A: hue angle of 337º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F637A is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 122 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.38 |
| HSL | 337º | 0.24% | 0.51% | - |
| HSV(B) | 337º | 0.38% | 0.62% | - |
| XYZ | 22.27 | 17.7 | 20.65 | - |
| YUV | 119.56 | 129.38 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 122 | 0 | 0.38 | 0.23 | 0.38 | 337 | 0.24 | 0.51 |
| Hex | 9F | 63 | 7A | 0 | 26 | 17 | 26 | 151 | 18 | 33 |
| Octal | 237 | 143 | 172 | 0 | 46 | 27 | 46 | 521 | 30 | 63 |
| Binary | 10011111 | 1100011 | 1111010 | 0 | 100110 | 10111 | 100110 | 101010001 | 11000 | 110011 |
Color Harmonies of #9F637A
Complementary color
Monochromatic Colors of #9F637A
Black with #9F637A
Text Example
Text Example
White with #9F637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F637A; }
p { color: rgb(159,99,122); }
H1.HeaderClassName
{
color: #9F637A;
}
.AnyTagClassName
{
color: #9F637A;
}
</style>
background-color css
<style>
a { background-color: #9F637A; }
a { background-color: rgb(159,99,122); }
div.DivClassName
{
background-color: #9F637A;
}
.BgClassName
{
background-color: #9F637A;
}
</style>
border-color css
<style>
span { border-color: #9F637A; }
span { border-color: rgb(159,99,122); }
td.TdClassName
{
border-color: #9F637A;
}
.TagClassName
{
border-color: #9F637A;
}
</style>