Shades of Strikemaster #9B6087
Tints of Strikemaster #9B6087
RGB
CMYK
RGB Variations
Color information
#9B6087 (or 0x9B6087) is known color: Strikemaster. HEX triplet: 9B, 60 and 87. RGB value is (155,96,135). Sum of RGB (Red+Green+Blue) = 155+96+135=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 96 (37.89% from 255 or 24.87% from 386); Blue value is 135 (53.12% from 255 or 34.97% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6087 is #649F78. Grayscale: #757575. Windows color (decimal): -6594425 or 8872091. OLE color: 8872091.
HSL color Cylindrical-coordinate representation of color #9B6087: hue angle of 320.34º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9B6087 is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 96 | 135 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.39 |
| HSL | 320.34º | 0.24% | 0.49% | - |
| HSV(B) | 320.34º | 0.38% | 0.61% | - |
| XYZ | 22.07 | 17.08 | 25.06 | - |
| YUV | 118.09 | 137.55 | 154.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 96 | 135 | 0 | 0.38 | 0.13 | 0.39 | 320.34 | 0.24 | 0.49 |
| Hex | 9B | 60 | 87 | 0 | 26 | D | 27 | 140 | 18 | 31 |
| Octal | 233 | 140 | 207 | 0 | 46 | 15 | 47 | 500 | 30 | 61 |
| Binary | 10011011 | 1100000 | 10000111 | 0 | 100110 | 1101 | 100111 | 101000000 | 11000 | 110001 |
Color Harmonies of #9B6087
Complementary color
Monochromatic Colors of #9B6087
Black with #9B6087
Text Example
Text Example
White with #9B6087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6087; }
p { color: rgb(155,96,135); }
H1.HeaderClassName
{
color: #9B6087;
}
.AnyTagClassName
{
color: #9B6087;
}
</style>
background-color css
<style>
a { background-color: #9B6087; }
a { background-color: rgb(155,96,135); }
div.DivClassName
{
background-color: #9B6087;
}
.BgClassName
{
background-color: #9B6087;
}
</style>
border-color css
<style>
span { border-color: #9B6087; }
span { border-color: rgb(155,96,135); }
td.TdClassName
{
border-color: #9B6087;
}
.TagClassName
{
border-color: #9B6087;
}
</style>