Shades of Strikemaster #9E6486
Tints of Strikemaster #9E6486
RGB
CMYK
RGB Variations
Color information
#9E6486 (or 0x9E6486) is known color: Strikemaster. HEX triplet: 9E, 64 and 86. RGB value is (158,100,134). Sum of RGB (Red+Green+Blue) = 158+100+134=392 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.31% from 392); Green value is 100 (39.45% from 255 or 25.51% from 392); Blue value is 134 (52.73% from 255 or 34.18% from 392); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6486 is #619B79. Grayscale: #797979. Windows color (decimal): -6396794 or 8807582. OLE color: 8807582.
HSL color Cylindrical-coordinate representation of color #9E6486: hue angle of 324.83º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E6486 is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 134 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.38 |
| HSL | 324.83º | 0.23% | 0.51% | - |
| HSV(B) | 324.83º | 0.37% | 0.62% | - |
| XYZ | 22.96 | 18.1 | 24.84 | - |
| YUV | 121.22 | 135.22 | 154.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 134 | 0 | 0.37 | 0.15 | 0.38 | 324.83 | 0.23 | 0.51 |
| Hex | 9E | 64 | 86 | 0 | 25 | F | 26 | 145 | 17 | 33 |
| Octal | 236 | 144 | 206 | 0 | 45 | 17 | 46 | 505 | 27 | 63 |
| Binary | 10011110 | 1100100 | 10000110 | 0 | 100101 | 1111 | 100110 | 101000101 | 10111 | 110011 |
Color Harmonies of #9E6486
Complementary color
Monochromatic Colors of #9E6486
Black with #9E6486
Text Example
Text Example
White with #9E6486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6486; }
p { color: rgb(158,100,134); }
H1.HeaderClassName
{
color: #9E6486;
}
.AnyTagClassName
{
color: #9E6486;
}
</style>
background-color css
<style>
a { background-color: #9E6486; }
a { background-color: rgb(158,100,134); }
div.DivClassName
{
background-color: #9E6486;
}
.BgClassName
{
background-color: #9E6486;
}
</style>
border-color css
<style>
span { border-color: #9E6486; }
span { border-color: rgb(158,100,134); }
td.TdClassName
{
border-color: #9E6486;
}
.TagClassName
{
border-color: #9E6486;
}
</style>