Shades of Strikemaster #9F7082
Tints of Strikemaster #9F7082
RGB
CMYK
RGB Variations
Color information
#9F7082 (or 0x9F7082) is known color: Strikemaster. HEX triplet: 9F, 70 and 82. RGB value is (159,112,130). Sum of RGB (Red+Green+Blue) = 159+112+130=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 112 (44.14% from 255 or 27.93% from 401); Blue value is 130 (51.17% from 255 or 32.42% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7082 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7082 is #608F7D. Grayscale: #808080. Windows color (decimal): -6328190 or 8548511. OLE color: 8548511.
HSL color Cylindrical-coordinate representation of color #9F7082: hue angle of 337.02º degrees, saturation: 0.2, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #9F7082 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 130 | - |
| CMYK | 0 | 0.30 | 0.18 | 0.38 |
| HSL | 337.02º | 0.2% | 0.53% | - |
| HSV(B) | 337.02º | 0.3% | 0.62% | - |
| XYZ | 24.12 | 20.57 | 23.82 | - |
| YUV | 128.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 130 | 0 | 0.30 | 0.18 | 0.38 | 337.02 | 0.2 | 0.53 |
| Hex | 9F | 70 | 82 | 0 | 1E | 12 | 26 | 151 | 14 | 35 |
| Octal | 237 | 160 | 202 | 0 | 36 | 22 | 46 | 521 | 24 | 65 |
| Binary | 10011111 | 1110000 | 10000010 | 0 | 11110 | 10010 | 100110 | 101010001 | 10100 | 110101 |
Color Harmonies of #9F7082
Complementary color
Monochromatic Colors of #9F7082
Black with #9F7082
Text Example
Text Example
White with #9F7082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7082; }
p { color: rgb(159,112,130); }
H1.HeaderClassName
{
color: #9F7082;
}
.AnyTagClassName
{
color: #9F7082;
}
</style>
background-color css
<style>
a { background-color: #9F7082; }
a { background-color: rgb(159,112,130); }
div.DivClassName
{
background-color: #9F7082;
}
.BgClassName
{
background-color: #9F7082;
}
</style>
border-color css
<style>
span { border-color: #9F7082; }
span { border-color: rgb(159,112,130); }
td.TdClassName
{
border-color: #9F7082;
}
.TagClassName
{
border-color: #9F7082;
}
</style>