Shades of Strikemaster #9E647E
Tints of Strikemaster #9E647E
RGB
CMYK
RGB Variations
Color information
#9E647E (or 0x9E647E) is known color: Strikemaster. HEX triplet: 9E, 64 and 7E. RGB value is (158,100,126). Sum of RGB (Red+Green+Blue) = 158+100+126=384 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.15% from 384); Green value is 100 (39.45% from 255 or 26.04% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 158 - color contains mainly: red. Hex color #9E647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E647E is #619B81. Grayscale: #787878. Windows color (decimal): -6396802 or 8283294. OLE color: 8283294.
HSL color Cylindrical-coordinate representation of color #9E647E: hue angle of 333.1º 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 #9E647E is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 126 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.38 |
| HSL | 333.1º | 0.23% | 0.51% | - |
| HSV(B) | 333.1º | 0.37% | 0.62% | - |
| XYZ | 22.42 | 17.89 | 22.01 | - |
| YUV | 120.31 | 131.22 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 126 | 0 | 0.37 | 0.20 | 0.38 | 333.1 | 0.23 | 0.51 |
| Hex | 9E | 64 | 7E | 0 | 25 | 14 | 26 | 14D | 17 | 33 |
| Octal | 236 | 144 | 176 | 0 | 45 | 24 | 46 | 515 | 27 | 63 |
| Binary | 10011110 | 1100100 | 1111110 | 0 | 100101 | 10100 | 100110 | 101001101 | 10111 | 110011 |
Color Harmonies of #9E647E
Complementary color
Monochromatic Colors of #9E647E
Black with #9E647E
Text Example
Text Example
White with #9E647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E647E; }
p { color: rgb(158,100,126); }
H1.HeaderClassName
{
color: #9E647E;
}
.AnyTagClassName
{
color: #9E647E;
}
</style>
background-color css
<style>
a { background-color: #9E647E; }
a { background-color: rgb(158,100,126); }
div.DivClassName
{
background-color: #9E647E;
}
.BgClassName
{
background-color: #9E647E;
}
</style>
border-color css
<style>
span { border-color: #9E647E; }
span { border-color: rgb(158,100,126); }
td.TdClassName
{
border-color: #9E647E;
}
.TagClassName
{
border-color: #9E647E;
}
</style>