Shades of Strikemaster #9B668B
Tints of Strikemaster #9B668B
RGB
CMYK
RGB Variations
Color information
#9B668B (or 0x9B668B) is known color: Strikemaster. HEX triplet: 9B, 66 and 8B. RGB value is (155,102,139). Sum of RGB (Red+Green+Blue) = 155+102+139=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 102 (40.23% from 255 or 25.76% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B668B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B668B is #649974. Grayscale: #797979. Windows color (decimal): -6592885 or 9135771. OLE color: 9135771.
HSL color Cylindrical-coordinate representation of color #9B668B: hue angle of 318.11º 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 #9B668B is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 102 | 139 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.39 |
| HSL | 318.11º | 0.21% | 0.5% | - |
| HSV(B) | 318.11º | 0.34% | 0.61% | - |
| XYZ | 22.93 | 18.34 | 26.76 | - |
| YUV | 122.07 | 137.56 | 151.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 139 | 0 | 0.34 | 0.10 | 0.39 | 318.11 | 0.21 | 0.5 |
| Hex | 9B | 66 | 8B | 0 | 22 | A | 27 | 13E | 15 | 32 |
| Octal | 233 | 146 | 213 | 0 | 42 | 12 | 47 | 476 | 25 | 62 |
| Binary | 10011011 | 1100110 | 10001011 | 0 | 100010 | 1010 | 100111 | 100111110 | 10101 | 110010 |
Color Harmonies of #9B668B
Complementary color
Monochromatic Colors of #9B668B
Black with #9B668B
Text Example
Text Example
White with #9B668B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B668B; }
p { color: rgb(155,102,139); }
H1.HeaderClassName
{
color: #9B668B;
}
.AnyTagClassName
{
color: #9B668B;
}
</style>
background-color css
<style>
a { background-color: #9B668B; }
a { background-color: rgb(155,102,139); }
div.DivClassName
{
background-color: #9B668B;
}
.BgClassName
{
background-color: #9B668B;
}
</style>
border-color css
<style>
span { border-color: #9B668B; }
span { border-color: rgb(155,102,139); }
td.TdClassName
{
border-color: #9B668B;
}
.TagClassName
{
border-color: #9B668B;
}
</style>