Shades of Strikemaster #9F637C
Tints of Strikemaster #9F637C
RGB
CMYK
RGB Variations
Color information
#9F637C (or 0x9F637C) is known color: Strikemaster. HEX triplet: 9F, 63 and 7C. RGB value is (159,99,124). Sum of RGB (Red+Green+Blue) = 159+99+124=382 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.62% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 124 (48.83% from 255 or 32.46% from 382); Max value from RGB is 159 - color contains mainly: red. Hex color #9F637C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F637C is #609C83. Grayscale: #777777. Windows color (decimal): -6331524 or 8151967. OLE color: 8151967.
HSL color Cylindrical-coordinate representation of color #9F637C: hue angle of 335º 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 #9F637C is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 124 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.38 |
| HSL | 335º | 0.24% | 0.51% | - |
| HSV(B) | 335º | 0.38% | 0.62% | - |
| XYZ | 22.4 | 17.75 | 21.31 | - |
| YUV | 119.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 124 | 0 | 0.38 | 0.22 | 0.38 | 335 | 0.24 | 0.51 |
| Hex | 9F | 63 | 7C | 0 | 26 | 16 | 26 | 14F | 18 | 33 |
| Octal | 237 | 143 | 174 | 0 | 46 | 26 | 46 | 517 | 30 | 63 |
| Binary | 10011111 | 1100011 | 1111100 | 0 | 100110 | 10110 | 100110 | 101001111 | 11000 | 110011 |
Color Harmonies of #9F637C
Complementary color
Monochromatic Colors of #9F637C
Black with #9F637C
Text Example
Text Example
White with #9F637C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F637C; }
p { color: rgb(159,99,124); }
H1.HeaderClassName
{
color: #9F637C;
}
.AnyTagClassName
{
color: #9F637C;
}
</style>
background-color css
<style>
a { background-color: #9F637C; }
a { background-color: rgb(159,99,124); }
div.DivClassName
{
background-color: #9F637C;
}
.BgClassName
{
background-color: #9F637C;
}
</style>
border-color css
<style>
span { border-color: #9F637C; }
span { border-color: rgb(159,99,124); }
td.TdClassName
{
border-color: #9F637C;
}
.TagClassName
{
border-color: #9F637C;
}
</style>