Shades of Strikemaster #9B4986
Tints of Strikemaster #9B4986
RGB
CMYK
RGB Variations
Color information
#9B4986 (or 0x9B4986) is known color: Strikemaster. HEX triplet: 9B, 49 and 86. RGB value is (155,73,134). Sum of RGB (Red+Green+Blue) = 155+73+134=362 (47% of max value = 765). Red value is 155 (60.94% from 255 or 42.82% from 362); Green value is 73 (28.91% from 255 or 20.17% from 362); Blue value is 134 (52.73% from 255 or 37.02% from 362); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4986 is #64B679. Grayscale: #686868. Windows color (decimal): -6600314 or 8800667. OLE color: 8800667.
HSL color Cylindrical-coordinate representation of color #9B4986: hue angle of 315.37º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4986 is Cyan = 0, Magento = 0.53, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 73 | 134 | - |
| CMYK | 0 | 0.53 | 0.14 | 0.39 |
| HSL | 315.37º | 0.36% | 0.45% | - |
| HSV(B) | 315.37º | 0.53% | 0.61% | - |
| XYZ | 20.2 | 13.45 | 24.09 | - |
| YUV | 104.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 73 | 134 | 0 | 0.53 | 0.14 | 0.39 | 315.37 | 0.36 | 0.45 |
| Hex | 9B | 49 | 86 | 0 | 35 | E | 27 | 13B | 24 | 2D |
| Octal | 233 | 111 | 206 | 0 | 65 | 16 | 47 | 473 | 44 | 55 |
| Binary | 10011011 | 1001001 | 10000110 | 0 | 110101 | 1110 | 100111 | 100111011 | 100100 | 101101 |
Color Harmonies of #9B4986
Complementary color
Monochromatic Colors of #9B4986
Black with #9B4986
Text Example
Text Example
White with #9B4986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B4986; }
p { color: rgb(155,73,134); }
H1.HeaderClassName
{
color: #9B4986;
}
.AnyTagClassName
{
color: #9B4986;
}
</style>
background-color css
<style>
a { background-color: #9B4986; }
a { background-color: rgb(155,73,134); }
div.DivClassName
{
background-color: #9B4986;
}
.BgClassName
{
background-color: #9B4986;
}
</style>
border-color css
<style>
span { border-color: #9B4986; }
span { border-color: rgb(155,73,134); }
td.TdClassName
{
border-color: #9B4986;
}
.TagClassName
{
border-color: #9B4986;
}
</style>