Shades of Strikemaster #9F4F84
Tints of Strikemaster #9F4F84
RGB
CMYK
RGB Variations
Color information
#9F4F84 (or 0x9F4F84) is known color: Strikemaster. HEX triplet: 9F, 4F and 84. RGB value is (159,79,132). Sum of RGB (Red+Green+Blue) = 159+79+132=370 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.97% from 370); Green value is 79 (31.25% from 255 or 21.35% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4F84 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4F84 is #60B07B. Grayscale: #6C6C6C. Windows color (decimal): -6336636 or 8671135. OLE color: 8671135.
HSL color Cylindrical-coordinate representation of color #9F4F84: hue angle of 320.25º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9F4F84 is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 79 | 132 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.38 |
| HSL | 320.25º | 0.34% | 0.47% | - |
| HSV(B) | 320.25º | 0.5% | 0.62% | - |
| XYZ | 21.26 | 14.63 | 23.53 | - |
| YUV | 108.96 | 141 | 163.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 79 | 132 | 0 | 0.50 | 0.17 | 0.38 | 320.25 | 0.34 | 0.47 |
| Hex | 9F | 4F | 84 | 0 | 32 | 11 | 26 | 140 | 22 | 2F |
| Octal | 237 | 117 | 204 | 0 | 62 | 21 | 46 | 500 | 42 | 57 |
| Binary | 10011111 | 1001111 | 10000100 | 0 | 110010 | 10001 | 100110 | 101000000 | 100010 | 101111 |
Color Harmonies of #9F4F84
Complementary color
Monochromatic Colors of #9F4F84
Black with #9F4F84
Text Example
Text Example
White with #9F4F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4F84; }
p { color: rgb(159,79,132); }
H1.HeaderClassName
{
color: #9F4F84;
}
.AnyTagClassName
{
color: #9F4F84;
}
</style>
background-color css
<style>
a { background-color: #9F4F84; }
a { background-color: rgb(159,79,132); }
div.DivClassName
{
background-color: #9F4F84;
}
.BgClassName
{
background-color: #9F4F84;
}
</style>
border-color css
<style>
span { border-color: #9F4F84; }
span { border-color: rgb(159,79,132); }
td.TdClassName
{
border-color: #9F4F84;
}
.TagClassName
{
border-color: #9F4F84;
}
</style>