Shades of Strikemaster #9B7083
Tints of Strikemaster #9B7083
RGB
CMYK
RGB Variations
Color information
#9B7083 (or 0x9B7083) is known color: Strikemaster. HEX triplet: 9B, 70 and 83. RGB value is (155,112,131). Sum of RGB (Red+Green+Blue) = 155+112+131=398 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.94% from 398); Green value is 112 (44.14% from 255 or 28.14% from 398); Blue value is 131 (51.56% from 255 or 32.91% from 398); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7083 is #648F7C. Grayscale: #7E7E7E. Windows color (decimal): -6590333 or 8614043. OLE color: 8614043.
HSL color Cylindrical-coordinate representation of color #9B7083: hue angle of 333.49º degrees, saturation: 0.18, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9B7083 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 112 | 131 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.39 |
| HSL | 333.49º | 0.18% | 0.52% | - |
| HSV(B) | 333.49º | 0.28% | 0.61% | - |
| XYZ | 23.41 | 20.2 | 24.14 | - |
| YUV | 127.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 112 | 131 | 0 | 0.28 | 0.15 | 0.39 | 333.49 | 0.18 | 0.52 |
| Hex | 9B | 70 | 83 | 0 | 1C | F | 27 | 14D | 12 | 34 |
| Octal | 233 | 160 | 203 | 0 | 34 | 17 | 47 | 515 | 22 | 64 |
| Binary | 10011011 | 1110000 | 10000011 | 0 | 11100 | 1111 | 100111 | 101001101 | 10010 | 110100 |
Color Harmonies of #9B7083
Complementary color
Monochromatic Colors of #9B7083
Black with #9B7083
Text Example
Text Example
White with #9B7083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B7083; }
p { color: rgb(155,112,131); }
H1.HeaderClassName
{
color: #9B7083;
}
.AnyTagClassName
{
color: #9B7083;
}
</style>
background-color css
<style>
a { background-color: #9B7083; }
a { background-color: rgb(155,112,131); }
div.DivClassName
{
background-color: #9B7083;
}
.BgClassName
{
background-color: #9B7083;
}
</style>
border-color css
<style>
span { border-color: #9B7083; }
span { border-color: rgb(155,112,131); }
td.TdClassName
{
border-color: #9B7083;
}
.TagClassName
{
border-color: #9B7083;
}
</style>