Shades of Strikemaster #9D537B
Tints of Strikemaster #9D537B
RGB
CMYK
RGB Variations
Color information
#9D537B (or 0x9D537B) is known color: Strikemaster. HEX triplet: 9D, 53 and 7B. RGB value is (157,83,123). Sum of RGB (Red+Green+Blue) = 157+83+123=363 (48% of max value = 765). Red value is 157 (61.72% from 255 or 43.25% from 363); Green value is 83 (32.81% from 255 or 22.87% from 363); Blue value is 123 (48.44% from 255 or 33.88% from 363); Max value from RGB is 157 - color contains mainly: red. Hex color #9D537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D537B is #62AC84. Grayscale: #6D6D6D. Windows color (decimal): -6466693 or 8082333. OLE color: 8082333.
HSL color Cylindrical-coordinate representation of color #9D537B: hue angle of 327.57º 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 #9D537B is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 83 | 123 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.38 |
| HSL | 327.57º | 0.31% | 0.47% | - |
| HSV(B) | 327.57º | 0.47% | 0.62% | - |
| XYZ | 20.57 | 14.78 | 20.51 | - |
| YUV | 109.69 | 135.52 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 83 | 123 | 0 | 0.47 | 0.22 | 0.38 | 327.57 | 0.31 | 0.47 |
| Hex | 9D | 53 | 7B | 0 | 2F | 16 | 26 | 148 | 1F | 2F |
| Octal | 235 | 123 | 173 | 0 | 57 | 26 | 46 | 510 | 37 | 57 |
| Binary | 10011101 | 1010011 | 1111011 | 0 | 101111 | 10110 | 100110 | 101001000 | 11111 | 101111 |
Color Harmonies of #9D537B
Complementary color
Monochromatic Colors of #9D537B
Black with #9D537B
Text Example
Text Example
White with #9D537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D537B; }
p { color: rgb(157,83,123); }
H1.HeaderClassName
{
color: #9D537B;
}
.AnyTagClassName
{
color: #9D537B;
}
</style>
background-color css
<style>
a { background-color: #9D537B; }
a { background-color: rgb(157,83,123); }
div.DivClassName
{
background-color: #9D537B;
}
.BgClassName
{
background-color: #9D537B;
}
</style>
border-color css
<style>
span { border-color: #9D537B; }
span { border-color: rgb(157,83,123); }
td.TdClassName
{
border-color: #9D537B;
}
.TagClassName
{
border-color: #9D537B;
}
</style>