Shades of Strikemaster #9B657F
Tints of Strikemaster #9B657F
RGB
CMYK
RGB Variations
Color information
#9B657F (or 0x9B657F) is known color: Strikemaster. HEX triplet: 9B, 65 and 7F. RGB value is (155,101,127). Sum of RGB (Red+Green+Blue) = 155+101+127=383 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.47% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 127 (50% from 255 or 33.16% from 383); Max value from RGB is 155 - color contains mainly: red. Hex color #9B657F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9B657F is #649A80. Grayscale: #787878. Windows color (decimal): -6593153 or 8349083. OLE color: 8349083.
HSL color Cylindrical-coordinate representation of color #9B657F: hue angle of 331.11º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9B657F is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 127 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.39 |
| HSL | 331.11º | 0.21% | 0.5% | - |
| HSV(B) | 331.11º | 0.35% | 0.61% | - |
| XYZ | 22 | 17.81 | 22.36 | - |
| YUV | 120.11 | 131.89 | 152.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 127 | 0 | 0.35 | 0.18 | 0.39 | 331.11 | 0.21 | 0.5 |
| Hex | 9B | 65 | 7F | 0 | 23 | 12 | 27 | 14B | 15 | 32 |
| Octal | 233 | 145 | 177 | 0 | 43 | 22 | 47 | 513 | 25 | 62 |
| Binary | 10011011 | 1100101 | 1111111 | 0 | 100011 | 10010 | 100111 | 101001011 | 10101 | 110010 |
Color Harmonies of #9B657F
Complementary color
Monochromatic Colors of #9B657F
Black with #9B657F
Text Example
Text Example
White with #9B657F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B657F; }
p { color: rgb(155,101,127); }
H1.HeaderClassName
{
color: #9B657F;
}
.AnyTagClassName
{
color: #9B657F;
}
</style>
background-color css
<style>
a { background-color: #9B657F; }
a { background-color: rgb(155,101,127); }
div.DivClassName
{
background-color: #9B657F;
}
.BgClassName
{
background-color: #9B657F;
}
</style>
border-color css
<style>
span { border-color: #9B657F; }
span { border-color: rgb(155,101,127); }
td.TdClassName
{
border-color: #9B657F;
}
.TagClassName
{
border-color: #9B657F;
}
</style>