Shades of Strikemaster #9F6482
Tints of Strikemaster #9F6482
RGB
CMYK
RGB Variations
Color information
#9F6482 (or 0x9F6482) is known color: Strikemaster. HEX triplet: 9F, 64 and 82. RGB value is (159,100,130). Sum of RGB (Red+Green+Blue) = 159+100+130=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 100 (39.45% from 255 or 25.71% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6482 is #609B7D. Grayscale: #787878. Windows color (decimal): -6331262 or 8545439. OLE color: 8545439.
HSL color Cylindrical-coordinate representation of color #9F6482: hue angle of 329.49º 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 #9F6482 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 100 | 130 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.38 |
| HSL | 329.49º | 0.24% | 0.51% | - |
| HSV(B) | 329.49º | 0.37% | 0.62% | - |
| XYZ | 22.88 | 18.1 | 23.41 | - |
| YUV | 121.06 | 133.05 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 100 | 130 | 0 | 0.37 | 0.18 | 0.38 | 329.49 | 0.24 | 0.51 |
| Hex | 9F | 64 | 82 | 0 | 25 | 12 | 26 | 149 | 18 | 33 |
| Octal | 237 | 144 | 202 | 0 | 45 | 22 | 46 | 511 | 30 | 63 |
| Binary | 10011111 | 1100100 | 10000010 | 0 | 100101 | 10010 | 100110 | 101001001 | 11000 | 110011 |
Color Harmonies of #9F6482
Complementary color
Monochromatic Colors of #9F6482
Black with #9F6482
Text Example
Text Example
White with #9F6482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6482; }
p { color: rgb(159,100,130); }
H1.HeaderClassName
{
color: #9F6482;
}
.AnyTagClassName
{
color: #9F6482;
}
</style>
background-color css
<style>
a { background-color: #9F6482; }
a { background-color: rgb(159,100,130); }
div.DivClassName
{
background-color: #9F6482;
}
.BgClassName
{
background-color: #9F6482;
}
</style>
border-color css
<style>
span { border-color: #9F6482; }
span { border-color: rgb(159,100,130); }
td.TdClassName
{
border-color: #9F6482;
}
.TagClassName
{
border-color: #9F6482;
}
</style>