Shades of Strikemaster #9B5089
Tints of Strikemaster #9B5089
RGB
CMYK
RGB Variations
Color information
#9B5089 (or 0x9B5089) is known color: Strikemaster. HEX triplet: 9B, 50 and 89. RGB value is (155,80,137). Sum of RGB (Red+Green+Blue) = 155+80+137=372 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.67% from 372); Green value is 80 (31.64% from 255 or 21.51% from 372); Blue value is 137 (53.91% from 255 or 36.83% from 372); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5089 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5089 is #64AF76. Grayscale: #6C6C6C. Windows color (decimal): -6598519 or 8999067. OLE color: 8999067.
HSL color Cylindrical-coordinate representation of color #9B5089: hue angle of 314.4º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5089 is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 80 | 137 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.39 |
| HSL | 314.4º | 0.32% | 0.46% | - |
| HSV(B) | 314.4º | 0.48% | 0.61% | - |
| XYZ | 20.9 | 14.51 | 25.37 | - |
| YUV | 108.92 | 143.85 | 160.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 80 | 137 | 0 | 0.48 | 0.12 | 0.39 | 314.4 | 0.32 | 0.46 |
| Hex | 9B | 50 | 89 | 0 | 30 | C | 27 | 13A | 20 | 2E |
| Octal | 233 | 120 | 211 | 0 | 60 | 14 | 47 | 472 | 40 | 56 |
| Binary | 10011011 | 1010000 | 10001001 | 0 | 110000 | 1100 | 100111 | 100111010 | 100000 | 101110 |
Color Harmonies of #9B5089
Complementary color
Monochromatic Colors of #9B5089
Black with #9B5089
Text Example
Text Example
White with #9B5089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5089; }
p { color: rgb(155,80,137); }
H1.HeaderClassName
{
color: #9B5089;
}
.AnyTagClassName
{
color: #9B5089;
}
</style>
background-color css
<style>
a { background-color: #9B5089; }
a { background-color: rgb(155,80,137); }
div.DivClassName
{
background-color: #9B5089;
}
.BgClassName
{
background-color: #9B5089;
}
</style>
border-color css
<style>
span { border-color: #9B5089; }
span { border-color: rgb(155,80,137); }
td.TdClassName
{
border-color: #9B5089;
}
.TagClassName
{
border-color: #9B5089;
}
</style>