Shades of Strikemaster #9E647A
Tints of Strikemaster #9E647A
RGB
CMYK
RGB Variations
Color information
#9E647A (or 0x9E647A) is known color: Strikemaster. HEX triplet: 9E, 64 and 7A. RGB value is (158,100,122). Sum of RGB (Red+Green+Blue) = 158+100+122=380 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.58% from 380); Green value is 100 (39.45% from 255 or 26.32% from 380); Blue value is 122 (48.05% from 255 or 32.11% from 380); Max value from RGB is 158 - color contains mainly: red. Hex color #9E647A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E647A is #619B85. Grayscale: #777777. Windows color (decimal): -6396806 or 8021150. OLE color: 8021150.
HSL color Cylindrical-coordinate representation of color #9E647A: hue angle of 337.24º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E647A is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 122 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.38 |
| HSL | 337.24º | 0.23% | 0.51% | - |
| HSV(B) | 337.24º | 0.37% | 0.62% | - |
| XYZ | 22.17 | 17.79 | 20.68 | - |
| YUV | 119.85 | 129.22 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 122 | 0 | 0.37 | 0.23 | 0.38 | 337.24 | 0.23 | 0.51 |
| Hex | 9E | 64 | 7A | 0 | 25 | 17 | 26 | 151 | 17 | 33 |
| Octal | 236 | 144 | 172 | 0 | 45 | 27 | 46 | 521 | 27 | 63 |
| Binary | 10011110 | 1100100 | 1111010 | 0 | 100101 | 10111 | 100110 | 101010001 | 10111 | 110011 |
Color Harmonies of #9E647A
Complementary color
Monochromatic Colors of #9E647A
Black with #9E647A
Text Example
Text Example
White with #9E647A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E647A; }
p { color: rgb(158,100,122); }
H1.HeaderClassName
{
color: #9E647A;
}
.AnyTagClassName
{
color: #9E647A;
}
</style>
background-color css
<style>
a { background-color: #9E647A; }
a { background-color: rgb(158,100,122); }
div.DivClassName
{
background-color: #9E647A;
}
.BgClassName
{
background-color: #9E647A;
}
</style>
border-color css
<style>
span { border-color: #9E647A; }
span { border-color: rgb(158,100,122); }
td.TdClassName
{
border-color: #9E647A;
}
.TagClassName
{
border-color: #9E647A;
}
</style>