Shades of Strikemaster #9F6D7F
Tints of Strikemaster #9F6D7F
RGB
CMYK
RGB Variations
Color information
#9F6D7F (or 0x9F6D7F) is known color: Strikemaster. HEX triplet: 9F, 6D and 7F. RGB value is (159,109,127). Sum of RGB (Red+Green+Blue) = 159+109+127=395 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.25% from 395); Green value is 109 (42.97% from 255 or 27.59% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6D7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F6D7F is #609280. Grayscale: #7D7D7D. Windows color (decimal): -6328961 or 8351135. OLE color: 8351135.
HSL color Cylindrical-coordinate representation of color #9F6D7F: hue angle of 338.4º degrees, saturation: 0.21, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9F6D7F is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 109 | 127 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.38 |
| HSL | 338.4º | 0.21% | 0.53% | - |
| HSV(B) | 338.4º | 0.31% | 0.62% | - |
| XYZ | 23.6 | 19.84 | 22.66 | - |
| YUV | 126 | 128.57 | 151.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 109 | 127 | 0 | 0.31 | 0.20 | 0.38 | 338.4 | 0.21 | 0.53 |
| Hex | 9F | 6D | 7F | 0 | 1F | 14 | 26 | 152 | 15 | 35 |
| Octal | 237 | 155 | 177 | 0 | 37 | 24 | 46 | 522 | 25 | 65 |
| Binary | 10011111 | 1101101 | 1111111 | 0 | 11111 | 10100 | 100110 | 101010010 | 10101 | 110101 |
Color Harmonies of #9F6D7F
Complementary color
Monochromatic Colors of #9F6D7F
Black with #9F6D7F
Text Example
Text Example
White with #9F6D7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6D7F; }
p { color: rgb(159,109,127); }
H1.HeaderClassName
{
color: #9F6D7F;
}
.AnyTagClassName
{
color: #9F6D7F;
}
</style>
background-color css
<style>
a { background-color: #9F6D7F; }
a { background-color: rgb(159,109,127); }
div.DivClassName
{
background-color: #9F6D7F;
}
.BgClassName
{
background-color: #9F6D7F;
}
</style>
border-color css
<style>
span { border-color: #9F6D7F; }
span { border-color: rgb(159,109,127); }
td.TdClassName
{
border-color: #9F6D7F;
}
.TagClassName
{
border-color: #9F6D7F;
}
</style>