Shades of Strikemaster #9B6182
Tints of Strikemaster #9B6182
RGB
CMYK
RGB Variations
Color information
#9B6182 (or 0x9B6182) is known color: Strikemaster. HEX triplet: 9B, 61 and 82. RGB value is (155,97,130). Sum of RGB (Red+Green+Blue) = 155+97+130=382 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.58% from 382); Green value is 97 (38.28% from 255 or 25.39% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6182 is #649E7D. Grayscale: #767676. Windows color (decimal): -6594174 or 8544667. OLE color: 8544667.
HSL color Cylindrical-coordinate representation of color #9B6182: hue angle of 325.86º 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 #9B6182 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 97 | 130 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.39 |
| HSL | 325.86º | 0.23% | 0.49% | - |
| HSV(B) | 325.86º | 0.37% | 0.61% | - |
| XYZ | 21.82 | 17.13 | 23.28 | - |
| YUV | 118.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 97 | 130 | 0 | 0.37 | 0.16 | 0.39 | 325.86 | 0.23 | 0.49 |
| Hex | 9B | 61 | 82 | 0 | 25 | 10 | 27 | 146 | 17 | 31 |
| Octal | 233 | 141 | 202 | 0 | 45 | 20 | 47 | 506 | 27 | 61 |
| Binary | 10011011 | 1100001 | 10000010 | 0 | 100101 | 10000 | 100111 | 101000110 | 10111 | 110001 |
Color Harmonies of #9B6182
Complementary color
Monochromatic Colors of #9B6182
Black with #9B6182
Text Example
Text Example
White with #9B6182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6182; }
p { color: rgb(155,97,130); }
H1.HeaderClassName
{
color: #9B6182;
}
.AnyTagClassName
{
color: #9B6182;
}
</style>
background-color css
<style>
a { background-color: #9B6182; }
a { background-color: rgb(155,97,130); }
div.DivClassName
{
background-color: #9B6182;
}
.BgClassName
{
background-color: #9B6182;
}
</style>
border-color css
<style>
span { border-color: #9B6182; }
span { border-color: rgb(155,97,130); }
td.TdClassName
{
border-color: #9B6182;
}
.TagClassName
{
border-color: #9B6182;
}
</style>