Shades of Strikemaster #9B6189
Tints of Strikemaster #9B6189
RGB
CMYK
RGB Variations
Color information
#9B6189 (or 0x9B6189) is known color: Strikemaster. HEX triplet: 9B, 61 and 89. RGB value is (155,97,137). Sum of RGB (Red+Green+Blue) = 155+97+137=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 97 (38.28% from 255 or 24.94% from 389); Blue value is 137 (53.91% from 255 or 35.22% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6189 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6189 is #649E76. Grayscale: #767676. Windows color (decimal): -6594167 or 9003419. OLE color: 9003419.
HSL color Cylindrical-coordinate representation of color #9B6189: hue angle of 318.62º degrees, saturation: 0.23, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6189 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 137 | - |
| CMYK | 0 | 0.37 | 0.12 | 0.39 |
| HSL | 318.62º | 0.23% | 0.49% | - |
| HSV(B) | 318.62º | 0.37% | 0.61% | - |
| XYZ | 22.31 | 17.32 | 25.84 | - |
| YUV | 118.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 137 | 0 | 0.37 | 0.12 | 0.39 | 318.62 | 0.23 | 0.49 |
| Hex | 9B | 61 | 89 | 0 | 25 | C | 27 | 13F | 17 | 31 |
| Octal | 233 | 141 | 211 | 0 | 45 | 14 | 47 | 477 | 27 | 61 |
| Binary | 10011011 | 1100001 | 10001001 | 0 | 100101 | 1100 | 100111 | 100111111 | 10111 | 110001 |
Color Harmonies of #9B6189
Complementary color
Monochromatic Colors of #9B6189
Black with #9B6189
Text Example
Text Example
White with #9B6189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6189; }
p { color: rgb(155,97,137); }
H1.HeaderClassName
{
color: #9B6189;
}
.AnyTagClassName
{
color: #9B6189;
}
</style>
background-color css
<style>
a { background-color: #9B6189; }
a { background-color: rgb(155,97,137); }
div.DivClassName
{
background-color: #9B6189;
}
.BgClassName
{
background-color: #9B6189;
}
</style>
border-color css
<style>
span { border-color: #9B6189; }
span { border-color: rgb(155,97,137); }
td.TdClassName
{
border-color: #9B6189;
}
.TagClassName
{
border-color: #9B6189;
}
</style>