Shades of Strikemaster #9E5579
Tints of Strikemaster #9E5579
RGB
CMYK
RGB Variations
Color information
#9E5579 (or 0x9E5579) is known color: Strikemaster. HEX triplet: 9E, 55 and 79. RGB value is (158,85,121). Sum of RGB (Red+Green+Blue) = 158+85+121=364 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.41% from 364); Green value is 85 (33.59% from 255 or 23.35% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5579 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E5579 is #61AA86. Grayscale: #6E6E6E. Windows color (decimal): -6400647 or 7951774. OLE color: 7951774.
HSL color Cylindrical-coordinate representation of color #9E5579: hue angle of 330.41º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5579 is Cyan = 0, Magento = 0.46, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 85 | 121 | - |
| CMYK | 0 | 0.46 | 0.23 | 0.38 |
| HSL | 330.41º | 0.3% | 0.48% | - |
| HSV(B) | 330.41º | 0.46% | 0.62% | - |
| XYZ | 20.8 | 15.15 | 19.92 | - |
| YUV | 110.93 | 133.68 | 161.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 85 | 121 | 0 | 0.46 | 0.23 | 0.38 | 330.41 | 0.3 | 0.48 |
| Hex | 9E | 55 | 79 | 0 | 2E | 17 | 26 | 14A | 1E | 30 |
| Octal | 236 | 125 | 171 | 0 | 56 | 27 | 46 | 512 | 36 | 60 |
| Binary | 10011110 | 1010101 | 1111001 | 0 | 101110 | 10111 | 100110 | 101001010 | 11110 | 110000 |
Color Harmonies of #9E5579
Complementary color
Monochromatic Colors of #9E5579
Black with #9E5579
Text Example
Text Example
White with #9E5579
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5579; }
p { color: rgb(158,85,121); }
H1.HeaderClassName
{
color: #9E5579;
}
.AnyTagClassName
{
color: #9E5579;
}
</style>
background-color css
<style>
a { background-color: #9E5579; }
a { background-color: rgb(158,85,121); }
div.DivClassName
{
background-color: #9E5579;
}
.BgClassName
{
background-color: #9E5579;
}
</style>
border-color css
<style>
span { border-color: #9E5579; }
span { border-color: rgb(158,85,121); }
td.TdClassName
{
border-color: #9E5579;
}
.TagClassName
{
border-color: #9E5579;
}
</style>