Shades of Strikemaster #9F558B
Tints of Strikemaster #9F558B
RGB
CMYK
RGB Variations
Color information
#9F558B (or 0x9F558B) is known color: Strikemaster. HEX triplet: 9F, 55 and 8B. RGB value is (159,85,139). Sum of RGB (Red+Green+Blue) = 159+85+139=383 (50% of max value = 765). Red value is 159 (62.5% from 255 or 41.51% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 139 (54.69% from 255 or 36.29% from 383); Max value from RGB is 159 - color contains mainly: red. Hex color #9F558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F558B is #60AA74. Grayscale: #717171. Windows color (decimal): -6335093 or 9131423. OLE color: 9131423.
HSL color Cylindrical-coordinate representation of color #9F558B: hue angle of 316.22º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9F558B is Cyan = 0, Magento = 0.47, Yellow = 0.13 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 85 | 139 | - |
| CMYK | 0 | 0.47 | 0.13 | 0.38 |
| HSL | 316.22º | 0.3% | 0.48% | - |
| HSV(B) | 316.22º | 0.47% | 0.62% | - |
| XYZ | 22.21 | 15.73 | 26.29 | - |
| YUV | 113.28 | 142.52 | 160.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 85 | 139 | 0 | 0.47 | 0.13 | 0.38 | 316.22 | 0.3 | 0.48 |
| Hex | 9F | 55 | 8B | 0 | 2F | D | 26 | 13C | 1E | 30 |
| Octal | 237 | 125 | 213 | 0 | 57 | 15 | 46 | 474 | 36 | 60 |
| Binary | 10011111 | 1010101 | 10001011 | 0 | 101111 | 1101 | 100110 | 100111100 | 11110 | 110000 |
Color Harmonies of #9F558B
Complementary color
Monochromatic Colors of #9F558B
Black with #9F558B
Text Example
Text Example
White with #9F558B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F558B; }
p { color: rgb(159,85,139); }
H1.HeaderClassName
{
color: #9F558B;
}
.AnyTagClassName
{
color: #9F558B;
}
</style>
background-color css
<style>
a { background-color: #9F558B; }
a { background-color: rgb(159,85,139); }
div.DivClassName
{
background-color: #9F558B;
}
.BgClassName
{
background-color: #9F558B;
}
</style>
border-color css
<style>
span { border-color: #9F558B; }
span { border-color: rgb(159,85,139); }
td.TdClassName
{
border-color: #9F558B;
}
.TagClassName
{
border-color: #9F558B;
}
</style>