Shades of Strikemaster #9F5981
Tints of Strikemaster #9F5981
RGB
CMYK
RGB Variations
Color information
#9F5981 (or 0x9F5981) is known color: Strikemaster. HEX triplet: 9F, 59 and 81. RGB value is (159,89,129). Sum of RGB (Red+Green+Blue) = 159+89+129=377 (49% of max value = 765). Red value is 159 (62.5% from 255 or 42.18% from 377); Green value is 89 (35.16% from 255 or 23.61% from 377); Blue value is 129 (50.78% from 255 or 34.22% from 377); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5981 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5981 is #60A67E. Grayscale: #727272. Windows color (decimal): -6334079 or 8477087. OLE color: 8477087.
HSL color Cylindrical-coordinate representation of color #9F5981: hue angle of 325.71º 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 #9F5981 is Cyan = 0, Magento = 0.44, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 129 | - |
| CMYK | 0 | 0.44 | 0.19 | 0.38 |
| HSL | 325.71º | 0.28% | 0.49% | - |
| HSV(B) | 325.71º | 0.44% | 0.62% | - |
| XYZ | 21.83 | 16.1 | 22.73 | - |
| YUV | 114.49 | 136.19 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 129 | 0 | 0.44 | 0.19 | 0.38 | 325.71 | 0.28 | 0.49 |
| Hex | 9F | 59 | 81 | 0 | 2C | 13 | 26 | 146 | 1C | 31 |
| Octal | 237 | 131 | 201 | 0 | 54 | 23 | 46 | 506 | 34 | 61 |
| Binary | 10011111 | 1011001 | 10000001 | 0 | 101100 | 10011 | 100110 | 101000110 | 11100 | 110001 |
Color Harmonies of #9F5981
Complementary color
Monochromatic Colors of #9F5981
Black with #9F5981
Text Example
Text Example
White with #9F5981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5981; }
p { color: rgb(159,89,129); }
H1.HeaderClassName
{
color: #9F5981;
}
.AnyTagClassName
{
color: #9F5981;
}
</style>
background-color css
<style>
a { background-color: #9F5981; }
a { background-color: rgb(159,89,129); }
div.DivClassName
{
background-color: #9F5981;
}
.BgClassName
{
background-color: #9F5981;
}
</style>
border-color css
<style>
span { border-color: #9F5981; }
span { border-color: rgb(159,89,129); }
td.TdClassName
{
border-color: #9F5981;
}
.TagClassName
{
border-color: #9F5981;
}
</style>