Shades of Strikemaster #9E4A86
Tints of Strikemaster #9E4A86
RGB
CMYK
RGB Variations
Color information
#9E4A86 (or 0x9E4A86) is known color: Strikemaster. HEX triplet: 9E, 4A and 86. RGB value is (158,74,134). Sum of RGB (Red+Green+Blue) = 158+74+134=366 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.17% from 366); Green value is 74 (29.30% from 255 or 20.22% from 366); Blue value is 134 (52.73% from 255 or 36.61% from 366); Max value from RGB is 158 - color contains mainly: red. Hex color #9E4A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9E4A86 is #61B579. Grayscale: #696969. Windows color (decimal): -6403450 or 8800926. OLE color: 8800926.
HSL color Cylindrical-coordinate representation of color #9E4A86: hue angle of 317.14º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9E4A86 is Cyan = 0, Magento = 0.53, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 74 | 134 | - |
| CMYK | 0 | 0.53 | 0.15 | 0.38 |
| HSL | 317.14º | 0.36% | 0.45% | - |
| HSV(B) | 317.14º | 0.53% | 0.62% | - |
| XYZ | 20.85 | 13.89 | 24.14 | - |
| YUV | 105.96 | 143.83 | 165.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 74 | 134 | 0 | 0.53 | 0.15 | 0.38 | 317.14 | 0.36 | 0.45 |
| Hex | 9E | 4A | 86 | 0 | 35 | F | 26 | 13D | 24 | 2D |
| Octal | 236 | 112 | 206 | 0 | 65 | 17 | 46 | 475 | 44 | 55 |
| Binary | 10011110 | 1001010 | 10000110 | 0 | 110101 | 1111 | 100110 | 100111101 | 100100 | 101101 |
Color Harmonies of #9E4A86
Complementary color
Monochromatic Colors of #9E4A86
Black with #9E4A86
Text Example
Text Example
White with #9E4A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E4A86; }
p { color: rgb(158,74,134); }
H1.HeaderClassName
{
color: #9E4A86;
}
.AnyTagClassName
{
color: #9E4A86;
}
</style>
background-color css
<style>
a { background-color: #9E4A86; }
a { background-color: rgb(158,74,134); }
div.DivClassName
{
background-color: #9E4A86;
}
.BgClassName
{
background-color: #9E4A86;
}
</style>
border-color css
<style>
span { border-color: #9E4A86; }
span { border-color: rgb(158,74,134); }
td.TdClassName
{
border-color: #9E4A86;
}
.TagClassName
{
border-color: #9E4A86;
}
</style>