Shades of Strikemaster #9B6A85
Tints of Strikemaster #9B6A85
RGB
CMYK
RGB Variations
Color information
#9B6A85 (or 0x9B6A85) is known color: Strikemaster. HEX triplet: 9B, 6A and 85. RGB value is (155,106,133). Sum of RGB (Red+Green+Blue) = 155+106+133=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 106 (41.80% from 255 or 26.90% from 394); Blue value is 133 (52.34% from 255 or 33.76% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6A85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6A85 is #64957A. Grayscale: #7B7B7B. Windows color (decimal): -6591867 or 8743579. OLE color: 8743579.
HSL color Cylindrical-coordinate representation of color #9B6A85: hue angle of 326.94º degrees, saturation: 0.2, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9B6A85 is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 106 | 133 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.39 |
| HSL | 326.94º | 0.2% | 0.51% | - |
| HSV(B) | 326.94º | 0.32% | 0.61% | - |
| XYZ | 22.91 | 18.97 | 24.64 | - |
| YUV | 123.73 | 133.23 | 150.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 106 | 133 | 0 | 0.32 | 0.14 | 0.39 | 326.94 | 0.2 | 0.51 |
| Hex | 9B | 6A | 85 | 0 | 20 | E | 27 | 147 | 14 | 33 |
| Octal | 233 | 152 | 205 | 0 | 40 | 16 | 47 | 507 | 24 | 63 |
| Binary | 10011011 | 1101010 | 10000101 | 0 | 100000 | 1110 | 100111 | 101000111 | 10100 | 110011 |
Color Harmonies of #9B6A85
Complementary color
Monochromatic Colors of #9B6A85
Black with #9B6A85
Text Example
Text Example
White with #9B6A85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6A85; }
p { color: rgb(155,106,133); }
H1.HeaderClassName
{
color: #9B6A85;
}
.AnyTagClassName
{
color: #9B6A85;
}
</style>
background-color css
<style>
a { background-color: #9B6A85; }
a { background-color: rgb(155,106,133); }
div.DivClassName
{
background-color: #9B6A85;
}
.BgClassName
{
background-color: #9B6A85;
}
</style>
border-color css
<style>
span { border-color: #9B6A85; }
span { border-color: rgb(155,106,133); }
td.TdClassName
{
border-color: #9B6A85;
}
.TagClassName
{
border-color: #9B6A85;
}
</style>