Shades of Strikemaster #9E6485
Tints of Strikemaster #9E6485
RGB
CMYK
RGB Variations
Color information
#9E6485 (or 0x9E6485) is known color: Strikemaster. HEX triplet: 9E, 64 and 85. RGB value is (158,100,133). Sum of RGB (Red+Green+Blue) = 158+100+133=391 (51% of max value = 765). Red value is 158 (62.11% from 255 or 40.41% from 391); Green value is 100 (39.45% from 255 or 25.58% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E6485 is #619B7A. Grayscale: #797979. Windows color (decimal): -6396795 or 8742046. OLE color: 8742046.
HSL color Cylindrical-coordinate representation of color #9E6485: hue angle of 325.86º 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 #9E6485 is Cyan = 0, Magento = 0.37, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 100 | 133 | - |
| CMYK | 0 | 0.37 | 0.16 | 0.38 |
| HSL | 325.86º | 0.23% | 0.51% | - |
| HSV(B) | 325.86º | 0.37% | 0.62% | - |
| XYZ | 22.89 | 18.08 | 24.47 | - |
| YUV | 121.1 | 134.72 | 154.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 100 | 133 | 0 | 0.37 | 0.16 | 0.38 | 325.86 | 0.23 | 0.51 |
| Hex | 9E | 64 | 85 | 0 | 25 | 10 | 26 | 146 | 17 | 33 |
| Octal | 236 | 144 | 205 | 0 | 45 | 20 | 46 | 506 | 27 | 63 |
| Binary | 10011110 | 1100100 | 10000101 | 0 | 100101 | 10000 | 100110 | 101000110 | 10111 | 110011 |
Color Harmonies of #9E6485
Complementary color
Monochromatic Colors of #9E6485
Black with #9E6485
Text Example
Text Example
White with #9E6485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E6485; }
p { color: rgb(158,100,133); }
H1.HeaderClassName
{
color: #9E6485;
}
.AnyTagClassName
{
color: #9E6485;
}
</style>
background-color css
<style>
a { background-color: #9E6485; }
a { background-color: rgb(158,100,133); }
div.DivClassName
{
background-color: #9E6485;
}
.BgClassName
{
background-color: #9E6485;
}
</style>
border-color css
<style>
span { border-color: #9E6485; }
span { border-color: rgb(158,100,133); }
td.TdClassName
{
border-color: #9E6485;
}
.TagClassName
{
border-color: #9E6485;
}
</style>