Shades of Strikemaster #9F5980
Tints of Strikemaster #9F5980
RGB
CMYK
RGB Variations
Color information
#9F5980 (or 0x9F5980) is known color: Strikemaster. HEX triplet: 9F, 59 and 80. RGB value is (159,89,128). Sum of RGB (Red+Green+Blue) = 159+89+128=376 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.29% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 128 (50.39% from 255 or 34.04% from 376); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5980 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5980 is #60A67F. Grayscale: #727272. Windows color (decimal): -6334080 or 8411551. OLE color: 8411551.
HSL color Cylindrical-coordinate representation of color #9F5980: hue angle of 326.57º degrees, saturation: 0.28, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9F5980 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 128 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.38 |
| HSL | 326.57º | 0.28% | 0.49% | - |
| HSV(B) | 326.57º | 0.44% | 0.62% | - |
| XYZ | 21.77 | 16.07 | 22.38 | - |
| YUV | 114.38 | 135.69 | 159.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 128 | 0 | 0.44 | 0.19 | 0.38 | 326.57 | 0.28 | 0.49 |
| Hex | 9F | 59 | 80 | 0 | 2C | 13 | 26 | 147 | 1C | 31 |
| Octal | 237 | 131 | 200 | 0 | 54 | 23 | 46 | 507 | 34 | 61 |
| Binary | 10011111 | 1011001 | 10000000 | 0 | 101100 | 10011 | 100110 | 101000111 | 11100 | 110001 |
Color Harmonies of #9F5980
Complementary color
Monochromatic Colors of #9F5980
Black with #9F5980
Text Example
Text Example
White with #9F5980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5980; }
p { color: rgb(159,89,128); }
H1.HeaderClassName
{
color: #9F5980;
}
.AnyTagClassName
{
color: #9F5980;
}
</style>
background-color css
<style>
a { background-color: #9F5980; }
a { background-color: rgb(159,89,128); }
div.DivClassName
{
background-color: #9F5980;
}
.BgClassName
{
background-color: #9F5980;
}
</style>
border-color css
<style>
span { border-color: #9F5980; }
span { border-color: rgb(159,89,128); }
td.TdClassName
{
border-color: #9F5980;
}
.TagClassName
{
border-color: #9F5980;
}
</style>