Shades of Strikemaster #9E577A
Tints of Strikemaster #9E577A
RGB
CMYK
RGB Variations
Color information
#9E577A (or 0x9E577A) is known color: Strikemaster. HEX triplet: 9E, 57 and 7A. RGB value is (158,87,122). Sum of RGB (Red+Green+Blue) = 158+87+122=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 87 (34.38% from 255 or 23.71% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E577A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E577A is #61A885. Grayscale: #707070. Windows color (decimal): -6400134 or 8017822. OLE color: 8017822.
HSL color Cylindrical-coordinate representation of color #9E577A: hue angle of 330.42º degrees, saturation: 0.29, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9E577A is Cyan = 0, Magento = 0.45, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 87 | 122 | - |
| CMYK | 0 | 0.45 | 0.23 | 0.38 |
| HSL | 330.42º | 0.29% | 0.48% | - |
| HSV(B) | 330.42º | 0.45% | 0.62% | - |
| XYZ | 21.02 | 15.49 | 20.29 | - |
| YUV | 112.22 | 133.52 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 122 | 0 | 0.45 | 0.23 | 0.38 | 330.42 | 0.29 | 0.48 |
| Hex | 9E | 57 | 7A | 0 | 2D | 17 | 26 | 14A | 1D | 30 |
| Octal | 236 | 127 | 172 | 0 | 55 | 27 | 46 | 512 | 35 | 60 |
| Binary | 10011110 | 1010111 | 1111010 | 0 | 101101 | 10111 | 100110 | 101001010 | 11101 | 110000 |
Color Harmonies of #9E577A
Complementary color
Monochromatic Colors of #9E577A
Black with #9E577A
Text Example
Text Example
White with #9E577A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E577A; }
p { color: rgb(158,87,122); }
H1.HeaderClassName
{
color: #9E577A;
}
.AnyTagClassName
{
color: #9E577A;
}
</style>
background-color css
<style>
a { background-color: #9E577A; }
a { background-color: rgb(158,87,122); }
div.DivClassName
{
background-color: #9E577A;
}
.BgClassName
{
background-color: #9E577A;
}
</style>
border-color css
<style>
span { border-color: #9E577A; }
span { border-color: rgb(158,87,122); }
td.TdClassName
{
border-color: #9E577A;
}
.TagClassName
{
border-color: #9E577A;
}
</style>