Shades of Strikemaster #9F4C86
Tints of Strikemaster #9F4C86
RGB
CMYK
RGB Variations
Color information
#9F4C86 (or 0x9F4C86) is known color: Strikemaster. HEX triplet: 9F, 4C and 86. RGB value is (159,76,134). Sum of RGB (Red+Green+Blue) = 159+76+134=369 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.09% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4C86 is #60B379. Grayscale: #6B6B6B. Windows color (decimal): -6337402 or 8801439. OLE color: 8801439.
HSL color Cylindrical-coordinate representation of color #9F4C86: hue angle of 318.07º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9F4C86 is Cyan = 0, Magento = 0.52, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 76 | 134 | - |
| CMYK | 0 | 0.52 | 0.16 | 0.38 |
| HSL | 318.07º | 0.35% | 0.46% | - |
| HSV(B) | 318.07º | 0.52% | 0.62% | - |
| XYZ | 21.19 | 14.26 | 24.19 | - |
| YUV | 107.43 | 143 | 164.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 76 | 134 | 0 | 0.52 | 0.16 | 0.38 | 318.07 | 0.35 | 0.46 |
| Hex | 9F | 4C | 86 | 0 | 34 | 10 | 26 | 13E | 23 | 2E |
| Octal | 237 | 114 | 206 | 0 | 64 | 20 | 46 | 476 | 43 | 56 |
| Binary | 10011111 | 1001100 | 10000110 | 0 | 110100 | 10000 | 100110 | 100111110 | 100011 | 101110 |
Color Harmonies of #9F4C86
Complementary color
Monochromatic Colors of #9F4C86
Black with #9F4C86
Text Example
Text Example
White with #9F4C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4C86; }
p { color: rgb(159,76,134); }
H1.HeaderClassName
{
color: #9F4C86;
}
.AnyTagClassName
{
color: #9F4C86;
}
</style>
background-color css
<style>
a { background-color: #9F4C86; }
a { background-color: rgb(159,76,134); }
div.DivClassName
{
background-color: #9F4C86;
}
.BgClassName
{
background-color: #9F4C86;
}
</style>
border-color css
<style>
span { border-color: #9F4C86; }
span { border-color: rgb(159,76,134); }
td.TdClassName
{
border-color: #9F4C86;
}
.TagClassName
{
border-color: #9F4C86;
}
</style>