Shades of Strikemaster #9E5487
Tints of Strikemaster #9E5487
RGB
CMYK
RGB Variations
Color information
#9E5487 (or 0x9E5487) is known color: Strikemaster. HEX triplet: 9E, 54 and 87. RGB value is (158,84,135). Sum of RGB (Red+Green+Blue) = 158+84+135=377 (49% of max value = 765). Red value is 158 (62.11% from 255 or 41.91% from 377); Green value is 84 (33.20% from 255 or 22.28% from 377); Blue value is 135 (53.12% from 255 or 35.81% from 377); Max value from RGB is 158 - color contains mainly: red. Hex color #9E5487 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9E5487 is #61AB78. Grayscale: #6F6F6F. Windows color (decimal): -6400889 or 8869022. OLE color: 8869022.
HSL color Cylindrical-coordinate representation of color #9E5487: hue angle of 318.65º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9E5487 is Cyan = 0, Magento = 0.47, Yellow = 0.15 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 84 | 135 | - |
| CMYK | 0 | 0.47 | 0.15 | 0.38 |
| HSL | 318.65º | 0.31% | 0.47% | - |
| HSV(B) | 318.65º | 0.47% | 0.62% | - |
| XYZ | 21.64 | 15.36 | 24.75 | - |
| YUV | 111.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 84 | 135 | 0 | 0.47 | 0.15 | 0.38 | 318.65 | 0.31 | 0.47 |
| Hex | 9E | 54 | 87 | 0 | 2F | F | 26 | 13F | 1F | 2F |
| Octal | 236 | 124 | 207 | 0 | 57 | 17 | 46 | 477 | 37 | 57 |
| Binary | 10011110 | 1010100 | 10000111 | 0 | 101111 | 1111 | 100110 | 100111111 | 11111 | 101111 |
Color Harmonies of #9E5487
Complementary color
Monochromatic Colors of #9E5487
Black with #9E5487
Text Example
Text Example
White with #9E5487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E5487; }
p { color: rgb(158,84,135); }
H1.HeaderClassName
{
color: #9E5487;
}
.AnyTagClassName
{
color: #9E5487;
}
</style>
background-color css
<style>
a { background-color: #9E5487; }
a { background-color: rgb(158,84,135); }
div.DivClassName
{
background-color: #9E5487;
}
.BgClassName
{
background-color: #9E5487;
}
</style>
border-color css
<style>
span { border-color: #9E5487; }
span { border-color: rgb(158,84,135); }
td.TdClassName
{
border-color: #9E5487;
}
.TagClassName
{
border-color: #9E5487;
}
</style>