Shades of Strikemaster #9C537B
Tints of Strikemaster #9C537B
RGB
CMYK
RGB Variations
Color information
#9C537B (or 0x9C537B) is known color: Strikemaster. HEX triplet: 9C, 53 and 7B. RGB value is (156,83,123). Sum of RGB (Red+Green+Blue) = 156+83+123=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 123 (48.44% from 255 or 33.98% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C537B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C537B is #63AC84. Grayscale: #6D6D6D. Windows color (decimal): -6532229 or 8082332. OLE color: 8082332.
HSL color Cylindrical-coordinate representation of color #9C537B: hue angle of 327.12º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C537B is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 123 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.39 |
| HSL | 327.12º | 0.31% | 0.47% | - |
| HSV(B) | 327.12º | 0.47% | 0.61% | - |
| XYZ | 20.38 | 14.68 | 20.5 | - |
| YUV | 109.39 | 135.68 | 161.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 123 | 0 | 0.47 | 0.21 | 0.39 | 327.12 | 0.31 | 0.47 |
| Hex | 9C | 53 | 7B | 0 | 2F | 15 | 27 | 147 | 1F | 2F |
| Octal | 234 | 123 | 173 | 0 | 57 | 25 | 47 | 507 | 37 | 57 |
| Binary | 10011100 | 1010011 | 1111011 | 0 | 101111 | 10101 | 100111 | 101000111 | 11111 | 101111 |
Color Harmonies of #9C537B
Complementary color
Monochromatic Colors of #9C537B
Black with #9C537B
Text Example
Text Example
White with #9C537B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C537B; }
p { color: rgb(156,83,123); }
H1.HeaderClassName
{
color: #9C537B;
}
.AnyTagClassName
{
color: #9C537B;
}
</style>
background-color css
<style>
a { background-color: #9C537B; }
a { background-color: rgb(156,83,123); }
div.DivClassName
{
background-color: #9C537B;
}
.BgClassName
{
background-color: #9C537B;
}
</style>
border-color css
<style>
span { border-color: #9C537B; }
span { border-color: rgb(156,83,123); }
td.TdClassName
{
border-color: #9C537B;
}
.TagClassName
{
border-color: #9C537B;
}
</style>