Shades of Strikemaster #9E617C
Tints of Strikemaster #9E617C
RGB
CMYK
RGB Variations
Color information
#9E617C (or 0x9E617C) is known color: Strikemaster. HEX triplet: 9E, 61 and 7C. RGB value is (158,97,124). Sum of RGB (Red+Green+Blue) = 158+97+124=379 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.69% from 379); Green value is 97 (38.28% from 255 or 25.59% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 158 - color contains mainly: red. Hex color #9E617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E617C is #619E83. Grayscale: #767676. Windows color (decimal): -6397572 or 8151454. OLE color: 8151454.
HSL color Cylindrical-coordinate representation of color #9E617C: hue angle of 333.44º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9E617C is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 97 | 124 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.38 |
| HSL | 333.44º | 0.24% | 0.5% | - |
| HSV(B) | 333.44º | 0.39% | 0.62% | - |
| XYZ | 22.01 | 17.27 | 21.24 | - |
| YUV | 118.32 | 131.21 | 156.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 97 | 124 | 0 | 0.39 | 0.22 | 0.38 | 333.44 | 0.24 | 0.5 |
| Hex | 9E | 61 | 7C | 0 | 27 | 16 | 26 | 14D | 18 | 32 |
| Octal | 236 | 141 | 174 | 0 | 47 | 26 | 46 | 515 | 30 | 62 |
| Binary | 10011110 | 1100001 | 1111100 | 0 | 100111 | 10110 | 100110 | 101001101 | 11000 | 110010 |
Color Harmonies of #9E617C
Complementary color
Monochromatic Colors of #9E617C
Black with #9E617C
Text Example
Text Example
White with #9E617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E617C; }
p { color: rgb(158,97,124); }
H1.HeaderClassName
{
color: #9E617C;
}
.AnyTagClassName
{
color: #9E617C;
}
</style>
background-color css
<style>
a { background-color: #9E617C; }
a { background-color: rgb(158,97,124); }
div.DivClassName
{
background-color: #9E617C;
}
.BgClassName
{
background-color: #9E617C;
}
</style>
border-color css
<style>
span { border-color: #9E617C; }
span { border-color: rgb(158,97,124); }
td.TdClassName
{
border-color: #9E617C;
}
.TagClassName
{
border-color: #9E617C;
}
</style>