Shades of Strikemaster #9D647F
Tints of Strikemaster #9D647F
RGB
CMYK
RGB Variations
Color information
#9D647F (or 0x9D647F) is known color: Strikemaster. HEX triplet: 9D, 64 and 7F. RGB value is (157,100,127). Sum of RGB (Red+Green+Blue) = 157+100+127=384 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.89% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 157 - color contains mainly: red. Hex color #9D647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D647F is #629B80. Grayscale: #787878. Windows color (decimal): -6462337 or 8348829. OLE color: 8348829.
HSL color Cylindrical-coordinate representation of color #9D647F: hue angle of 331.58º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9D647F is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 127 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.38 |
| HSL | 331.58º | 0.23% | 0.5% | - |
| HSV(B) | 331.58º | 0.36% | 0.62% | - |
| XYZ | 22.29 | 17.81 | 22.34 | - |
| YUV | 120.12 | 131.88 | 154.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 127 | 0 | 0.36 | 0.19 | 0.38 | 331.58 | 0.23 | 0.5 |
| Hex | 9D | 64 | 7F | 0 | 24 | 13 | 26 | 14C | 17 | 32 |
| Octal | 235 | 144 | 177 | 0 | 44 | 23 | 46 | 514 | 27 | 62 |
| Binary | 10011101 | 1100100 | 1111111 | 0 | 100100 | 10011 | 100110 | 101001100 | 10111 | 110010 |
Color Harmonies of #9D647F
Complementary color
Monochromatic Colors of #9D647F
Black with #9D647F
Text Example
Text Example
White with #9D647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D647F; }
p { color: rgb(157,100,127); }
H1.HeaderClassName
{
color: #9D647F;
}
.AnyTagClassName
{
color: #9D647F;
}
</style>
background-color css
<style>
a { background-color: #9D647F; }
a { background-color: rgb(157,100,127); }
div.DivClassName
{
background-color: #9D647F;
}
.BgClassName
{
background-color: #9D647F;
}
</style>
border-color css
<style>
span { border-color: #9D647F; }
span { border-color: rgb(157,100,127); }
td.TdClassName
{
border-color: #9D647F;
}
.TagClassName
{
border-color: #9D647F;
}
</style>