Shades of Strikemaster #9F687E
Tints of Strikemaster #9F687E
RGB
CMYK
RGB Variations
Color information
#9F687E (or 0x9F687E) is known color: Strikemaster. HEX triplet: 9F, 68 and 7E. RGB value is (159,104,126). Sum of RGB (Red+Green+Blue) = 159+104+126=389 (51% of max value = 765). Red value is 159 (62.5% from 255 or 40.87% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 126 (49.61% from 255 or 32.39% from 389); Max value from RGB is 159 - color contains mainly: red. Hex color #9F687E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F687E is #609781. Grayscale: #7A7A7A. Windows color (decimal): -6330242 or 8284319. OLE color: 8284319.
HSL color Cylindrical-coordinate representation of color #9F687E: hue angle of 336º 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 #9F687E is Cyan = 0, Magento = 0.35, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 104 | 126 | - |
| CMYK | 0 | 0.35 | 0.21 | 0.38 |
| HSL | 336º | 0.22% | 0.52% | - |
| HSV(B) | 336º | 0.35% | 0.62% | - |
| XYZ | 23.01 | 18.78 | 22.15 | - |
| YUV | 122.95 | 129.72 | 153.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 104 | 126 | 0 | 0.35 | 0.21 | 0.38 | 336 | 0.22 | 0.52 |
| Hex | 9F | 68 | 7E | 0 | 23 | 15 | 26 | 150 | 16 | 34 |
| Octal | 237 | 150 | 176 | 0 | 43 | 25 | 46 | 520 | 26 | 64 |
| Binary | 10011111 | 1101000 | 1111110 | 0 | 100011 | 10101 | 100110 | 101010000 | 10110 | 110100 |
Color Harmonies of #9F687E
Complementary color
Monochromatic Colors of #9F687E
Black with #9F687E
Text Example
Text Example
White with #9F687E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F687E; }
p { color: rgb(159,104,126); }
H1.HeaderClassName
{
color: #9F687E;
}
.AnyTagClassName
{
color: #9F687E;
}
</style>
background-color css
<style>
a { background-color: #9F687E; }
a { background-color: rgb(159,104,126); }
div.DivClassName
{
background-color: #9F687E;
}
.BgClassName
{
background-color: #9F687E;
}
</style>
border-color css
<style>
span { border-color: #9F687E; }
span { border-color: rgb(159,104,126); }
td.TdClassName
{
border-color: #9F687E;
}
.TagClassName
{
border-color: #9F687E;
}
</style>