Shades of Strikemaster #9E4C86
Tints of Strikemaster #9E4C86
RGB
CMYK
RGB Variations
Color information
#9E4C86 (or 0x9E4C86) is known color: Strikemaster. HEX triplet: 9E, 4C and 86. RGB value is (158,76,134). Sum of RGB (Red+Green+Blue) = 158+76+134=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 76 (30.08% from 255 or 20.65% from 368); Blue value is 134 (52.73% from 255 or 36.41% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4C86 is #61B379. Grayscale: #6A6A6A. Windows color (decimal): -6402938 or 8801438. OLE color: 8801438.
HSL color Cylindrical-coordinate representation of color #9E4C86: hue angle of 317.56º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9E4C86 is Cyan = 0, Magento = 0.52, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 76 | 134 | - |
| CMYK | 0 | 0.52 | 0.15 | 0.38 |
| HSL | 317.56º | 0.35% | 0.46% | - |
| HSV(B) | 317.56º | 0.52% | 0.62% | - |
| XYZ | 20.99 | 14.16 | 24.18 | - |
| YUV | 107.13 | 143.17 | 164.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 76 | 134 | 0 | 0.52 | 0.15 | 0.38 | 317.56 | 0.35 | 0.46 |
| Hex | 9E | 4C | 86 | 0 | 34 | F | 26 | 13E | 23 | 2E |
| Octal | 236 | 114 | 206 | 0 | 64 | 17 | 46 | 476 | 43 | 56 |
| Binary | 10011110 | 1001100 | 10000110 | 0 | 110100 | 1111 | 100110 | 100111110 | 100011 | 101110 |
Color Harmonies of #9E4C86
Complementary color
Monochromatic Colors of #9E4C86
Black with #9E4C86
Text Example
Text Example
White with #9E4C86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4C86; }
p { color: rgb(158,76,134); }
H1.HeaderClassName
{
color: #9E4C86;
}
.AnyTagClassName
{
color: #9E4C86;
}
</style>
background-color css
<style>
a { background-color: #9E4C86; }
a { background-color: rgb(158,76,134); }
div.DivClassName
{
background-color: #9E4C86;
}
.BgClassName
{
background-color: #9E4C86;
}
</style>
border-color css
<style>
span { border-color: #9E4C86; }
span { border-color: rgb(158,76,134); }
td.TdClassName
{
border-color: #9E4C86;
}
.TagClassName
{
border-color: #9E4C86;
}
</style>