Shades of Strikemaster #9F687D
Tints of Strikemaster #9F687D
RGB
CMYK
RGB Variations
Color information
#9F687D (or 0x9F687D) is known color: Strikemaster. HEX triplet: 9F, 68 and 7D. RGB value is (159,104,125). Sum of RGB (Red+Green+Blue) = 159+104+125=388 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.98% from 388); Green value is 104 (41.02% from 255 or 26.80% from 388); Blue value is 125 (49.22% from 255 or 32.22% from 388); Max value from RGB is 159 - color contains mainly: red. Hex color #9F687D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F687D is #609782. Grayscale: #7A7A7A. Windows color (decimal): -6330243 or 8218783. OLE color: 8218783.
HSL color Cylindrical-coordinate representation of color #9F687D: hue angle of 337.09º degrees, saturation: 0.22, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9F687D is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 125 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.38 |
| HSL | 337.09º | 0.22% | 0.52% | - |
| HSV(B) | 337.09º | 0.35% | 0.62% | - |
| XYZ | 22.95 | 18.75 | 21.81 | - |
| YUV | 122.84 | 129.22 | 153.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 125 | 0 | 0.35 | 0.21 | 0.38 | 337.09 | 0.22 | 0.52 |
| Hex | 9F | 68 | 7D | 0 | 23 | 15 | 26 | 151 | 16 | 34 |
| Octal | 237 | 150 | 175 | 0 | 43 | 25 | 46 | 521 | 26 | 64 |
| Binary | 10011111 | 1101000 | 1111101 | 0 | 100011 | 10101 | 100110 | 101010001 | 10110 | 110100 |
Color Harmonies of #9F687D
Complementary color
Monochromatic Colors of #9F687D
Black with #9F687D
Text Example
Text Example
White with #9F687D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F687D; }
p { color: rgb(159,104,125); }
H1.HeaderClassName
{
color: #9F687D;
}
.AnyTagClassName
{
color: #9F687D;
}
</style>
background-color css
<style>
a { background-color: #9F687D; }
a { background-color: rgb(159,104,125); }
div.DivClassName
{
background-color: #9F687D;
}
.BgClassName
{
background-color: #9F687D;
}
</style>
border-color css
<style>
span { border-color: #9F687D; }
span { border-color: rgb(159,104,125); }
td.TdClassName
{
border-color: #9F687D;
}
.TagClassName
{
border-color: #9F687D;
}
</style>