Shades of Strikemaster #9E537A
Tints of Strikemaster #9E537A
RGB
CMYK
RGB Variations
Color information
#9E537A (or 0x9E537A) is known color: Strikemaster. HEX triplet: 9E, 53 and 7A. RGB value is (158,83,122). Sum of RGB (Red+Green+Blue) = 158+83+122=363 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.53% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 122 (48.05% from 255 or 33.61% from 363); Max value from RGB is 158 - color contains mainly: red. Hex color #9E537A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E537A is #61AC85. Grayscale: #6D6D6D. Windows color (decimal): -6401158 or 8016798. OLE color: 8016798.
HSL color Cylindrical-coordinate representation of color #9E537A: hue angle of 328.8º 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 #9E537A is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 83 | 122 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.38 |
| HSL | 328.8º | 0.31% | 0.47% | - |
| HSV(B) | 328.8º | 0.47% | 0.62% | - |
| XYZ | 20.71 | 14.86 | 20.19 | - |
| YUV | 109.87 | 134.85 | 162.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 122 | 0 | 0.47 | 0.23 | 0.38 | 328.8 | 0.31 | 0.47 |
| Hex | 9E | 53 | 7A | 0 | 2F | 17 | 26 | 149 | 1F | 2F |
| Octal | 236 | 123 | 172 | 0 | 57 | 27 | 46 | 511 | 37 | 57 |
| Binary | 10011110 | 1010011 | 1111010 | 0 | 101111 | 10111 | 100110 | 101001001 | 11111 | 101111 |
Color Harmonies of #9E537A
Complementary color
Monochromatic Colors of #9E537A
Black with #9E537A
Text Example
Text Example
White with #9E537A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E537A; }
p { color: rgb(158,83,122); }
H1.HeaderClassName
{
color: #9E537A;
}
.AnyTagClassName
{
color: #9E537A;
}
</style>
background-color css
<style>
a { background-color: #9E537A; }
a { background-color: rgb(158,83,122); }
div.DivClassName
{
background-color: #9E537A;
}
.BgClassName
{
background-color: #9E537A;
}
</style>
border-color css
<style>
span { border-color: #9E537A; }
span { border-color: rgb(158,83,122); }
td.TdClassName
{
border-color: #9E537A;
}
.TagClassName
{
border-color: #9E537A;
}
</style>