Shades of Strikemaster #9B658D
Tints of Strikemaster #9B658D
RGB
CMYK
RGB Variations
Color information
#9B658D (or 0x9B658D) is known color: Strikemaster. HEX triplet: 9B, 65 and 8D. RGB value is (155,101,141). Sum of RGB (Red+Green+Blue) = 155+101+141=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 101 (39.84% from 255 or 25.44% from 397); Blue value is 141 (55.47% from 255 or 35.52% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B658D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B658D is #649A72. Grayscale: #797979. Windows color (decimal): -6593139 or 9266587. OLE color: 9266587.
HSL color Cylindrical-coordinate representation of color #9B658D: hue angle of 315.56º degrees, saturation: 0.21, 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 #9B658D is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 141 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.39 |
| HSL | 315.56º | 0.21% | 0.5% | - |
| HSV(B) | 315.56º | 0.35% | 0.61% | - |
| XYZ | 22.98 | 18.2 | 27.5 | - |
| YUV | 121.71 | 138.89 | 151.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 141 | 0 | 0.35 | 0.09 | 0.39 | 315.56 | 0.21 | 0.5 |
| Hex | 9B | 65 | 8D | 0 | 23 | 9 | 27 | 13C | 15 | 32 |
| Octal | 233 | 145 | 215 | 0 | 43 | 11 | 47 | 474 | 25 | 62 |
| Binary | 10011011 | 1100101 | 10001101 | 0 | 100011 | 1001 | 100111 | 100111100 | 10101 | 110010 |
Color Harmonies of #9B658D
Complementary color
Monochromatic Colors of #9B658D
Black with #9B658D
Text Example
Text Example
White with #9B658D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B658D; }
p { color: rgb(155,101,141); }
H1.HeaderClassName
{
color: #9B658D;
}
.AnyTagClassName
{
color: #9B658D;
}
</style>
background-color css
<style>
a { background-color: #9B658D; }
a { background-color: rgb(155,101,141); }
div.DivClassName
{
background-color: #9B658D;
}
.BgClassName
{
background-color: #9B658D;
}
</style>
border-color css
<style>
span { border-color: #9B658D; }
span { border-color: rgb(155,101,141); }
td.TdClassName
{
border-color: #9B658D;
}
.TagClassName
{
border-color: #9B658D;
}
</style>