Shades of Strikemaster #9F4B84
Tints of Strikemaster #9F4B84
RGB
CMYK
RGB Variations
Color information
#9F4B84 (or 0x9F4B84) is known color: Strikemaster. HEX triplet: 9F, 4B and 84. RGB value is (159,75,132). Sum of RGB (Red+Green+Blue) = 159+75+132=366 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.44% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 132 (51.95% from 255 or 36.07% from 366); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4B84 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9F4B84 is #60B47B. Grayscale: #6A6A6A. Windows color (decimal): -6337660 or 8670111. OLE color: 8670111.
HSL color Cylindrical-coordinate representation of color #9F4B84: hue angle of 319.29º 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 #9F4B84 is Cyan = 0, Magento = 0.53, Yellow = 0.17 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 75 | 132 | - |
| CMYK | 0 | 0.53 | 0.17 | 0.38 |
| HSL | 319.29º | 0.36% | 0.46% | - |
| HSV(B) | 319.29º | 0.53% | 0.62% | - |
| XYZ | 20.98 | 14.07 | 23.44 | - |
| YUV | 106.61 | 142.33 | 165.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 75 | 132 | 0 | 0.53 | 0.17 | 0.38 | 319.29 | 0.36 | 0.46 |
| Hex | 9F | 4B | 84 | 0 | 35 | 11 | 26 | 13F | 24 | 2E |
| Octal | 237 | 113 | 204 | 0 | 65 | 21 | 46 | 477 | 44 | 56 |
| Binary | 10011111 | 1001011 | 10000100 | 0 | 110101 | 10001 | 100110 | 100111111 | 100100 | 101110 |
Color Harmonies of #9F4B84
Complementary color
Monochromatic Colors of #9F4B84
Black with #9F4B84
Text Example
Text Example
White with #9F4B84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4B84; }
p { color: rgb(159,75,132); }
H1.HeaderClassName
{
color: #9F4B84;
}
.AnyTagClassName
{
color: #9F4B84;
}
</style>
background-color css
<style>
a { background-color: #9F4B84; }
a { background-color: rgb(159,75,132); }
div.DivClassName
{
background-color: #9F4B84;
}
.BgClassName
{
background-color: #9F4B84;
}
</style>
border-color css
<style>
span { border-color: #9F4B84; }
span { border-color: rgb(159,75,132); }
td.TdClassName
{
border-color: #9F4B84;
}
.TagClassName
{
border-color: #9F4B84;
}
</style>