Shades of Strikemaster #9F5F89
Tints of Strikemaster #9F5F89
RGB
CMYK
RGB Variations
Color information
#9F5F89 (or 0x9F5F89) is known color: Strikemaster. HEX triplet: 9F, 5F and 89. RGB value is (159,95,137). Sum of RGB (Red+Green+Blue) = 159+95+137=391 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.66% from 391); Green value is 95 (37.5% from 255 or 24.30% from 391); Blue value is 137 (53.91% from 255 or 35.04% from 391); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5F89 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5F89 is #60A076. Grayscale: #767676. Windows color (decimal): -6332535 or 9002911. OLE color: 9002911.
HSL color Cylindrical-coordinate representation of color #9F5F89: hue angle of 320.62º degrees, saturation: 0.25, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #9F5F89 is Cyan = 0, Magento = 0.40, Yellow = 0.14 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 95 | 137 | - |
| CMYK | 0 | 0.40 | 0.14 | 0.38 |
| HSL | 320.63º | 0.25% | 0.5% | - |
| HSV(B) | 320.63º | 0.4% | 0.62% | - |
| XYZ | 22.91 | 17.36 | 25.81 | - |
| YUV | 118.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 95 | 137 | 0 | 0.40 | 0.14 | 0.38 | 320.63 | 0.25 | 0.5 |
| Hex | 9F | 5F | 89 | 0 | 28 | E | 26 | 141 | 19 | 32 |
| Octal | 237 | 137 | 211 | 0 | 50 | 16 | 46 | 501 | 31 | 62 |
| Binary | 10011111 | 1011111 | 10001001 | 0 | 101000 | 1110 | 100110 | 101000001 | 11001 | 110010 |
Color Harmonies of #9F5F89
Complementary color
Monochromatic Colors of #9F5F89
Black with #9F5F89
Text Example
Text Example
White with #9F5F89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5F89; }
p { color: rgb(159,95,137); }
H1.HeaderClassName
{
color: #9F5F89;
}
.AnyTagClassName
{
color: #9F5F89;
}
</style>
background-color css
<style>
a { background-color: #9F5F89; }
a { background-color: rgb(159,95,137); }
div.DivClassName
{
background-color: #9F5F89;
}
.BgClassName
{
background-color: #9F5F89;
}
</style>
border-color css
<style>
span { border-color: #9F5F89; }
span { border-color: rgb(159,95,137); }
td.TdClassName
{
border-color: #9F5F89;
}
.TagClassName
{
border-color: #9F5F89;
}
</style>