Shades of Strikemaster #9B637A
Tints of Strikemaster #9B637A
RGB
CMYK
RGB Variations
Color information
#9B637A (or 0x9B637A) is known color: Strikemaster. HEX triplet: 9B, 63 and 7A. RGB value is (155,99,122). Sum of RGB (Red+Green+Blue) = 155+99+122=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B637A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B637A is #649C85. Grayscale: #767676. Windows color (decimal): -6593670 or 8020891. OLE color: 8020891.
HSL color Cylindrical-coordinate representation of color #9B637A: hue angle of 335.36º 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 #9B637A is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 122 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.39 |
| HSL | 335.36º | 0.22% | 0.5% | - |
| HSV(B) | 335.36º | 0.36% | 0.61% | - |
| XYZ | 21.49 | 17.3 | 20.62 | - |
| YUV | 118.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 122 | 0 | 0.36 | 0.21 | 0.39 | 335.36 | 0.22 | 0.5 |
| Hex | 9B | 63 | 7A | 0 | 24 | 15 | 27 | 14F | 16 | 32 |
| Octal | 233 | 143 | 172 | 0 | 44 | 25 | 47 | 517 | 26 | 62 |
| Binary | 10011011 | 1100011 | 1111010 | 0 | 100100 | 10101 | 100111 | 101001111 | 10110 | 110010 |
Color Harmonies of #9B637A
Complementary color
Monochromatic Colors of #9B637A
Black with #9B637A
Text Example
Text Example
White with #9B637A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B637A; }
p { color: rgb(155,99,122); }
H1.HeaderClassName
{
color: #9B637A;
}
.AnyTagClassName
{
color: #9B637A;
}
</style>
background-color css
<style>
a { background-color: #9B637A; }
a { background-color: rgb(155,99,122); }
div.DivClassName
{
background-color: #9B637A;
}
.BgClassName
{
background-color: #9B637A;
}
</style>
border-color css
<style>
span { border-color: #9B637A; }
span { border-color: rgb(155,99,122); }
td.TdClassName
{
border-color: #9B637A;
}
.TagClassName
{
border-color: #9B637A;
}
</style>