Shades of Strikemaster #9B6386
Tints of Strikemaster #9B6386
RGB
CMYK
RGB Variations
Color information
#9B6386 (or 0x9B6386) is known color: Strikemaster. HEX triplet: 9B, 63 and 86. RGB value is (155,99,134). Sum of RGB (Red+Green+Blue) = 155+99+134=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 134 (52.73% from 255 or 34.54% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6386 is #649C79. Grayscale: #777777. Windows color (decimal): -6593658 or 8807323. OLE color: 8807323.
HSL color Cylindrical-coordinate representation of color #9B6386: hue angle of 322.5º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6386 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 134 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.39 |
| HSL | 322.5º | 0.22% | 0.5% | - |
| HSV(B) | 322.5º | 0.36% | 0.61% | - |
| XYZ | 22.28 | 17.61 | 24.78 | - |
| YUV | 119.73 | 136.05 | 153.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 134 | 0 | 0.36 | 0.14 | 0.39 | 322.5 | 0.22 | 0.5 |
| Hex | 9B | 63 | 86 | 0 | 24 | E | 27 | 142 | 16 | 32 |
| Octal | 233 | 143 | 206 | 0 | 44 | 16 | 47 | 502 | 26 | 62 |
| Binary | 10011011 | 1100011 | 10000110 | 0 | 100100 | 1110 | 100111 | 101000010 | 10110 | 110010 |
Color Harmonies of #9B6386
Complementary color
Monochromatic Colors of #9B6386
Black with #9B6386
Text Example
Text Example
White with #9B6386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6386; }
p { color: rgb(155,99,134); }
H1.HeaderClassName
{
color: #9B6386;
}
.AnyTagClassName
{
color: #9B6386;
}
</style>
background-color css
<style>
a { background-color: #9B6386; }
a { background-color: rgb(155,99,134); }
div.DivClassName
{
background-color: #9B6386;
}
.BgClassName
{
background-color: #9B6386;
}
</style>
border-color css
<style>
span { border-color: #9B6386; }
span { border-color: rgb(155,99,134); }
td.TdClassName
{
border-color: #9B6386;
}
.TagClassName
{
border-color: #9B6386;
}
</style>