Shades of Strikemaster #9F617C
Tints of Strikemaster #9F617C
RGB
CMYK
RGB Variations
Color information
#9F617C (or 0x9F617C) is known color: Strikemaster. HEX triplet: 9F, 61 and 7C. RGB value is (159,97,124). Sum of RGB (Red+Green+Blue) = 159+97+124=380 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.84% from 380); Green value is 97 (38.28% from 255 or 25.53% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 159 - color contains mainly: red. Hex color #9F617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F617C is #609E83. Grayscale: #767676. Windows color (decimal): -6332036 or 8151455. OLE color: 8151455.
HSL color Cylindrical-coordinate representation of color #9F617C: hue angle of 333.87º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F617C is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 97 | 124 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.38 |
| HSL | 333.87º | 0.24% | 0.5% | - |
| HSV(B) | 333.87º | 0.39% | 0.62% | - |
| XYZ | 22.21 | 17.38 | 21.25 | - |
| YUV | 118.62 | 131.04 | 156.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 97 | 124 | 0 | 0.39 | 0.22 | 0.38 | 333.87 | 0.24 | 0.5 |
| Hex | 9F | 61 | 7C | 0 | 27 | 16 | 26 | 14E | 18 | 32 |
| Octal | 237 | 141 | 174 | 0 | 47 | 26 | 46 | 516 | 30 | 62 |
| Binary | 10011111 | 1100001 | 1111100 | 0 | 100111 | 10110 | 100110 | 101001110 | 11000 | 110010 |
Color Harmonies of #9F617C
Complementary color
Monochromatic Colors of #9F617C
Black with #9F617C
Text Example
Text Example
White with #9F617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F617C; }
p { color: rgb(159,97,124); }
H1.HeaderClassName
{
color: #9F617C;
}
.AnyTagClassName
{
color: #9F617C;
}
</style>
background-color css
<style>
a { background-color: #9F617C; }
a { background-color: rgb(159,97,124); }
div.DivClassName
{
background-color: #9F617C;
}
.BgClassName
{
background-color: #9F617C;
}
</style>
border-color css
<style>
span { border-color: #9F617C; }
span { border-color: rgb(159,97,124); }
td.TdClassName
{
border-color: #9F617C;
}
.TagClassName
{
border-color: #9F617C;
}
</style>