Shades of Strikemaster #9F6582
Tints of Strikemaster #9F6582
RGB
CMYK
RGB Variations
Color information
#9F6582 (or 0x9F6582) is known color: Strikemaster. HEX triplet: 9F, 65 and 82. RGB value is (159,101,130). Sum of RGB (Red+Green+Blue) = 159+101+130=390 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.77% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 130 (51.17% from 255 or 33.33% from 390); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6582 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6582 is #609A7D. Grayscale: #797979. Windows color (decimal): -6331006 or 8545695. OLE color: 8545695.
HSL color Cylindrical-coordinate representation of color #9F6582: hue angle of 330º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9F6582 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 101 | 130 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.38 |
| HSL | 330º | 0.23% | 0.51% | - |
| HSV(B) | 330º | 0.36% | 0.62% | - |
| XYZ | 22.98 | 18.29 | 23.44 | - |
| YUV | 121.65 | 132.72 | 154.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 101 | 130 | 0 | 0.36 | 0.18 | 0.38 | 330 | 0.23 | 0.51 |
| Hex | 9F | 65 | 82 | 0 | 24 | 12 | 26 | 14A | 17 | 33 |
| Octal | 237 | 145 | 202 | 0 | 44 | 22 | 46 | 512 | 27 | 63 |
| Binary | 10011111 | 1100101 | 10000010 | 0 | 100100 | 10010 | 100110 | 101001010 | 10111 | 110011 |
Color Harmonies of #9F6582
Complementary color
Monochromatic Colors of #9F6582
Black with #9F6582
Text Example
Text Example
White with #9F6582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6582; }
p { color: rgb(159,101,130); }
H1.HeaderClassName
{
color: #9F6582;
}
.AnyTagClassName
{
color: #9F6582;
}
</style>
background-color css
<style>
a { background-color: #9F6582; }
a { background-color: rgb(159,101,130); }
div.DivClassName
{
background-color: #9F6582;
}
.BgClassName
{
background-color: #9F6582;
}
</style>
border-color css
<style>
span { border-color: #9F6582; }
span { border-color: rgb(159,101,130); }
td.TdClassName
{
border-color: #9F6582;
}
.TagClassName
{
border-color: #9F6582;
}
</style>