Shades of Strikemaster #9D647C
Tints of Strikemaster #9D647C
RGB
CMYK
RGB Variations
Color information
#9D647C (or 0x9D647C) is known color: Strikemaster. HEX triplet: 9D, 64 and 7C. RGB value is (157,100,124). Sum of RGB (Red+Green+Blue) = 157+100+124=381 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.21% from 381); Green value is 100 (39.45% from 255 or 26.25% from 381); Blue value is 124 (48.83% from 255 or 32.55% from 381); Max value from RGB is 157 - color contains mainly: red. Hex color #9D647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D647C is #629B83. Grayscale: #777777. Windows color (decimal): -6462340 or 8152221. OLE color: 8152221.
HSL color Cylindrical-coordinate representation of color #9D647C: hue angle of 334.74º 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 #9D647C is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 100 | 124 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.38 |
| HSL | 334.74º | 0.23% | 0.5% | - |
| HSV(B) | 334.74º | 0.36% | 0.62% | - |
| XYZ | 22.1 | 17.74 | 21.33 | - |
| YUV | 119.78 | 130.38 | 154.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 100 | 124 | 0 | 0.36 | 0.21 | 0.38 | 334.74 | 0.23 | 0.5 |
| Hex | 9D | 64 | 7C | 0 | 24 | 15 | 26 | 14F | 17 | 32 |
| Octal | 235 | 144 | 174 | 0 | 44 | 25 | 46 | 517 | 27 | 62 |
| Binary | 10011101 | 1100100 | 1111100 | 0 | 100100 | 10101 | 100110 | 101001111 | 10111 | 110010 |
Color Harmonies of #9D647C
Complementary color
Monochromatic Colors of #9D647C
Black with #9D647C
Text Example
Text Example
White with #9D647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D647C; }
p { color: rgb(157,100,124); }
H1.HeaderClassName
{
color: #9D647C;
}
.AnyTagClassName
{
color: #9D647C;
}
</style>
background-color css
<style>
a { background-color: #9D647C; }
a { background-color: rgb(157,100,124); }
div.DivClassName
{
background-color: #9D647C;
}
.BgClassName
{
background-color: #9D647C;
}
</style>
border-color css
<style>
span { border-color: #9D647C; }
span { border-color: rgb(157,100,124); }
td.TdClassName
{
border-color: #9D647C;
}
.TagClassName
{
border-color: #9D647C;
}
</style>