Shades of Strikemaster #9B6B89
Tints of Strikemaster #9B6B89
RGB
CMYK
RGB Variations
Color information
#9B6B89 (or 0x9B6B89) is known color: Strikemaster. HEX triplet: 9B, 6B and 89. RGB value is (155,107,137). Sum of RGB (Red+Green+Blue) = 155+107+137=399 (52% of max value = 765). Red value is 155 (60.94% from 255 or 38.85% from 399); Green value is 107 (42.19% from 255 or 26.82% from 399); Blue value is 137 (53.91% from 255 or 34.34% from 399); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6B89 is #649476. Grayscale: #7C7C7C. Windows color (decimal): -6591607 or 9005979. OLE color: 9005979.
HSL color Cylindrical-coordinate representation of color #9B6B89: hue angle of 322.5º degrees, saturation: 0.19, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9B6B89 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 107 | 137 | - |
| CMYK | 0 | 0.31 | 0.12 | 0.39 |
| HSL | 322.5º | 0.19% | 0.51% | - |
| HSV(B) | 322.5º | 0.31% | 0.61% | - |
| XYZ | 23.29 | 19.29 | 26.16 | - |
| YUV | 124.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 107 | 137 | 0 | 0.31 | 0.12 | 0.39 | 322.5 | 0.19 | 0.51 |
| Hex | 9B | 6B | 89 | 0 | 1F | C | 27 | 142 | 13 | 33 |
| Octal | 233 | 153 | 211 | 0 | 37 | 14 | 47 | 502 | 23 | 63 |
| Binary | 10011011 | 1101011 | 10001001 | 0 | 11111 | 1100 | 100111 | 101000010 | 10011 | 110011 |
Color Harmonies of #9B6B89
Complementary color
Monochromatic Colors of #9B6B89
Black with #9B6B89
Text Example
Text Example
White with #9B6B89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6B89; }
p { color: rgb(155,107,137); }
H1.HeaderClassName
{
color: #9B6B89;
}
.AnyTagClassName
{
color: #9B6B89;
}
</style>
background-color css
<style>
a { background-color: #9B6B89; }
a { background-color: rgb(155,107,137); }
div.DivClassName
{
background-color: #9B6B89;
}
.BgClassName
{
background-color: #9B6B89;
}
</style>
border-color css
<style>
span { border-color: #9B6B89; }
span { border-color: rgb(155,107,137); }
td.TdClassName
{
border-color: #9B6B89;
}
.TagClassName
{
border-color: #9B6B89;
}
</style>