Shades of Strikemaster #9E657A
Tints of Strikemaster #9E657A
RGB
CMYK
RGB Variations
Color information
#9E657A (or 0x9E657A) is known color: Strikemaster. HEX triplet: 9E, 65 and 7A. RGB value is (158,101,122). Sum of RGB (Red+Green+Blue) = 158+101+122=381 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.47% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 122 (48.05% from 255 or 32.02% from 381); Max value from RGB is 158 - color contains mainly: red. Hex color #9E657A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E657A is #619A85. Grayscale: #787878. Windows color (decimal): -6396550 or 8021406. OLE color: 8021406.
HSL color Cylindrical-coordinate representation of color #9E657A: hue angle of 337.89º degrees, saturation: 0.23, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9E657A is Cyan = 0, Magento = 0.36, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 101 | 122 | - |
| CMYK | 0 | 0.36 | 0.23 | 0.38 |
| HSL | 337.89º | 0.23% | 0.51% | - |
| HSV(B) | 337.89º | 0.36% | 0.62% | - |
| XYZ | 22.27 | 17.98 | 20.71 | - |
| YUV | 120.44 | 128.88 | 154.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 101 | 122 | 0 | 0.36 | 0.23 | 0.38 | 337.89 | 0.23 | 0.51 |
| Hex | 9E | 65 | 7A | 0 | 24 | 17 | 26 | 152 | 17 | 33 |
| Octal | 236 | 145 | 172 | 0 | 44 | 27 | 46 | 522 | 27 | 63 |
| Binary | 10011110 | 1100101 | 1111010 | 0 | 100100 | 10111 | 100110 | 101010010 | 10111 | 110011 |
Color Harmonies of #9E657A
Complementary color
Monochromatic Colors of #9E657A
Black with #9E657A
Text Example
Text Example
White with #9E657A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E657A; }
p { color: rgb(158,101,122); }
H1.HeaderClassName
{
color: #9E657A;
}
.AnyTagClassName
{
color: #9E657A;
}
</style>
background-color css
<style>
a { background-color: #9E657A; }
a { background-color: rgb(158,101,122); }
div.DivClassName
{
background-color: #9E657A;
}
.BgClassName
{
background-color: #9E657A;
}
</style>
border-color css
<style>
span { border-color: #9E657A; }
span { border-color: rgb(158,101,122); }
td.TdClassName
{
border-color: #9E657A;
}
.TagClassName
{
border-color: #9E657A;
}
</style>