Shades of Strikemaster #9F5E86
Tints of Strikemaster #9F5E86
RGB
CMYK
RGB Variations
Color information
#9F5E86 (or 0x9F5E86) is known color: Strikemaster. HEX triplet: 9F, 5E and 86. RGB value is (159,94,134). Sum of RGB (Red+Green+Blue) = 159+94+134=387 (51% of max value = 765). Red value is 159 (62.5% from 255 or 41.09% from 387); Green value is 94 (37.11% from 255 or 24.29% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5E86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9F5E86 is #60A179. Grayscale: #757575. Windows color (decimal): -6332794 or 8806047. OLE color: 8806047.
HSL color Cylindrical-coordinate representation of color #9F5E86: hue angle of 323.08º degrees, saturation: 0.26, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9F5E86 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 94 | 134 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.38 |
| HSL | 323.08º | 0.26% | 0.5% | - |
| HSV(B) | 323.08º | 0.41% | 0.62% | - |
| XYZ | 22.6 | 17.1 | 24.66 | - |
| YUV | 118 | 137.03 | 157.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 94 | 134 | 0 | 0.41 | 0.16 | 0.38 | 323.08 | 0.26 | 0.5 |
| Hex | 9F | 5E | 86 | 0 | 29 | 10 | 26 | 143 | 1A | 32 |
| Octal | 237 | 136 | 206 | 0 | 51 | 20 | 46 | 503 | 32 | 62 |
| Binary | 10011111 | 1011110 | 10000110 | 0 | 101001 | 10000 | 100110 | 101000011 | 11010 | 110010 |
Color Harmonies of #9F5E86
Complementary color
Monochromatic Colors of #9F5E86
Black with #9F5E86
Text Example
Text Example
White with #9F5E86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5E86; }
p { color: rgb(159,94,134); }
H1.HeaderClassName
{
color: #9F5E86;
}
.AnyTagClassName
{
color: #9F5E86;
}
</style>
background-color css
<style>
a { background-color: #9F5E86; }
a { background-color: rgb(159,94,134); }
div.DivClassName
{
background-color: #9F5E86;
}
.BgClassName
{
background-color: #9F5E86;
}
</style>
border-color css
<style>
span { border-color: #9F5E86; }
span { border-color: rgb(159,94,134); }
td.TdClassName
{
border-color: #9F5E86;
}
.TagClassName
{
border-color: #9F5E86;
}
</style>