Shades of Strikemaster #9F7087
Tints of Strikemaster #9F7087
RGB
CMYK
RGB Variations
Color information
#9F7087 (or 0x9F7087) is known color: Strikemaster. HEX triplet: 9F, 70 and 87. RGB value is (159,112,135). Sum of RGB (Red+Green+Blue) = 159+112+135=406 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.16% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 159 - color contains mainly: red. Hex color #9F7087 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F7087 is #608F78. Grayscale: #808080. Windows color (decimal): -6328185 or 8876191. OLE color: 8876191.
HSL color Cylindrical-coordinate representation of color #9F7087: hue angle of 330.64º 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 #9F7087 is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 112 | 135 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.38 |
| HSL | 330.64º | 0.2% | 0.53% | - |
| HSV(B) | 330.64º | 0.3% | 0.62% | - |
| XYZ | 24.47 | 20.71 | 25.63 | - |
| YUV | 128.68 | 131.57 | 149.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 112 | 135 | 0 | 0.30 | 0.15 | 0.38 | 330.64 | 0.2 | 0.53 |
| Hex | 9F | 70 | 87 | 0 | 1E | F | 26 | 14B | 14 | 35 |
| Octal | 237 | 160 | 207 | 0 | 36 | 17 | 46 | 513 | 24 | 65 |
| Binary | 10011111 | 1110000 | 10000111 | 0 | 11110 | 1111 | 100110 | 101001011 | 10100 | 110101 |
Color Harmonies of #9F7087
Complementary color
Monochromatic Colors of #9F7087
Black with #9F7087
Text Example
Text Example
White with #9F7087
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F7087; }
p { color: rgb(159,112,135); }
H1.HeaderClassName
{
color: #9F7087;
}
.AnyTagClassName
{
color: #9F7087;
}
</style>
background-color css
<style>
a { background-color: #9F7087; }
a { background-color: rgb(159,112,135); }
div.DivClassName
{
background-color: #9F7087;
}
.BgClassName
{
background-color: #9F7087;
}
</style>
border-color css
<style>
span { border-color: #9F7087; }
span { border-color: rgb(159,112,135); }
td.TdClassName
{
border-color: #9F7087;
}
.TagClassName
{
border-color: #9F7087;
}
</style>