Shades of Strikemaster #9F5289
Tints of Strikemaster #9F5289
RGB
CMYK
RGB Variations
Color information
#9F5289 (or 0x9F5289) is known color: Strikemaster. HEX triplet: 9F, 52 and 89. RGB value is (159,82,137). Sum of RGB (Red+Green+Blue) = 159+82+137=378 (50% of max value = 765). Red value is 159 (62.5% from 255 or 42.06% from 378); Green value is 82 (32.42% from 255 or 21.69% from 378); Blue value is 137 (53.91% from 255 or 36.24% from 378); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5289 is #60AD76. Grayscale: #6F6F6F. Windows color (decimal): -6335863 or 8999583. OLE color: 8999583.
HSL color Cylindrical-coordinate representation of color #9F5289: hue angle of 317.14º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9F5289 is Cyan = 0, Magento = 0.48, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 82 | 137 | - |
| CMYK | 0 | 0.48 | 0.14 | 0.38 |
| HSL | 317.14º | 0.32% | 0.47% | - |
| HSV(B) | 317.14º | 0.48% | 0.62% | - |
| XYZ | 21.83 | 15.21 | 25.45 | - |
| YUV | 111.29 | 142.51 | 162.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 82 | 137 | 0 | 0.48 | 0.14 | 0.38 | 317.14 | 0.32 | 0.47 |
| Hex | 9F | 52 | 89 | 0 | 30 | E | 26 | 13D | 20 | 2F |
| Octal | 237 | 122 | 211 | 0 | 60 | 16 | 46 | 475 | 40 | 57 |
| Binary | 10011111 | 1010010 | 10001001 | 0 | 110000 | 1110 | 100110 | 100111101 | 100000 | 101111 |
Color Harmonies of #9F5289
Complementary color
Monochromatic Colors of #9F5289
Black with #9F5289
Text Example
Text Example
White with #9F5289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5289; }
p { color: rgb(159,82,137); }
H1.HeaderClassName
{
color: #9F5289;
}
.AnyTagClassName
{
color: #9F5289;
}
</style>
background-color css
<style>
a { background-color: #9F5289; }
a { background-color: rgb(159,82,137); }
div.DivClassName
{
background-color: #9F5289;
}
.BgClassName
{
background-color: #9F5289;
}
</style>
border-color css
<style>
span { border-color: #9F5289; }
span { border-color: rgb(159,82,137); }
td.TdClassName
{
border-color: #9F5289;
}
.TagClassName
{
border-color: #9F5289;
}
</style>