Shades of Strikemaster #9F637D
Tints of Strikemaster #9F637D
RGB
CMYK
RGB Variations
Color information
#9F637D (or 0x9F637D) is known color: Strikemaster. HEX triplet: 9F, 63 and 7D. RGB value is (159,99,125). Sum of RGB (Red+Green+Blue) = 159+99+125=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 99 (39.06% from 255 or 25.85% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F637D is #609C82. Grayscale: #777777. Windows color (decimal): -6331523 or 8217503. OLE color: 8217503.
HSL color Cylindrical-coordinate representation of color #9F637D: hue angle of 334º 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 #9F637D is Cyan = 0, Magento = 0.38, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 125 | - |
| CMYK | 0 | 0.38 | 0.21 | 0.38 |
| HSL | 334º | 0.24% | 0.51% | - |
| HSV(B) | 334º | 0.38% | 0.62% | - |
| XYZ | 22.46 | 17.78 | 21.65 | - |
| YUV | 119.9 | 130.88 | 155.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 125 | 0 | 0.38 | 0.21 | 0.38 | 334 | 0.24 | 0.51 |
| Hex | 9F | 63 | 7D | 0 | 26 | 15 | 26 | 14E | 18 | 33 |
| Octal | 237 | 143 | 175 | 0 | 46 | 25 | 46 | 516 | 30 | 63 |
| Binary | 10011111 | 1100011 | 1111101 | 0 | 100110 | 10101 | 100110 | 101001110 | 11000 | 110011 |
Color Harmonies of #9F637D
Complementary color
Monochromatic Colors of #9F637D
Black with #9F637D
Text Example
Text Example
White with #9F637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F637D; }
p { color: rgb(159,99,125); }
H1.HeaderClassName
{
color: #9F637D;
}
.AnyTagClassName
{
color: #9F637D;
}
</style>
background-color css
<style>
a { background-color: #9F637D; }
a { background-color: rgb(159,99,125); }
div.DivClassName
{
background-color: #9F637D;
}
.BgClassName
{
background-color: #9F637D;
}
</style>
border-color css
<style>
span { border-color: #9F637D; }
span { border-color: rgb(159,99,125); }
td.TdClassName
{
border-color: #9F637D;
}
.TagClassName
{
border-color: #9F637D;
}
</style>