Shades of Strikemaster #9B667A
Tints of Strikemaster #9B667A
RGB
CMYK
RGB Variations
Color information
#9B667A (or 0x9B667A) is known color: Strikemaster. HEX triplet: 9B, 66 and 7A. RGB value is (155,102,122). Sum of RGB (Red+Green+Blue) = 155+102+122=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 102 (40.23% from 255 or 26.91% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B667A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B667A is #649985. Grayscale: #787878. Windows color (decimal): -6592902 or 8021659. OLE color: 8021659.
HSL color Cylindrical-coordinate representation of color #9B667A: hue angle of 337.36º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9B667A is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 122 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.39 |
| HSL | 337.36º | 0.21% | 0.5% | - |
| HSV(B) | 337.36º | 0.34% | 0.61% | - |
| XYZ | 21.78 | 17.88 | 20.71 | - |
| YUV | 120.13 | 129.06 | 152.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 122 | 0 | 0.34 | 0.21 | 0.39 | 337.36 | 0.21 | 0.5 |
| Hex | 9B | 66 | 7A | 0 | 22 | 15 | 27 | 151 | 15 | 32 |
| Octal | 233 | 146 | 172 | 0 | 42 | 25 | 47 | 521 | 25 | 62 |
| Binary | 10011011 | 1100110 | 1111010 | 0 | 100010 | 10101 | 100111 | 101010001 | 10101 | 110010 |
Color Harmonies of #9B667A
Complementary color
Monochromatic Colors of #9B667A
Black with #9B667A
Text Example
Text Example
White with #9B667A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B667A; }
p { color: rgb(155,102,122); }
H1.HeaderClassName
{
color: #9B667A;
}
.AnyTagClassName
{
color: #9B667A;
}
</style>
background-color css
<style>
a { background-color: #9B667A; }
a { background-color: rgb(155,102,122); }
div.DivClassName
{
background-color: #9B667A;
}
.BgClassName
{
background-color: #9B667A;
}
</style>
border-color css
<style>
span { border-color: #9B667A; }
span { border-color: rgb(155,102,122); }
td.TdClassName
{
border-color: #9B667A;
}
.TagClassName
{
border-color: #9B667A;
}
</style>