Shades of Strikemaster #9F5B7A
Tints of Strikemaster #9F5B7A
RGB
CMYK
RGB Variations
Color information
#9F5B7A (or 0x9F5B7A) is known color: Strikemaster. HEX triplet: 9F, 5B and 7A. RGB value is (159,91,122). Sum of RGB (Red+Green+Blue) = 159+91+122=372 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.74% from 372); Green value is 91 (35.94% from 255 or 24.46% from 372); Blue value is 122 (48.05% from 255 or 32.80% from 372); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5B7A is #60A485. Grayscale: #727272. Windows color (decimal): -6333574 or 8018847. OLE color: 8018847.
HSL color Cylindrical-coordinate representation of color #9F5B7A: hue angle of 332.65º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9F5B7A is Cyan = 0, Magento = 0.43, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 91 | 122 | - |
| CMYK | 0 | 0.43 | 0.23 | 0.38 |
| HSL | 332.65º | 0.27% | 0.49% | - |
| HSV(B) | 332.65º | 0.43% | 0.62% | - |
| XYZ | 21.55 | 16.26 | 20.41 | - |
| YUV | 114.87 | 132.03 | 159.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 91 | 122 | 0 | 0.43 | 0.23 | 0.38 | 332.65 | 0.27 | 0.49 |
| Hex | 9F | 5B | 7A | 0 | 2B | 17 | 26 | 14D | 1B | 31 |
| Octal | 237 | 133 | 172 | 0 | 53 | 27 | 46 | 515 | 33 | 61 |
| Binary | 10011111 | 1011011 | 1111010 | 0 | 101011 | 10111 | 100110 | 101001101 | 11011 | 110001 |
Color Harmonies of #9F5B7A
Complementary color
Monochromatic Colors of #9F5B7A
Black with #9F5B7A
Text Example
Text Example
White with #9F5B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5B7A; }
p { color: rgb(159,91,122); }
H1.HeaderClassName
{
color: #9F5B7A;
}
.AnyTagClassName
{
color: #9F5B7A;
}
</style>
background-color css
<style>
a { background-color: #9F5B7A; }
a { background-color: rgb(159,91,122); }
div.DivClassName
{
background-color: #9F5B7A;
}
.BgClassName
{
background-color: #9F5B7A;
}
</style>
border-color css
<style>
span { border-color: #9F5B7A; }
span { border-color: rgb(159,91,122); }
td.TdClassName
{
border-color: #9F5B7A;
}
.TagClassName
{
border-color: #9F5B7A;
}
</style>