Shades of Strikemaster #9B638B
Tints of Strikemaster #9B638B
RGB
CMYK
RGB Variations
Color information
#9B638B (or 0x9B638B) is known color: Strikemaster. HEX triplet: 9B, 63 and 8B. RGB value is (155,99,139). Sum of RGB (Red+Green+Blue) = 155+99+139=393 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.44% from 393); Green value is 99 (39.06% from 255 or 25.19% from 393); Blue value is 139 (54.69% from 255 or 35.37% from 393); Max value from RGB is 155 - color contains mainly: red. Hex color #9B638B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B638B is #649C74. Grayscale: #787878. Windows color (decimal): -6593653 or 9135003. OLE color: 9135003.
HSL color Cylindrical-coordinate representation of color #9B638B: hue angle of 317.14º 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 #9B638B is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 139 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.39 |
| HSL | 317.14º | 0.22% | 0.5% | - |
| HSV(B) | 317.14º | 0.36% | 0.61% | - |
| XYZ | 22.64 | 17.76 | 26.66 | - |
| YUV | 120.3 | 138.55 | 152.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 139 | 0 | 0.36 | 0.10 | 0.39 | 317.14 | 0.22 | 0.5 |
| Hex | 9B | 63 | 8B | 0 | 24 | A | 27 | 13D | 16 | 32 |
| Octal | 233 | 143 | 213 | 0 | 44 | 12 | 47 | 475 | 26 | 62 |
| Binary | 10011011 | 1100011 | 10001011 | 0 | 100100 | 1010 | 100111 | 100111101 | 10110 | 110010 |
Color Harmonies of #9B638B
Complementary color
Monochromatic Colors of #9B638B
Black with #9B638B
Text Example
Text Example
White with #9B638B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B638B; }
p { color: rgb(155,99,139); }
H1.HeaderClassName
{
color: #9B638B;
}
.AnyTagClassName
{
color: #9B638B;
}
</style>
background-color css
<style>
a { background-color: #9B638B; }
a { background-color: rgb(155,99,139); }
div.DivClassName
{
background-color: #9B638B;
}
.BgClassName
{
background-color: #9B638B;
}
</style>
border-color css
<style>
span { border-color: #9B638B; }
span { border-color: rgb(155,99,139); }
td.TdClassName
{
border-color: #9B638B;
}
.TagClassName
{
border-color: #9B638B;
}
</style>