Shades of Strikemaster #9B667B
Tints of Strikemaster #9B667B
RGB
CMYK
RGB Variations
Color information
#9B667B (or 0x9B667B) is known color: Strikemaster. HEX triplet: 9B, 66 and 7B. RGB value is (155,102,123). Sum of RGB (Red+Green+Blue) = 155+102+123=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 102 (40.23% from 255 or 26.84% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B667B is #649984. Grayscale: #787878. Windows color (decimal): -6592901 or 8087195. OLE color: 8087195.
HSL color Cylindrical-coordinate representation of color #9B667B: hue angle of 336.23º 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 #9B667B is Cyan = 0, Magento = 0.34, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 123 | - |
| CMYK | 0 | 0.34 | 0.21 | 0.39 |
| HSL | 336.23º | 0.21% | 0.5% | - |
| HSV(B) | 336.23º | 0.34% | 0.61% | - |
| XYZ | 21.84 | 17.9 | 21.04 | - |
| YUV | 120.24 | 129.56 | 152.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 123 | 0 | 0.34 | 0.21 | 0.39 | 336.23 | 0.21 | 0.5 |
| Hex | 9B | 66 | 7B | 0 | 22 | 15 | 27 | 150 | 15 | 32 |
| Octal | 233 | 146 | 173 | 0 | 42 | 25 | 47 | 520 | 25 | 62 |
| Binary | 10011011 | 1100110 | 1111011 | 0 | 100010 | 10101 | 100111 | 101010000 | 10101 | 110010 |
Color Harmonies of #9B667B
Complementary color
Monochromatic Colors of #9B667B
Black with #9B667B
Text Example
Text Example
White with #9B667B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B667B; }
p { color: rgb(155,102,123); }
H1.HeaderClassName
{
color: #9B667B;
}
.AnyTagClassName
{
color: #9B667B;
}
</style>
background-color css
<style>
a { background-color: #9B667B; }
a { background-color: rgb(155,102,123); }
div.DivClassName
{
background-color: #9B667B;
}
.BgClassName
{
background-color: #9B667B;
}
</style>
border-color css
<style>
span { border-color: #9B667B; }
span { border-color: rgb(155,102,123); }
td.TdClassName
{
border-color: #9B667B;
}
.TagClassName
{
border-color: #9B667B;
}
</style>