Shades of Strikemaster #9E577F
Tints of Strikemaster #9E577F
RGB
CMYK
RGB Variations
Color information
#9E577F (or 0x9E577F) is known color: Strikemaster. HEX triplet: 9E, 57 and 7F. RGB value is (158,87,127). Sum of RGB (Red+Green+Blue) = 158+87+127=372 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.47% from 372); Green value is 87 (34.38% from 255 or 23.39% from 372); Blue value is 127 (50% from 255 or 34.14% from 372); Max value from RGB is 158 - color contains mainly: red. Hex color #9E577F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E577F is #61A880. Grayscale: #707070. Windows color (decimal): -6400129 or 8345502. OLE color: 8345502.
HSL color Cylindrical-coordinate representation of color #9E577F: hue angle of 326.2º 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 #9E577F is Cyan = 0, Magento = 0.45, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 87 | 127 | - |
| CMYK | 0 | 0.45 | 0.20 | 0.38 |
| HSL | 326.2º | 0.29% | 0.48% | - |
| HSV(B) | 326.2º | 0.45% | 0.62% | - |
| XYZ | 21.34 | 15.62 | 21.97 | - |
| YUV | 112.79 | 136.02 | 160.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 87 | 127 | 0 | 0.45 | 0.20 | 0.38 | 326.2 | 0.29 | 0.48 |
| Hex | 9E | 57 | 7F | 0 | 2D | 14 | 26 | 146 | 1D | 30 |
| Octal | 236 | 127 | 177 | 0 | 55 | 24 | 46 | 506 | 35 | 60 |
| Binary | 10011110 | 1010111 | 1111111 | 0 | 101101 | 10100 | 100110 | 101000110 | 11101 | 110000 |
Color Harmonies of #9E577F
Complementary color
Monochromatic Colors of #9E577F
Black with #9E577F
Text Example
Text Example
White with #9E577F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E577F; }
p { color: rgb(158,87,127); }
H1.HeaderClassName
{
color: #9E577F;
}
.AnyTagClassName
{
color: #9E577F;
}
</style>
background-color css
<style>
a { background-color: #9E577F; }
a { background-color: rgb(158,87,127); }
div.DivClassName
{
background-color: #9E577F;
}
.BgClassName
{
background-color: #9E577F;
}
</style>
border-color css
<style>
span { border-color: #9E577F; }
span { border-color: rgb(158,87,127); }
td.TdClassName
{
border-color: #9E577F;
}
.TagClassName
{
border-color: #9E577F;
}
</style>