Shades of Strikemaster #9B637B
Tints of Strikemaster #9B637B
RGB
CMYK
RGB Variations
Color information
#9B637B (or 0x9B637B) is known color: Strikemaster. HEX triplet: 9B, 63 and 7B. RGB value is (155,99,123). Sum of RGB (Red+Green+Blue) = 155+99+123=377 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.11% from 377); Green value is 99 (39.06% from 255 or 26.26% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 155 - color contains mainly: red. Hex color #9B637B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B637B is #649C84. Grayscale: #767676. Windows color (decimal): -6593669 or 8086427. OLE color: 8086427.
HSL color Cylindrical-coordinate representation of color #9B637B: hue angle of 334.29º 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 #9B637B is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 123 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.39 |
| HSL | 334.29º | 0.22% | 0.5% | - |
| HSV(B) | 334.29º | 0.36% | 0.61% | - |
| XYZ | 21.55 | 17.32 | 20.95 | - |
| YUV | 118.48 | 130.55 | 154.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 123 | 0 | 0.36 | 0.21 | 0.39 | 334.29 | 0.22 | 0.5 |
| Hex | 9B | 63 | 7B | 0 | 24 | 15 | 27 | 14E | 16 | 32 |
| Octal | 233 | 143 | 173 | 0 | 44 | 25 | 47 | 516 | 26 | 62 |
| Binary | 10011011 | 1100011 | 1111011 | 0 | 100100 | 10101 | 100111 | 101001110 | 10110 | 110010 |
Color Harmonies of #9B637B
Complementary color
Monochromatic Colors of #9B637B
Black with #9B637B
Text Example
Text Example
White with #9B637B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B637B; }
p { color: rgb(155,99,123); }
H1.HeaderClassName
{
color: #9B637B;
}
.AnyTagClassName
{
color: #9B637B;
}
</style>
background-color css
<style>
a { background-color: #9B637B; }
a { background-color: rgb(155,99,123); }
div.DivClassName
{
background-color: #9B637B;
}
.BgClassName
{
background-color: #9B637B;
}
</style>
border-color css
<style>
span { border-color: #9B637B; }
span { border-color: rgb(155,99,123); }
td.TdClassName
{
border-color: #9B637B;
}
.TagClassName
{
border-color: #9B637B;
}
</style>