Shades of Strikemaster #9F637F
Tints of Strikemaster #9F637F
RGB
CMYK
RGB Variations
Color information
#9F637F (or 0x9F637F) is known color: Strikemaster. HEX triplet: 9F, 63 and 7F. RGB value is (159,99,127). Sum of RGB (Red+Green+Blue) = 159+99+127=385 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.30% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 127 (50% from 255 or 32.99% from 385); Max value from RGB is 159 - color contains mainly: red. Hex color #9F637F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F637F is #609C80. Grayscale: #787878. Windows color (decimal): -6331521 or 8348575. OLE color: 8348575.
HSL color Cylindrical-coordinate representation of color #9F637F: hue angle of 332º 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 #9F637F is Cyan = 0, Magento = 0.38, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 127 | - |
| CMYK | 0 | 0.38 | 0.20 | 0.38 |
| HSL | 332º | 0.24% | 0.51% | - |
| HSV(B) | 332º | 0.38% | 0.62% | - |
| XYZ | 22.59 | 17.83 | 22.33 | - |
| YUV | 120.13 | 131.88 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 127 | 0 | 0.38 | 0.20 | 0.38 | 332 | 0.24 | 0.51 |
| Hex | 9F | 63 | 7F | 0 | 26 | 14 | 26 | 14C | 18 | 33 |
| Octal | 237 | 143 | 177 | 0 | 46 | 24 | 46 | 514 | 30 | 63 |
| Binary | 10011111 | 1100011 | 1111111 | 0 | 100110 | 10100 | 100110 | 101001100 | 11000 | 110011 |
Color Harmonies of #9F637F
Complementary color
Monochromatic Colors of #9F637F
Black with #9F637F
Text Example
Text Example
White with #9F637F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F637F; }
p { color: rgb(159,99,127); }
H1.HeaderClassName
{
color: #9F637F;
}
.AnyTagClassName
{
color: #9F637F;
}
</style>
background-color css
<style>
a { background-color: #9F637F; }
a { background-color: rgb(159,99,127); }
div.DivClassName
{
background-color: #9F637F;
}
.BgClassName
{
background-color: #9F637F;
}
</style>
border-color css
<style>
span { border-color: #9F637F; }
span { border-color: rgb(159,99,127); }
td.TdClassName
{
border-color: #9F637F;
}
.TagClassName
{
border-color: #9F637F;
}
</style>