Shades of Strikemaster #9B6387
Tints of Strikemaster #9B6387
RGB
CMYK
RGB Variations
Color information
#9B6387 (or 0x9B6387) is known color: Strikemaster. HEX triplet: 9B, 63 and 87. RGB value is (155,99,135). Sum of RGB (Red+Green+Blue) = 155+99+135=389 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.85% from 389); Green value is 99 (39.06% from 255 or 25.45% from 389); Blue value is 135 (53.12% from 255 or 34.70% from 389); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6387 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6387 is #649C78. Grayscale: #777777. Windows color (decimal): -6593657 or 8872859. OLE color: 8872859.
HSL color Cylindrical-coordinate representation of color #9B6387: hue angle of 321.43º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9B6387 is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 99 | 135 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.39 |
| HSL | 321.43º | 0.22% | 0.5% | - |
| HSV(B) | 321.43º | 0.36% | 0.61% | - |
| XYZ | 22.35 | 17.64 | 25.15 | - |
| YUV | 119.85 | 136.55 | 153.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 99 | 135 | 0 | 0.36 | 0.13 | 0.39 | 321.43 | 0.22 | 0.5 |
| Hex | 9B | 63 | 87 | 0 | 24 | D | 27 | 141 | 16 | 32 |
| Octal | 233 | 143 | 207 | 0 | 44 | 15 | 47 | 501 | 26 | 62 |
| Binary | 10011011 | 1100011 | 10000111 | 0 | 100100 | 1101 | 100111 | 101000001 | 10110 | 110010 |
Color Harmonies of #9B6387
Complementary color
Monochromatic Colors of #9B6387
Black with #9B6387
Text Example
Text Example
White with #9B6387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6387; }
p { color: rgb(155,99,135); }
H1.HeaderClassName
{
color: #9B6387;
}
.AnyTagClassName
{
color: #9B6387;
}
</style>
background-color css
<style>
a { background-color: #9B6387; }
a { background-color: rgb(155,99,135); }
div.DivClassName
{
background-color: #9B6387;
}
.BgClassName
{
background-color: #9B6387;
}
</style>
border-color css
<style>
span { border-color: #9B6387; }
span { border-color: rgb(155,99,135); }
td.TdClassName
{
border-color: #9B6387;
}
.TagClassName
{
border-color: #9B6387;
}
</style>