Shades of Strikemaster #9E537F
Tints of Strikemaster #9E537F
RGB
CMYK
RGB Variations
Color information
#9E537F (or 0x9E537F) is known color: Strikemaster. HEX triplet: 9E, 53 and 7F. RGB value is (158,83,127). Sum of RGB (Red+Green+Blue) = 158+83+127=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 83 (32.81% from 255 or 22.55% from 368); Blue value is 127 (50% from 255 or 34.51% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E537F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E537F is #61AC80. Grayscale: #6E6E6E. Windows color (decimal): -6401153 or 8344478. OLE color: 8344478.
HSL color Cylindrical-coordinate representation of color #9E537F: hue angle of 324.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 #9E537F is Cyan = 0, Magento = 0.47, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 158 | 83 | 127 | - |
| CMYK | 0 | 0.47 | 0.20 | 0.38 |
| HSL | 324.8º | 0.31% | 0.47% | - |
| HSV(B) | 324.8º | 0.47% | 0.62% | - |
| XYZ | 21.02 | 14.99 | 21.86 | - |
| YUV | 110.44 | 137.35 | 161.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 83 | 127 | 0 | 0.47 | 0.20 | 0.38 | 324.8 | 0.31 | 0.47 |
| Hex | 9E | 53 | 7F | 0 | 2F | 14 | 26 | 145 | 1F | 2F |
| Octal | 236 | 123 | 177 | 0 | 57 | 24 | 46 | 505 | 37 | 57 |
| Binary | 10011110 | 1010011 | 1111111 | 0 | 101111 | 10100 | 100110 | 101000101 | 11111 | 101111 |
Color Harmonies of #9E537F
Complementary color
Monochromatic Colors of #9E537F
Black with #9E537F
Text Example
Text Example
White with #9E537F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9E537F; }
p { color: rgb(158,83,127); }
H1.HeaderClassName
{
color: #9E537F;
}
.AnyTagClassName
{
color: #9E537F;
}
</style>
background-color css
<style>
a { background-color: #9E537F; }
a { background-color: rgb(158,83,127); }
div.DivClassName
{
background-color: #9E537F;
}
.BgClassName
{
background-color: #9E537F;
}
</style>
border-color css
<style>
span { border-color: #9E537F; }
span { border-color: rgb(158,83,127); }
td.TdClassName
{
border-color: #9E537F;
}
.TagClassName
{
border-color: #9E537F;
}
</style>