Shades of Strikemaster #9F537F
Tints of Strikemaster #9F537F
RGB
CMYK
RGB Variations
Color information
#9F537F (or 0x9F537F) is known color: Strikemaster. HEX triplet: 9F, 53 and 7F. RGB value is (159,83,127). Sum of RGB (Red+Green+Blue) = 159+83+127=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 83 (32.81% from 255 or 22.49% from 369); Blue value is 127 (50% from 255 or 34.42% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F537F is #60AC80. Grayscale: #6E6E6E. Windows color (decimal): -6335617 or 8344479. OLE color: 8344479.
HSL color Cylindrical-coordinate representation of color #9F537F: hue angle of 325.26º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F537F is Cyan = 0, Magento = 0.48, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 83 | 127 | - |
| CMYK | 0 | 0.48 | 0.20 | 0.38 |
| HSL | 325.26º | 0.31% | 0.47% | - |
| HSV(B) | 325.26º | 0.48% | 0.62% | - |
| XYZ | 21.22 | 15.09 | 21.87 | - |
| YUV | 110.74 | 137.18 | 162.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 83 | 127 | 0 | 0.48 | 0.20 | 0.38 | 325.26 | 0.31 | 0.47 |
| Hex | 9F | 53 | 7F | 0 | 30 | 14 | 26 | 145 | 1F | 2F |
| Octal | 237 | 123 | 177 | 0 | 60 | 24 | 46 | 505 | 37 | 57 |
| Binary | 10011111 | 1010011 | 1111111 | 0 | 110000 | 10100 | 100110 | 101000101 | 11111 | 101111 |
Color Harmonies of #9F537F
Complementary color
Monochromatic Colors of #9F537F
Black with #9F537F
Text Example
Text Example
White with #9F537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F537F; }
p { color: rgb(159,83,127); }
H1.HeaderClassName
{
color: #9F537F;
}
.AnyTagClassName
{
color: #9F537F;
}
</style>
background-color css
<style>
a { background-color: #9F537F; }
a { background-color: rgb(159,83,127); }
div.DivClassName
{
background-color: #9F537F;
}
.BgClassName
{
background-color: #9F537F;
}
</style>
border-color css
<style>
span { border-color: #9F537F; }
span { border-color: rgb(159,83,127); }
td.TdClassName
{
border-color: #9F537F;
}
.TagClassName
{
border-color: #9F537F;
}
</style>