Shades of Strikemaster #9B5187
Tints of Strikemaster #9B5187
RGB
CMYK
RGB Variations
Color information
#9B5187 (or 0x9B5187) is known color: Strikemaster. HEX triplet: 9B, 51 and 87. RGB value is (155,81,135). Sum of RGB (Red+Green+Blue) = 155+81+135=371 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.78% from 371); Green value is 81 (32.03% from 255 or 21.83% from 371); Blue value is 135 (53.12% from 255 or 36.39% from 371); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5187 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5187 is #64AE78. Grayscale: #6D6D6D. Windows color (decimal): -6598265 or 8868251. OLE color: 8868251.
HSL color Cylindrical-coordinate representation of color #9B5187: hue angle of 316.22º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9B5187 is Cyan = 0, Magento = 0.48, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 81 | 135 | - |
| CMYK | 0 | 0.48 | 0.13 | 0.39 |
| HSL | 316.22º | 0.31% | 0.46% | - |
| HSV(B) | 316.22º | 0.48% | 0.61% | - |
| XYZ | 20.83 | 14.6 | 24.64 | - |
| YUV | 109.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 81 | 135 | 0 | 0.48 | 0.13 | 0.39 | 316.22 | 0.31 | 0.46 |
| Hex | 9B | 51 | 87 | 0 | 30 | D | 27 | 13C | 1F | 2E |
| Octal | 233 | 121 | 207 | 0 | 60 | 15 | 47 | 474 | 37 | 56 |
| Binary | 10011011 | 1010001 | 10000111 | 0 | 110000 | 1101 | 100111 | 100111100 | 11111 | 101110 |
Color Harmonies of #9B5187
Complementary color
Monochromatic Colors of #9B5187
Black with #9B5187
Text Example
Text Example
White with #9B5187
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5187; }
p { color: rgb(155,81,135); }
H1.HeaderClassName
{
color: #9B5187;
}
.AnyTagClassName
{
color: #9B5187;
}
</style>
background-color css
<style>
a { background-color: #9B5187; }
a { background-color: rgb(155,81,135); }
div.DivClassName
{
background-color: #9B5187;
}
.BgClassName
{
background-color: #9B5187;
}
</style>
border-color css
<style>
span { border-color: #9B5187; }
span { border-color: rgb(155,81,135); }
td.TdClassName
{
border-color: #9B5187;
}
.TagClassName
{
border-color: #9B5187;
}
</style>