Shades of Strikemaster #9B6280
Tints of Strikemaster #9B6280
RGB
CMYK
RGB Variations
Color information
#9B6280 (or 0x9B6280) is known color: Strikemaster. HEX triplet: 9B, 62 and 80. RGB value is (155,98,128). Sum of RGB (Red+Green+Blue) = 155+98+128=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 98 (38.67% from 255 or 25.72% from 381); Blue value is 128 (50.39% from 255 or 33.60% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6280 is #649D7F. Grayscale: #767676. Windows color (decimal): -6593920 or 8413851. OLE color: 8413851.
HSL color Cylindrical-coordinate representation of color #9B6280: hue angle of 328.42º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6280 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 98 | 128 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.39 |
| HSL | 328.42º | 0.23% | 0.5% | - |
| HSV(B) | 328.42º | 0.37% | 0.61% | - |
| XYZ | 21.78 | 17.26 | 22.61 | - |
| YUV | 118.46 | 133.38 | 154.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 98 | 128 | 0 | 0.37 | 0.17 | 0.39 | 328.42 | 0.23 | 0.5 |
| Hex | 9B | 62 | 80 | 0 | 25 | 11 | 27 | 148 | 17 | 32 |
| Octal | 233 | 142 | 200 | 0 | 45 | 21 | 47 | 510 | 27 | 62 |
| Binary | 10011011 | 1100010 | 10000000 | 0 | 100101 | 10001 | 100111 | 101001000 | 10111 | 110010 |
Color Harmonies of #9B6280
Complementary color
Monochromatic Colors of #9B6280
Black with #9B6280
Text Example
Text Example
White with #9B6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6280; }
p { color: rgb(155,98,128); }
H1.HeaderClassName
{
color: #9B6280;
}
.AnyTagClassName
{
color: #9B6280;
}
</style>
background-color css
<style>
a { background-color: #9B6280; }
a { background-color: rgb(155,98,128); }
div.DivClassName
{
background-color: #9B6280;
}
.BgClassName
{
background-color: #9B6280;
}
</style>
border-color css
<style>
span { border-color: #9B6280; }
span { border-color: rgb(155,98,128); }
td.TdClassName
{
border-color: #9B6280;
}
.TagClassName
{
border-color: #9B6280;
}
</style>