Shades of Strikemaster #9B7485
Tints of Strikemaster #9B7485
RGB
CMYK
RGB Variations
Color information
#9B7485 (or 0x9B7485) is known color: Strikemaster. HEX triplet: 9B, 74 and 85. RGB value is (155,116,133). Sum of RGB (Red+Green+Blue) = 155+116+133=404 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.37% from 404); Green value is 116 (45.70% from 255 or 28.71% from 404); Blue value is 133 (52.34% from 255 or 32.92% from 404); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7485 is #648B7A. Grayscale: #818181. Windows color (decimal): -6589307 or 8746139. OLE color: 8746139.
HSL color Cylindrical-coordinate representation of color #9B7485: hue angle of 333.85º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9B7485 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 116 | 133 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.39 |
| HSL | 333.85º | 0.16% | 0.53% | - |
| HSV(B) | 333.85º | 0.25% | 0.61% | - |
| XYZ | 24 | 21.15 | 25.01 | - |
| YUV | 129.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 116 | 133 | 0 | 0.25 | 0.14 | 0.39 | 333.85 | 0.16 | 0.53 |
| Hex | 9B | 74 | 85 | 0 | 19 | E | 27 | 14E | 10 | 35 |
| Octal | 233 | 164 | 205 | 0 | 31 | 16 | 47 | 516 | 20 | 65 |
| Binary | 10011011 | 1110100 | 10000101 | 0 | 11001 | 1110 | 100111 | 101001110 | 10000 | 110101 |
Color Harmonies of #9B7485
Complementary color
Monochromatic Colors of #9B7485
Black with #9B7485
Text Example
Text Example
White with #9B7485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7485; }
p { color: rgb(155,116,133); }
H1.HeaderClassName
{
color: #9B7485;
}
.AnyTagClassName
{
color: #9B7485;
}
</style>
background-color css
<style>
a { background-color: #9B7485; }
a { background-color: rgb(155,116,133); }
div.DivClassName
{
background-color: #9B7485;
}
.BgClassName
{
background-color: #9B7485;
}
</style>
border-color css
<style>
span { border-color: #9B7485; }
span { border-color: rgb(155,116,133); }
td.TdClassName
{
border-color: #9B7485;
}
.TagClassName
{
border-color: #9B7485;
}
</style>