Shades of Strikemaster #9B6185
Tints of Strikemaster #9B6185
RGB
CMYK
RGB Variations
Color information
#9B6185 (or 0x9B6185) is known color: Strikemaster. HEX triplet: 9B, 61 and 85. RGB value is (155,97,133). Sum of RGB (Red+Green+Blue) = 155+97+133=385 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.26% from 385); Green value is 97 (38.28% from 255 or 25.19% from 385); Blue value is 133 (52.34% from 255 or 34.55% from 385); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6185 is #649E7A. Grayscale: #767676. Windows color (decimal): -6594171 or 8741275. OLE color: 8741275.
HSL color Cylindrical-coordinate representation of color #9B6185: hue angle of 322.76º 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 #9B6185 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 133 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.39 |
| HSL | 322.76º | 0.23% | 0.49% | - |
| HSV(B) | 322.76º | 0.37% | 0.61% | - |
| XYZ | 22.03 | 17.21 | 24.35 | - |
| YUV | 118.45 | 136.22 | 154.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 133 | 0 | 0.37 | 0.14 | 0.39 | 322.76 | 0.23 | 0.49 |
| Hex | 9B | 61 | 85 | 0 | 25 | E | 27 | 143 | 17 | 31 |
| Octal | 233 | 141 | 205 | 0 | 45 | 16 | 47 | 503 | 27 | 61 |
| Binary | 10011011 | 1100001 | 10000101 | 0 | 100101 | 1110 | 100111 | 101000011 | 10111 | 110001 |
Color Harmonies of #9B6185
Complementary color
Monochromatic Colors of #9B6185
Black with #9B6185
Text Example
Text Example
White with #9B6185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6185; }
p { color: rgb(155,97,133); }
H1.HeaderClassName
{
color: #9B6185;
}
.AnyTagClassName
{
color: #9B6185;
}
</style>
background-color css
<style>
a { background-color: #9B6185; }
a { background-color: rgb(155,97,133); }
div.DivClassName
{
background-color: #9B6185;
}
.BgClassName
{
background-color: #9B6185;
}
</style>
border-color css
<style>
span { border-color: #9B6185; }
span { border-color: rgb(155,97,133); }
td.TdClassName
{
border-color: #9B6185;
}
.TagClassName
{
border-color: #9B6185;
}
</style>