Shades of Strikemaster #9B6285
Tints of Strikemaster #9B6285
RGB
CMYK
RGB Variations
Color information
#9B6285 (or 0x9B6285) is known color: Strikemaster. HEX triplet: 9B, 62 and 85. RGB value is (155,98,133). Sum of RGB (Red+Green+Blue) = 155+98+133=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 98 (38.67% from 255 or 25.39% from 386); Blue value is 133 (52.34% from 255 or 34.46% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6285 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6285 is #649D7A. Grayscale: #767676. Windows color (decimal): -6593915 or 8741531. OLE color: 8741531.
HSL color Cylindrical-coordinate representation of color #9B6285: hue angle of 323.16º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9B6285 is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 98 | 133 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.39 |
| HSL | 323.16º | 0.23% | 0.5% | - |
| HSV(B) | 323.16º | 0.37% | 0.61% | - |
| XYZ | 22.12 | 17.4 | 24.38 | - |
| YUV | 119.03 | 135.88 | 153.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 98 | 133 | 0 | 0.37 | 0.14 | 0.39 | 323.16 | 0.23 | 0.5 |
| Hex | 9B | 62 | 85 | 0 | 25 | E | 27 | 143 | 17 | 32 |
| Octal | 233 | 142 | 205 | 0 | 45 | 16 | 47 | 503 | 27 | 62 |
| Binary | 10011011 | 1100010 | 10000101 | 0 | 100101 | 1110 | 100111 | 101000011 | 10111 | 110010 |
Color Harmonies of #9B6285
Complementary color
Monochromatic Colors of #9B6285
Black with #9B6285
Text Example
Text Example
White with #9B6285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6285; }
p { color: rgb(155,98,133); }
H1.HeaderClassName
{
color: #9B6285;
}
.AnyTagClassName
{
color: #9B6285;
}
</style>
background-color css
<style>
a { background-color: #9B6285; }
a { background-color: rgb(155,98,133); }
div.DivClassName
{
background-color: #9B6285;
}
.BgClassName
{
background-color: #9B6285;
}
</style>
border-color css
<style>
span { border-color: #9B6285; }
span { border-color: rgb(155,98,133); }
td.TdClassName
{
border-color: #9B6285;
}
.TagClassName
{
border-color: #9B6285;
}
</style>