Shades of Strikemaster #9E607C
Tints of Strikemaster #9E607C
RGB
CMYK
RGB Variations
Color information
#9E607C (or 0x9E607C) is known color: Strikemaster. HEX triplet: 9E, 60 and 7C. RGB value is (158,96,124). Sum of RGB (Red+Green+Blue) = 158+96+124=378 (50% of max value = 765). Red value is 158 (62.11% from 255 or 41.80% from 378); Green value is 96 (37.89% from 255 or 25.40% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 158 - color contains mainly: red. Hex color #9E607C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E607C is #619F83. Grayscale: #757575. Windows color (decimal): -6397828 or 8151198. OLE color: 8151198.
HSL color Cylindrical-coordinate representation of color #9E607C: hue angle of 332.9º 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 #9E607C is Cyan = 0, Magento = 0.39, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 96 | 124 | - |
| CMYK | 0 | 0.39 | 0.22 | 0.38 |
| HSL | 332.9º | 0.24% | 0.5% | - |
| HSV(B) | 332.9º | 0.39% | 0.62% | - |
| XYZ | 21.92 | 17.09 | 21.21 | - |
| YUV | 117.73 | 131.54 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 96 | 124 | 0 | 0.39 | 0.22 | 0.38 | 332.9 | 0.24 | 0.5 |
| Hex | 9E | 60 | 7C | 0 | 27 | 16 | 26 | 14D | 18 | 32 |
| Octal | 236 | 140 | 174 | 0 | 47 | 26 | 46 | 515 | 30 | 62 |
| Binary | 10011110 | 1100000 | 1111100 | 0 | 100111 | 10110 | 100110 | 101001101 | 11000 | 110010 |
Color Harmonies of #9E607C
Complementary color
Monochromatic Colors of #9E607C
Black with #9E607C
Text Example
Text Example
White with #9E607C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E607C; }
p { color: rgb(158,96,124); }
H1.HeaderClassName
{
color: #9E607C;
}
.AnyTagClassName
{
color: #9E607C;
}
</style>
background-color css
<style>
a { background-color: #9E607C; }
a { background-color: rgb(158,96,124); }
div.DivClassName
{
background-color: #9E607C;
}
.BgClassName
{
background-color: #9E607C;
}
</style>
border-color css
<style>
span { border-color: #9E607C; }
span { border-color: rgb(158,96,124); }
td.TdClassName
{
border-color: #9E607C;
}
.TagClassName
{
border-color: #9E607C;
}
</style>