Shades of Strikemaster #9F4A86
Tints of Strikemaster #9F4A86
RGB
CMYK
RGB Variations
Color information
#9F4A86 (or 0x9F4A86) is known color: Strikemaster. HEX triplet: 9F, 4A and 86. RGB value is (159,74,134). Sum of RGB (Red+Green+Blue) = 159+74+134=367 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.32% from 367); Green value is 74 (29.30% from 255 or 20.16% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4A86 is #60B579. Grayscale: #6A6A6A. Windows color (decimal): -6337914 or 8800927. OLE color: 8800927.
HSL color Cylindrical-coordinate representation of color #9F4A86: hue angle of 317.65º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9F4A86 is Cyan = 0, Magento = 0.53, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 74 | 134 | - |
| CMYK | 0 | 0.53 | 0.16 | 0.38 |
| HSL | 317.65º | 0.36% | 0.46% | - |
| HSV(B) | 317.65º | 0.53% | 0.62% | - |
| XYZ | 21.05 | 13.99 | 24.15 | - |
| YUV | 106.26 | 143.66 | 165.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 74 | 134 | 0 | 0.53 | 0.16 | 0.38 | 317.65 | 0.36 | 0.46 |
| Hex | 9F | 4A | 86 | 0 | 35 | 10 | 26 | 13E | 24 | 2E |
| Octal | 237 | 112 | 206 | 0 | 65 | 20 | 46 | 476 | 44 | 56 |
| Binary | 10011111 | 1001010 | 10000110 | 0 | 110101 | 10000 | 100110 | 100111110 | 100100 | 101110 |
Color Harmonies of #9F4A86
Complementary color
Monochromatic Colors of #9F4A86
Black with #9F4A86
Text Example
Text Example
White with #9F4A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4A86; }
p { color: rgb(159,74,134); }
H1.HeaderClassName
{
color: #9F4A86;
}
.AnyTagClassName
{
color: #9F4A86;
}
</style>
background-color css
<style>
a { background-color: #9F4A86; }
a { background-color: rgb(159,74,134); }
div.DivClassName
{
background-color: #9F4A86;
}
.BgClassName
{
background-color: #9F4A86;
}
</style>
border-color css
<style>
span { border-color: #9F4A86; }
span { border-color: rgb(159,74,134); }
td.TdClassName
{
border-color: #9F4A86;
}
.TagClassName
{
border-color: #9F4A86;
}
</style>