Shades of Strikemaster #9B647F
Tints of Strikemaster #9B647F
RGB
CMYK
RGB Variations
Color information
#9B647F (or 0x9B647F) is known color: Strikemaster. HEX triplet: 9B, 64 and 7F. RGB value is (155,100,127). Sum of RGB (Red+Green+Blue) = 155+100+127=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B647F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B647F is #649B80. Grayscale: #777777. Windows color (decimal): -6593409 or 8348827. OLE color: 8348827.
HSL color Cylindrical-coordinate representation of color #9B647F: hue angle of 330.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B647F is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 127 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.39 |
| HSL | 330.55º | 0.22% | 0.5% | - |
| HSV(B) | 330.55º | 0.35% | 0.61% | - |
| XYZ | 21.91 | 17.62 | 22.32 | - |
| YUV | 119.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 127 | 0 | 0.35 | 0.18 | 0.39 | 330.55 | 0.22 | 0.5 |
| Hex | 9B | 64 | 7F | 0 | 23 | 12 | 27 | 14B | 16 | 32 |
| Octal | 233 | 144 | 177 | 0 | 43 | 22 | 47 | 513 | 26 | 62 |
| Binary | 10011011 | 1100100 | 1111111 | 0 | 100011 | 10010 | 100111 | 101001011 | 10110 | 110010 |
Color Harmonies of #9B647F
Complementary color
Monochromatic Colors of #9B647F
Black with #9B647F
Text Example
Text Example
White with #9B647F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B647F; }
p { color: rgb(155,100,127); }
H1.HeaderClassName
{
color: #9B647F;
}
.AnyTagClassName
{
color: #9B647F;
}
</style>
background-color css
<style>
a { background-color: #9B647F; }
a { background-color: rgb(155,100,127); }
div.DivClassName
{
background-color: #9B647F;
}
.BgClassName
{
background-color: #9B647F;
}
</style>
border-color css
<style>
span { border-color: #9B647F; }
span { border-color: rgb(155,100,127); }
td.TdClassName
{
border-color: #9B647F;
}
.TagClassName
{
border-color: #9B647F;
}
</style>