Shades of Strikemaster #9E4D86
Tints of Strikemaster #9E4D86
RGB
CMYK
RGB Variations
Color information
#9E4D86 (or 0x9E4D86) is known color: Strikemaster. HEX triplet: 9E, 4D and 86. RGB value is (158,77,134). Sum of RGB (Red+Green+Blue) = 158+77+134=369 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.82% from 369); Green value is 77 (30.47% from 255 or 20.87% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4D86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E4D86 is #61B279. Grayscale: #6B6B6B. Windows color (decimal): -6402682 or 8801694. OLE color: 8801694.
HSL color Cylindrical-coordinate representation of color #9E4D86: hue angle of 317.78º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9E4D86 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 77 | 134 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.38 |
| HSL | 317.78º | 0.34% | 0.46% | - |
| HSV(B) | 317.78º | 0.51% | 0.62% | - |
| XYZ | 21.06 | 14.3 | 24.2 | - |
| YUV | 107.72 | 142.84 | 163.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 77 | 134 | 0 | 0.51 | 0.15 | 0.38 | 317.78 | 0.34 | 0.46 |
| Hex | 9E | 4D | 86 | 0 | 33 | F | 26 | 13E | 22 | 2E |
| Octal | 236 | 115 | 206 | 0 | 63 | 17 | 46 | 476 | 42 | 56 |
| Binary | 10011110 | 1001101 | 10000110 | 0 | 110011 | 1111 | 100110 | 100111110 | 100010 | 101110 |
Color Harmonies of #9E4D86
Complementary color
Monochromatic Colors of #9E4D86
Black with #9E4D86
Text Example
Text Example
White with #9E4D86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4D86; }
p { color: rgb(158,77,134); }
H1.HeaderClassName
{
color: #9E4D86;
}
.AnyTagClassName
{
color: #9E4D86;
}
</style>
background-color css
<style>
a { background-color: #9E4D86; }
a { background-color: rgb(158,77,134); }
div.DivClassName
{
background-color: #9E4D86;
}
.BgClassName
{
background-color: #9E4D86;
}
</style>
border-color css
<style>
span { border-color: #9E4D86; }
span { border-color: rgb(158,77,134); }
td.TdClassName
{
border-color: #9E4D86;
}
.TagClassName
{
border-color: #9E4D86;
}
</style>