Shades of Strikemaster #9B6385
Tints of Strikemaster #9B6385
RGB
CMYK
RGB Variations
Color information
#9B6385 (or 0x9B6385) is known color: Strikemaster. HEX triplet: 9B, 63 and 85. RGB value is (155,99,133). Sum of RGB (Red+Green+Blue) = 155+99+133=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 99 (39.06% from 255 or 25.58% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6385 is #649C7A. Grayscale: #777777. Windows color (decimal): -6593659 or 8741787. OLE color: 8741787.
HSL color Cylindrical-coordinate representation of color #9B6385: hue angle of 323.57º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6385 is Cyan = 0, Magento = 0.36, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 133 | - |
| CMYK | 0 | 0.36 | 0.14 | 0.39 |
| HSL | 323.57º | 0.22% | 0.5% | - |
| HSV(B) | 323.57º | 0.36% | 0.61% | - |
| XYZ | 22.21 | 17.59 | 24.41 | - |
| YUV | 119.62 | 135.55 | 153.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 133 | 0 | 0.36 | 0.14 | 0.39 | 323.57 | 0.22 | 0.5 |
| Hex | 9B | 63 | 85 | 0 | 24 | E | 27 | 144 | 16 | 32 |
| Octal | 233 | 143 | 205 | 0 | 44 | 16 | 47 | 504 | 26 | 62 |
| Binary | 10011011 | 1100011 | 10000101 | 0 | 100100 | 1110 | 100111 | 101000100 | 10110 | 110010 |
Color Harmonies of #9B6385
Complementary color
Monochromatic Colors of #9B6385
Black with #9B6385
Text Example
Text Example
White with #9B6385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6385; }
p { color: rgb(155,99,133); }
H1.HeaderClassName
{
color: #9B6385;
}
.AnyTagClassName
{
color: #9B6385;
}
</style>
background-color css
<style>
a { background-color: #9B6385; }
a { background-color: rgb(155,99,133); }
div.DivClassName
{
background-color: #9B6385;
}
.BgClassName
{
background-color: #9B6385;
}
</style>
border-color css
<style>
span { border-color: #9B6385; }
span { border-color: rgb(155,99,133); }
td.TdClassName
{
border-color: #9B6385;
}
.TagClassName
{
border-color: #9B6385;
}
</style>