Shades of Strikemaster #9D537C
Tints of Strikemaster #9D537C
RGB
CMYK
RGB Variations
Color information
#9D537C (or 0x9D537C) is known color: Strikemaster. HEX triplet: 9D, 53 and 7C. RGB value is (157,83,124). Sum of RGB (Red+Green+Blue) = 157+83+124=364 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.13% from 364); Green value is 83 (32.81% from 255 or 22.80% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 157 - color contains mainly: red. Hex color #9D537C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D537C is #62AC83. Grayscale: #6D6D6D. Windows color (decimal): -6466692 or 8147869. OLE color: 8147869.
HSL color Cylindrical-coordinate representation of color #9D537C: hue angle of 326.76º 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 #9D537C is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 83 | 124 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.38 |
| HSL | 326.76º | 0.31% | 0.47% | - |
| HSV(B) | 326.76º | 0.47% | 0.62% | - |
| XYZ | 20.64 | 14.81 | 20.84 | - |
| YUV | 109.8 | 136.02 | 161.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 124 | 0 | 0.47 | 0.21 | 0.38 | 326.76 | 0.31 | 0.47 |
| Hex | 9D | 53 | 7C | 0 | 2F | 15 | 26 | 147 | 1F | 2F |
| Octal | 235 | 123 | 174 | 0 | 57 | 25 | 46 | 507 | 37 | 57 |
| Binary | 10011101 | 1010011 | 1111100 | 0 | 101111 | 10101 | 100110 | 101000111 | 11111 | 101111 |
Color Harmonies of #9D537C
Complementary color
Monochromatic Colors of #9D537C
Black with #9D537C
Text Example
Text Example
White with #9D537C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D537C; }
p { color: rgb(157,83,124); }
H1.HeaderClassName
{
color: #9D537C;
}
.AnyTagClassName
{
color: #9D537C;
}
</style>
background-color css
<style>
a { background-color: #9D537C; }
a { background-color: rgb(157,83,124); }
div.DivClassName
{
background-color: #9D537C;
}
.BgClassName
{
background-color: #9D537C;
}
</style>
border-color css
<style>
span { border-color: #9D537C; }
span { border-color: rgb(157,83,124); }
td.TdClassName
{
border-color: #9D537C;
}
.TagClassName
{
border-color: #9D537C;
}
</style>