Shades of Strikemaster #9E647D
Tints of Strikemaster #9E647D
RGB
CMYK
RGB Variations
Color information
#9E647D (or 0x9E647D) is known color: Strikemaster. HEX triplet: 9E, 64 and 7D. RGB value is (158,100,125). Sum of RGB (Red+Green+Blue) = 158+100+125=383 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.25% from 383); Green value is 100 (39.45% from 255 or 26.11% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 158 - color contains mainly: red. Hex color #9E647D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E647D is #619B82. Grayscale: #787878. Windows color (decimal): -6396803 or 8217758. OLE color: 8217758.
HSL color Cylindrical-coordinate representation of color #9E647D: hue angle of 334.14º 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 #9E647D is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 125 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.38 |
| HSL | 334.14º | 0.23% | 0.51% | - |
| HSV(B) | 334.14º | 0.37% | 0.62% | - |
| XYZ | 22.36 | 17.86 | 21.67 | - |
| YUV | 120.19 | 130.72 | 154.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 125 | 0 | 0.37 | 0.21 | 0.38 | 334.14 | 0.23 | 0.51 |
| Hex | 9E | 64 | 7D | 0 | 25 | 15 | 26 | 14E | 17 | 33 |
| Octal | 236 | 144 | 175 | 0 | 45 | 25 | 46 | 516 | 27 | 63 |
| Binary | 10011110 | 1100100 | 1111101 | 0 | 100101 | 10101 | 100110 | 101001110 | 10111 | 110011 |
Color Harmonies of #9E647D
Complementary color
Monochromatic Colors of #9E647D
Black with #9E647D
Text Example
Text Example
White with #9E647D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E647D; }
p { color: rgb(158,100,125); }
H1.HeaderClassName
{
color: #9E647D;
}
.AnyTagClassName
{
color: #9E647D;
}
</style>
background-color css
<style>
a { background-color: #9E647D; }
a { background-color: rgb(158,100,125); }
div.DivClassName
{
background-color: #9E647D;
}
.BgClassName
{
background-color: #9E647D;
}
</style>
border-color css
<style>
span { border-color: #9E647D; }
span { border-color: rgb(158,100,125); }
td.TdClassName
{
border-color: #9E647D;
}
.TagClassName
{
border-color: #9E647D;
}
</style>