Shades of Strikemaster #9F4D89
Tints of Strikemaster #9F4D89
RGB
CMYK
RGB Variations
Color information
#9F4D89 (or 0x9F4D89) is known color: Strikemaster. HEX triplet: 9F, 4D and 89. RGB value is (159,77,137). Sum of RGB (Red+Green+Blue) = 159+77+137=373 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.63% from 373); Green value is 77 (30.47% from 255 or 20.64% from 373); Blue value is 137 (53.91% from 255 or 36.73% from 373); Max value from RGB is 159 - color contains mainly: red. Hex color #9F4D89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F4D89 is #60B276. Grayscale: #6C6C6C. Windows color (decimal): -6337143 or 8998303. OLE color: 8998303.
HSL color Cylindrical-coordinate representation of color #9F4D89: hue angle of 316.1º 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 #9F4D89 is Cyan = 0, Magento = 0.52, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 77 | 137 | - |
| CMYK | 0 | 0.52 | 0.14 | 0.38 |
| HSL | 316.1º | 0.35% | 0.46% | - |
| HSV(B) | 316.1º | 0.52% | 0.62% | - |
| XYZ | 21.47 | 14.48 | 25.33 | - |
| YUV | 108.36 | 144.17 | 164.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 77 | 137 | 0 | 0.52 | 0.14 | 0.38 | 316.1 | 0.35 | 0.46 |
| Hex | 9F | 4D | 89 | 0 | 34 | E | 26 | 13C | 23 | 2E |
| Octal | 237 | 115 | 211 | 0 | 64 | 16 | 46 | 474 | 43 | 56 |
| Binary | 10011111 | 1001101 | 10001001 | 0 | 110100 | 1110 | 100110 | 100111100 | 100011 | 101110 |
Color Harmonies of #9F4D89
Complementary color
Monochromatic Colors of #9F4D89
Black with #9F4D89
Text Example
Text Example
White with #9F4D89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F4D89; }
p { color: rgb(159,77,137); }
H1.HeaderClassName
{
color: #9F4D89;
}
.AnyTagClassName
{
color: #9F4D89;
}
</style>
background-color css
<style>
a { background-color: #9F4D89; }
a { background-color: rgb(159,77,137); }
div.DivClassName
{
background-color: #9F4D89;
}
.BgClassName
{
background-color: #9F4D89;
}
</style>
border-color css
<style>
span { border-color: #9F4D89; }
span { border-color: rgb(159,77,137); }
td.TdClassName
{
border-color: #9F4D89;
}
.TagClassName
{
border-color: #9F4D89;
}
</style>