Shades of Strikemaster #9E5E8E
Tints of Strikemaster #9E5E8E
RGB
CMYK
RGB Variations
Color information
#9E5E8E (or 0x9E5E8E) is known color: Strikemaster. HEX triplet: 9E, 5E and 8E. RGB value is (158,94,142). Sum of RGB (Red+Green+Blue) = 158+94+142=394 (52% of max value = 765). Red value is 158 (62.11% from 255 or 40.10% from 394); Green value is 94 (37.11% from 255 or 23.86% from 394); Blue value is 142 (55.86% from 255 or 36.04% from 394); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5E8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5E8E is #61A171. Grayscale: #767676. Windows color (decimal): -6398322 or 9330334. OLE color: 9330334.
HSL color Cylindrical-coordinate representation of color #9E5E8E: hue angle of 315º degrees, saturation: 0.25, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #9E5E8E is Cyan = 0, Magento = 0.41, Yellow = 0.10 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 94 | 142 | - |
| CMYK | 0 | 0.41 | 0.10 | 0.38 |
| HSL | 315º | 0.25% | 0.49% | - |
| HSV(B) | 315º | 0.41% | 0.62% | - |
| XYZ | 22.99 | 17.23 | 27.7 | - |
| YUV | 118.61 | 141.2 | 156.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 94 | 142 | 0 | 0.41 | 0.10 | 0.38 | 315 | 0.25 | 0.49 |
| Hex | 9E | 5E | 8E | 0 | 29 | A | 26 | 13B | 19 | 31 |
| Octal | 236 | 136 | 216 | 0 | 51 | 12 | 46 | 473 | 31 | 61 |
| Binary | 10011110 | 1011110 | 10001110 | 0 | 101001 | 1010 | 100110 | 100111011 | 11001 | 110001 |
Color Harmonies of #9E5E8E
Complementary color
Monochromatic Colors of #9E5E8E
Black with #9E5E8E
Text Example
Text Example
White with #9E5E8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5E8E; }
p { color: rgb(158,94,142); }
H1.HeaderClassName
{
color: #9E5E8E;
}
.AnyTagClassName
{
color: #9E5E8E;
}
</style>
background-color css
<style>
a { background-color: #9E5E8E; }
a { background-color: rgb(158,94,142); }
div.DivClassName
{
background-color: #9E5E8E;
}
.BgClassName
{
background-color: #9E5E8E;
}
</style>
border-color css
<style>
span { border-color: #9E5E8E; }
span { border-color: rgb(158,94,142); }
td.TdClassName
{
border-color: #9E5E8E;
}
.TagClassName
{
border-color: #9E5E8E;
}
</style>