Shades of Strikemaster #9E5286
Tints of Strikemaster #9E5286
RGB
CMYK
RGB Variations
Color information
#9E5286 (or 0x9E5286) is known color: Strikemaster. HEX triplet: 9E, 52 and 86. RGB value is (158,82,134). Sum of RGB (Red+Green+Blue) = 158+82+134=374 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.25% from 374); Green value is 82 (32.42% from 255 or 21.93% from 374); Blue value is 134 (52.73% from 255 or 35.83% from 374); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5286 is #61AD79. Grayscale: #6E6E6E. Windows color (decimal): -6401402 or 8802974. OLE color: 8802974.
HSL color Cylindrical-coordinate representation of color #9E5286: hue angle of 318.95º degrees, saturation: 0.32, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9E5286 is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 82 | 134 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.38 |
| HSL | 318.95º | 0.32% | 0.47% | - |
| HSV(B) | 318.95º | 0.48% | 0.62% | - |
| XYZ | 21.42 | 15.02 | 24.33 | - |
| YUV | 110.65 | 141.18 | 161.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 82 | 134 | 0 | 0.48 | 0.15 | 0.38 | 318.95 | 0.32 | 0.47 |
| Hex | 9E | 52 | 86 | 0 | 30 | F | 26 | 13F | 20 | 2F |
| Octal | 236 | 122 | 206 | 0 | 60 | 17 | 46 | 477 | 40 | 57 |
| Binary | 10011110 | 1010010 | 10000110 | 0 | 110000 | 1111 | 100110 | 100111111 | 100000 | 101111 |
Color Harmonies of #9E5286
Complementary color
Monochromatic Colors of #9E5286
Black with #9E5286
Text Example
Text Example
White with #9E5286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5286; }
p { color: rgb(158,82,134); }
H1.HeaderClassName
{
color: #9E5286;
}
.AnyTagClassName
{
color: #9E5286;
}
</style>
background-color css
<style>
a { background-color: #9E5286; }
a { background-color: rgb(158,82,134); }
div.DivClassName
{
background-color: #9E5286;
}
.BgClassName
{
background-color: #9E5286;
}
</style>
border-color css
<style>
span { border-color: #9E5286; }
span { border-color: rgb(158,82,134); }
td.TdClassName
{
border-color: #9E5286;
}
.TagClassName
{
border-color: #9E5286;
}
</style>