Shades of Strikemaster #9B6289
Tints of Strikemaster #9B6289
RGB
CMYK
RGB Variations
Color information
#9B6289 (or 0x9B6289) is known color: Strikemaster. HEX triplet: 9B, 62 and 89. RGB value is (155,98,137). Sum of RGB (Red+Green+Blue) = 155+98+137=390 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.74% from 390); Green value is 98 (38.67% from 255 or 25.13% from 390); Blue value is 137 (53.91% from 255 or 35.13% from 390); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6289 is #649D76. Grayscale: #777777. Windows color (decimal): -6593911 or 9003675. OLE color: 9003675.
HSL color Cylindrical-coordinate representation of color #9B6289: hue angle of 318.95º 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 #9B6289 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 98 | 137 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.39 |
| HSL | 318.95º | 0.23% | 0.5% | - |
| HSV(B) | 318.95º | 0.37% | 0.61% | - |
| XYZ | 22.4 | 17.51 | 25.87 | - |
| YUV | 119.49 | 137.88 | 153.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 98 | 137 | 0 | 0.37 | 0.12 | 0.39 | 318.95 | 0.23 | 0.5 |
| Hex | 9B | 62 | 89 | 0 | 25 | C | 27 | 13F | 17 | 32 |
| Octal | 233 | 142 | 211 | 0 | 45 | 14 | 47 | 477 | 27 | 62 |
| Binary | 10011011 | 1100010 | 10001001 | 0 | 100101 | 1100 | 100111 | 100111111 | 10111 | 110010 |
Color Harmonies of #9B6289
Complementary color
Monochromatic Colors of #9B6289
Black with #9B6289
Text Example
Text Example
White with #9B6289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6289; }
p { color: rgb(155,98,137); }
H1.HeaderClassName
{
color: #9B6289;
}
.AnyTagClassName
{
color: #9B6289;
}
</style>
background-color css
<style>
a { background-color: #9B6289; }
a { background-color: rgb(155,98,137); }
div.DivClassName
{
background-color: #9B6289;
}
.BgClassName
{
background-color: #9B6289;
}
</style>
border-color css
<style>
span { border-color: #9B6289; }
span { border-color: rgb(155,98,137); }
td.TdClassName
{
border-color: #9B6289;
}
.TagClassName
{
border-color: #9B6289;
}
</style>