Shades of Strikemaster #9B5886
Tints of Strikemaster #9B5886
RGB
CMYK
RGB Variations
Color information
#9B5886 (or 0x9B5886) is known color: Strikemaster. HEX triplet: 9B, 58 and 86. RGB value is (155,88,134). Sum of RGB (Red+Green+Blue) = 155+88+134=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 88 (34.77% from 255 or 23.34% from 377); Blue value is 134 (52.73% from 255 or 35.54% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5886 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5886 is #64A779. Grayscale: #717171. Windows color (decimal): -6596474 or 8804507. OLE color: 8804507.
HSL color Cylindrical-coordinate representation of color #9B5886: hue angle of 318.81º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B5886 is Cyan = 0, Magento = 0.43, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 88 | 134 | - |
| CMYK | 0 | 0.43 | 0.14 | 0.39 |
| HSL | 318.81º | 0.28% | 0.48% | - |
| HSV(B) | 318.81º | 0.43% | 0.61% | - |
| XYZ | 21.31 | 15.67 | 24.46 | - |
| YUV | 113.28 | 139.7 | 157.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 88 | 134 | 0 | 0.43 | 0.14 | 0.39 | 318.81 | 0.28 | 0.48 |
| Hex | 9B | 58 | 86 | 0 | 2B | E | 27 | 13F | 1C | 30 |
| Octal | 233 | 130 | 206 | 0 | 53 | 16 | 47 | 477 | 34 | 60 |
| Binary | 10011011 | 1011000 | 10000110 | 0 | 101011 | 1110 | 100111 | 100111111 | 11100 | 110000 |
Color Harmonies of #9B5886
Complementary color
Monochromatic Colors of #9B5886
Black with #9B5886
Text Example
Text Example
White with #9B5886
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5886; }
p { color: rgb(155,88,134); }
H1.HeaderClassName
{
color: #9B5886;
}
.AnyTagClassName
{
color: #9B5886;
}
</style>
background-color css
<style>
a { background-color: #9B5886; }
a { background-color: rgb(155,88,134); }
div.DivClassName
{
background-color: #9B5886;
}
.BgClassName
{
background-color: #9B5886;
}
</style>
border-color css
<style>
span { border-color: #9B5886; }
span { border-color: rgb(155,88,134); }
td.TdClassName
{
border-color: #9B5886;
}
.TagClassName
{
border-color: #9B5886;
}
</style>