Shades of Strikemaster #9E7585
Tints of Strikemaster #9E7585
RGB
CMYK
RGB Variations
Color information
#9E7585 (or 0x9E7585) is known color: Strikemaster. HEX triplet: 9E, 75 and 85. RGB value is (158,117,133). Sum of RGB (Red+Green+Blue) = 158+117+133=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 117 (46.09% from 255 or 28.68% from 408); Blue value is 133 (52.34% from 255 or 32.60% from 408); Max value from RGB is 158 - color contains mainly: red. Hex color #9E7585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E7585 is #618A7A. Grayscale: #838383. Windows color (decimal): -6392443 or 8746398. OLE color: 8746398.
HSL color Cylindrical-coordinate representation of color #9E7585: hue angle of 336.59º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #9E7585 is Cyan = 0, Magento = 0.26, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 117 | 133 | - |
| CMYK | 0 | 0.26 | 0.16 | 0.38 |
| HSL | 336.59º | 0.17% | 0.54% | - |
| HSV(B) | 336.59º | 0.26% | 0.62% | - |
| XYZ | 24.7 | 21.69 | 25.07 | - |
| YUV | 131.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 117 | 133 | 0 | 0.26 | 0.16 | 0.38 | 336.59 | 0.17 | 0.54 |
| Hex | 9E | 75 | 85 | 0 | 1A | 10 | 26 | 151 | 11 | 36 |
| Octal | 236 | 165 | 205 | 0 | 32 | 20 | 46 | 521 | 21 | 66 |
| Binary | 10011110 | 1110101 | 10000101 | 0 | 11010 | 10000 | 100110 | 101010001 | 10001 | 110110 |
Color Harmonies of #9E7585
Complementary color
Monochromatic Colors of #9E7585
Black with #9E7585
Text Example
Text Example
White with #9E7585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E7585; }
p { color: rgb(158,117,133); }
H1.HeaderClassName
{
color: #9E7585;
}
.AnyTagClassName
{
color: #9E7585;
}
</style>
background-color css
<style>
a { background-color: #9E7585; }
a { background-color: rgb(158,117,133); }
div.DivClassName
{
background-color: #9E7585;
}
.BgClassName
{
background-color: #9E7585;
}
</style>
border-color css
<style>
span { border-color: #9E7585; }
span { border-color: rgb(158,117,133); }
td.TdClassName
{
border-color: #9E7585;
}
.TagClassName
{
border-color: #9E7585;
}
</style>