Shades of Strikemaster #9B658B
Tints of Strikemaster #9B658B
RGB
CMYK
RGB Variations
Color information
#9B658B (or 0x9B658B) is known color: Strikemaster. HEX triplet: 9B, 65 and 8B. RGB value is (155,101,139). Sum of RGB (Red+Green+Blue) = 155+101+139=395 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.24% from 395); Green value is 101 (39.84% from 255 or 25.57% from 395); Blue value is 139 (54.69% from 255 or 35.19% from 395); Max value from RGB is 155 - color contains mainly: red. Hex color #9B658B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B658B is #649A74. Grayscale: #797979. Windows color (decimal): -6593141 or 9135515. OLE color: 9135515.
HSL color Cylindrical-coordinate representation of color #9B658B: hue angle of 317.78º 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 #9B658B is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 101 | 139 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.39 |
| HSL | 317.78º | 0.21% | 0.5% | - |
| HSV(B) | 317.78º | 0.35% | 0.61% | - |
| XYZ | 22.83 | 18.14 | 26.72 | - |
| YUV | 121.48 | 137.89 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 101 | 139 | 0 | 0.35 | 0.10 | 0.39 | 317.78 | 0.21 | 0.5 |
| Hex | 9B | 65 | 8B | 0 | 23 | A | 27 | 13E | 15 | 32 |
| Octal | 233 | 145 | 213 | 0 | 43 | 12 | 47 | 476 | 25 | 62 |
| Binary | 10011011 | 1100101 | 10001011 | 0 | 100011 | 1010 | 100111 | 100111110 | 10101 | 110010 |
Color Harmonies of #9B658B
Complementary color
Monochromatic Colors of #9B658B
Black with #9B658B
Text Example
Text Example
White with #9B658B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B658B; }
p { color: rgb(155,101,139); }
H1.HeaderClassName
{
color: #9B658B;
}
.AnyTagClassName
{
color: #9B658B;
}
</style>
background-color css
<style>
a { background-color: #9B658B; }
a { background-color: rgb(155,101,139); }
div.DivClassName
{
background-color: #9B658B;
}
.BgClassName
{
background-color: #9B658B;
}
</style>
border-color css
<style>
span { border-color: #9B658B; }
span { border-color: rgb(155,101,139); }
td.TdClassName
{
border-color: #9B658B;
}
.TagClassName
{
border-color: #9B658B;
}
</style>