Shades of Strikemaster #9B7185
Tints of Strikemaster #9B7185
RGB
CMYK
RGB Variations
Color information
#9B7185 (or 0x9B7185) is known color: Strikemaster. HEX triplet: 9B, 71 and 85. RGB value is (155,113,133). Sum of RGB (Red+Green+Blue) = 155+113+133=401 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.65% from 401); Green value is 113 (44.53% from 255 or 28.18% from 401); Blue value is 133 (52.34% from 255 or 33.17% from 401); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7185 is #648E7A. Grayscale: #7F7F7F. Windows color (decimal): -6590075 or 8745371. OLE color: 8745371.
HSL color Cylindrical-coordinate representation of color #9B7185: hue angle of 331.43º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #9B7185 is Cyan = 0, Magento = 0.27, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 113 | 133 | - |
| CMYK | 0 | 0.27 | 0.14 | 0.39 |
| HSL | 331.43º | 0.17% | 0.53% | - |
| HSV(B) | 331.43º | 0.27% | 0.61% | - |
| XYZ | 23.66 | 20.47 | 24.9 | - |
| YUV | 127.84 | 130.91 | 147.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 113 | 133 | 0 | 0.27 | 0.14 | 0.39 | 331.43 | 0.17 | 0.53 |
| Hex | 9B | 71 | 85 | 0 | 1B | E | 27 | 14B | 11 | 35 |
| Octal | 233 | 161 | 205 | 0 | 33 | 16 | 47 | 513 | 21 | 65 |
| Binary | 10011011 | 1110001 | 10000101 | 0 | 11011 | 1110 | 100111 | 101001011 | 10001 | 110101 |
Color Harmonies of #9B7185
Complementary color
Monochromatic Colors of #9B7185
Black with #9B7185
Text Example
Text Example
White with #9B7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7185; }
p { color: rgb(155,113,133); }
H1.HeaderClassName
{
color: #9B7185;
}
.AnyTagClassName
{
color: #9B7185;
}
</style>
background-color css
<style>
a { background-color: #9B7185; }
a { background-color: rgb(155,113,133); }
div.DivClassName
{
background-color: #9B7185;
}
.BgClassName
{
background-color: #9B7185;
}
</style>
border-color css
<style>
span { border-color: #9B7185; }
span { border-color: rgb(155,113,133); }
td.TdClassName
{
border-color: #9B7185;
}
.TagClassName
{
border-color: #9B7185;
}
</style>