Shades of Strikemaster #9F6C86
Tints of Strikemaster #9F6C86
RGB
CMYK
RGB Variations
Color information
#9F6C86 (or 0x9F6C86) is known color: Strikemaster. HEX triplet: 9F, 6C and 86. RGB value is (159,108,134). Sum of RGB (Red+Green+Blue) = 159+108+134=401 (53% of max value = 765). Red value is 159 (62.5% from 255 or 39.65% from 401); Green value is 108 (42.58% from 255 or 26.93% from 401); Blue value is 134 (52.73% from 255 or 33.42% from 401); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6C86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F6C86 is #609379. Grayscale: #7E7E7E. Windows color (decimal): -6329210 or 8809631. OLE color: 8809631.
HSL color Cylindrical-coordinate representation of color #9F6C86: hue angle of 329.41º degrees, saturation: 0.21, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9F6C86 is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 108 | 134 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.38 |
| HSL | 329.41º | 0.21% | 0.52% | - |
| HSV(B) | 329.41º | 0.32% | 0.62% | - |
| XYZ | 23.96 | 19.82 | 25.12 | - |
| YUV | 126.21 | 132.4 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 108 | 134 | 0 | 0.32 | 0.16 | 0.38 | 329.41 | 0.21 | 0.52 |
| Hex | 9F | 6C | 86 | 0 | 20 | 10 | 26 | 149 | 15 | 34 |
| Octal | 237 | 154 | 206 | 0 | 40 | 20 | 46 | 511 | 25 | 64 |
| Binary | 10011111 | 1101100 | 10000110 | 0 | 100000 | 10000 | 100110 | 101001001 | 10101 | 110100 |
Color Harmonies of #9F6C86
Complementary color
Monochromatic Colors of #9F6C86
Black with #9F6C86
Text Example
Text Example
White with #9F6C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6C86; }
p { color: rgb(159,108,134); }
H1.HeaderClassName
{
color: #9F6C86;
}
.AnyTagClassName
{
color: #9F6C86;
}
</style>
background-color css
<style>
a { background-color: #9F6C86; }
a { background-color: rgb(159,108,134); }
div.DivClassName
{
background-color: #9F6C86;
}
.BgClassName
{
background-color: #9F6C86;
}
</style>
border-color css
<style>
span { border-color: #9F6C86; }
span { border-color: rgb(159,108,134); }
td.TdClassName
{
border-color: #9F6C86;
}
.TagClassName
{
border-color: #9F6C86;
}
</style>