Shades of Strikemaster #9E637D
Tints of Strikemaster #9E637D
RGB
CMYK
RGB Variations
Color information
#9E637D (or 0x9E637D) is known color: Strikemaster. HEX triplet: 9E, 63 and 7D. RGB value is (158,99,125). Sum of RGB (Red+Green+Blue) = 158+99+125=382 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.36% from 382); Green value is 99 (39.06% from 255 or 25.92% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 158 - color contains mainly: red. Hex color #9E637D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E637D is #619C82. Grayscale: #777777. Windows color (decimal): -6397059 or 8217502. OLE color: 8217502.
HSL color Cylindrical-coordinate representation of color #9E637D: hue angle of 333.56º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9E637D is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 99 | 125 | - |
| CMYK | 0 | 0.37 | 0.21 | 0.38 |
| HSL | 333.56º | 0.23% | 0.5% | - |
| HSV(B) | 333.56º | 0.37% | 0.62% | - |
| XYZ | 22.26 | 17.67 | 21.64 | - |
| YUV | 119.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 99 | 125 | 0 | 0.37 | 0.21 | 0.38 | 333.56 | 0.23 | 0.5 |
| Hex | 9E | 63 | 7D | 0 | 25 | 15 | 26 | 14E | 17 | 32 |
| Octal | 236 | 143 | 175 | 0 | 45 | 25 | 46 | 516 | 27 | 62 |
| Binary | 10011110 | 1100011 | 1111101 | 0 | 100101 | 10101 | 100110 | 101001110 | 10111 | 110010 |
Color Harmonies of #9E637D
Complementary color
Monochromatic Colors of #9E637D
Black with #9E637D
Text Example
Text Example
White with #9E637D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E637D; }
p { color: rgb(158,99,125); }
H1.HeaderClassName
{
color: #9E637D;
}
.AnyTagClassName
{
color: #9E637D;
}
</style>
background-color css
<style>
a { background-color: #9E637D; }
a { background-color: rgb(158,99,125); }
div.DivClassName
{
background-color: #9E637D;
}
.BgClassName
{
background-color: #9E637D;
}
</style>
border-color css
<style>
span { border-color: #9E637D; }
span { border-color: rgb(158,99,125); }
td.TdClassName
{
border-color: #9E637D;
}
.TagClassName
{
border-color: #9E637D;
}
</style>