Shades of Strikemaster #9F6382
Tints of Strikemaster #9F6382
RGB
CMYK
RGB Variations
Color information
#9F6382 (or 0x9F6382) is known color: Strikemaster. HEX triplet: 9F, 63 and 82. RGB value is (159,99,130). Sum of RGB (Red+Green+Blue) = 159+99+130=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 99 (39.06% from 255 or 25.52% from 388); Blue value is 130 (51.17% from 255 or 33.51% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6382 is #609C7D. Grayscale: #787878. Windows color (decimal): -6331518 or 8545183. OLE color: 8545183.
HSL color Cylindrical-coordinate representation of color #9F6382: hue angle of 329º degrees, saturation: 0.24, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9F6382 is Cyan = 0, Magento = 0.38, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 99 | 130 | - |
| CMYK | 0 | 0.38 | 0.18 | 0.38 |
| HSL | 329º | 0.24% | 0.51% | - |
| HSV(B) | 329º | 0.38% | 0.62% | - |
| XYZ | 22.79 | 17.91 | 23.37 | - |
| YUV | 120.47 | 133.38 | 155.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 99 | 130 | 0 | 0.38 | 0.18 | 0.38 | 329 | 0.24 | 0.51 |
| Hex | 9F | 63 | 82 | 0 | 26 | 12 | 26 | 149 | 18 | 33 |
| Octal | 237 | 143 | 202 | 0 | 46 | 22 | 46 | 511 | 30 | 63 |
| Binary | 10011111 | 1100011 | 10000010 | 0 | 100110 | 10010 | 100110 | 101001001 | 11000 | 110011 |
Color Harmonies of #9F6382
Complementary color
Monochromatic Colors of #9F6382
Black with #9F6382
Text Example
Text Example
White with #9F6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6382; }
p { color: rgb(159,99,130); }
H1.HeaderClassName
{
color: #9F6382;
}
.AnyTagClassName
{
color: #9F6382;
}
</style>
background-color css
<style>
a { background-color: #9F6382; }
a { background-color: rgb(159,99,130); }
div.DivClassName
{
background-color: #9F6382;
}
.BgClassName
{
background-color: #9F6382;
}
</style>
border-color css
<style>
span { border-color: #9F6382; }
span { border-color: rgb(159,99,130); }
td.TdClassName
{
border-color: #9F6382;
}
.TagClassName
{
border-color: #9F6382;
}
</style>