Shades of Strikemaster #9F6487
Tints of Strikemaster #9F6487
RGB
CMYK
RGB Variations
Color information
#9F6487 (or 0x9F6487) is known color: Strikemaster. HEX triplet: 9F, 64 and 87. RGB value is (159,100,135). Sum of RGB (Red+Green+Blue) = 159+100+135=394 (52% of max value = 765). Red value is 159 (62.5% from 255 or 40.36% from 394); Green value is 100 (39.45% from 255 or 25.38% from 394); Blue value is 135 (53.12% from 255 or 34.26% from 394); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6487 is #609B78. Grayscale: #797979. Windows color (decimal): -6331257 or 8873119. OLE color: 8873119.
HSL color Cylindrical-coordinate representation of color #9F6487: hue angle of 324.41º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9F6487 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 135 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.38 |
| HSL | 324.41º | 0.24% | 0.51% | - |
| HSV(B) | 324.41º | 0.37% | 0.62% | - |
| XYZ | 23.23 | 18.23 | 25.22 | - |
| YUV | 121.63 | 135.55 | 154.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 135 | 0 | 0.37 | 0.15 | 0.38 | 324.41 | 0.24 | 0.51 |
| Hex | 9F | 64 | 87 | 0 | 25 | F | 26 | 144 | 18 | 33 |
| Octal | 237 | 144 | 207 | 0 | 45 | 17 | 46 | 504 | 30 | 63 |
| Binary | 10011111 | 1100100 | 10000111 | 0 | 100101 | 1111 | 100110 | 101000100 | 11000 | 110011 |
Color Harmonies of #9F6487
Complementary color
Monochromatic Colors of #9F6487
Black with #9F6487
Text Example
Text Example
White with #9F6487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6487; }
p { color: rgb(159,100,135); }
H1.HeaderClassName
{
color: #9F6487;
}
.AnyTagClassName
{
color: #9F6487;
}
</style>
background-color css
<style>
a { background-color: #9F6487; }
a { background-color: rgb(159,100,135); }
div.DivClassName
{
background-color: #9F6487;
}
.BgClassName
{
background-color: #9F6487;
}
</style>
border-color css
<style>
span { border-color: #9F6487; }
span { border-color: rgb(159,100,135); }
td.TdClassName
{
border-color: #9F6487;
}
.TagClassName
{
border-color: #9F6487;
}
</style>