Shades of Strikemaster #9E5684
Tints of Strikemaster #9E5684
RGB
CMYK
RGB Variations
Color information
#9E5684 (or 0x9E5684) is known color: Strikemaster. HEX triplet: 9E, 56 and 84. RGB value is (158,86,132). Sum of RGB (Red+Green+Blue) = 158+86+132=376 (49% of max value = 765). Red value is 158 (62.11% from 255 or 42.02% from 376); Green value is 86 (33.98% from 255 or 22.87% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5684 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5684 is #61A97B. Grayscale: #707070. Windows color (decimal): -6400380 or 8672926. OLE color: 8672926.
HSL color Cylindrical-coordinate representation of color #9E5684: hue angle of 321.67º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E5684 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 86 | 132 | - |
| CMYK | 0 | 0.46 | 0.16 | 0.38 |
| HSL | 321.67º | 0.3% | 0.48% | - |
| HSV(B) | 321.67º | 0.46% | 0.62% | - |
| XYZ | 21.59 | 15.59 | 23.7 | - |
| YUV | 112.77 | 138.85 | 160.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 86 | 132 | 0 | 0.46 | 0.16 | 0.38 | 321.67 | 0.3 | 0.48 |
| Hex | 9E | 56 | 84 | 0 | 2E | 10 | 26 | 142 | 1E | 30 |
| Octal | 236 | 126 | 204 | 0 | 56 | 20 | 46 | 502 | 36 | 60 |
| Binary | 10011110 | 1010110 | 10000100 | 0 | 101110 | 10000 | 100110 | 101000010 | 11110 | 110000 |
Color Harmonies of #9E5684
Complementary color
Monochromatic Colors of #9E5684
Black with #9E5684
Text Example
Text Example
White with #9E5684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5684; }
p { color: rgb(158,86,132); }
H1.HeaderClassName
{
color: #9E5684;
}
.AnyTagClassName
{
color: #9E5684;
}
</style>
background-color css
<style>
a { background-color: #9E5684; }
a { background-color: rgb(158,86,132); }
div.DivClassName
{
background-color: #9E5684;
}
.BgClassName
{
background-color: #9E5684;
}
</style>
border-color css
<style>
span { border-color: #9E5684; }
span { border-color: rgb(158,86,132); }
td.TdClassName
{
border-color: #9E5684;
}
.TagClassName
{
border-color: #9E5684;
}
</style>