Shades of Strikemaster #9E5486
Tints of Strikemaster #9E5486
RGB
CMYK
RGB Variations
Color information
#9E5486 (or 0x9E5486) is known color: Strikemaster. HEX triplet: 9E, 54 and 86. RGB value is (158,84,134). Sum of RGB (Red+Green+Blue) = 158+84+134=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 84 (33.20% from 255 or 22.34% from 376); Blue value is 134 (52.73% from 255 or 35.64% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5486 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5486 is #61AB79. Grayscale: #6F6F6F. Windows color (decimal): -6400890 or 8803486. OLE color: 8803486.
HSL color Cylindrical-coordinate representation of color #9E5486: hue angle of 319.46º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5486 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 134 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.38 |
| HSL | 319.46º | 0.31% | 0.47% | - |
| HSV(B) | 319.46º | 0.47% | 0.62% | - |
| XYZ | 21.57 | 15.33 | 24.38 | - |
| YUV | 111.83 | 140.52 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 134 | 0 | 0.47 | 0.15 | 0.38 | 319.46 | 0.31 | 0.47 |
| Hex | 9E | 54 | 86 | 0 | 2F | F | 26 | 13F | 1F | 2F |
| Octal | 236 | 124 | 206 | 0 | 57 | 17 | 46 | 477 | 37 | 57 |
| Binary | 10011110 | 1010100 | 10000110 | 0 | 101111 | 1111 | 100110 | 100111111 | 11111 | 101111 |
Color Harmonies of #9E5486
Complementary color
Monochromatic Colors of #9E5486
Black with #9E5486
Text Example
Text Example
White with #9E5486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5486; }
p { color: rgb(158,84,134); }
H1.HeaderClassName
{
color: #9E5486;
}
.AnyTagClassName
{
color: #9E5486;
}
</style>
background-color css
<style>
a { background-color: #9E5486; }
a { background-color: rgb(158,84,134); }
div.DivClassName
{
background-color: #9E5486;
}
.BgClassName
{
background-color: #9E5486;
}
</style>
border-color css
<style>
span { border-color: #9E5486; }
span { border-color: rgb(158,84,134); }
td.TdClassName
{
border-color: #9E5486;
}
.TagClassName
{
border-color: #9E5486;
}
</style>