Shades of Strikemaster #9C537E
Tints of Strikemaster #9C537E
RGB
CMYK
RGB Variations
Color information
#9C537E (or 0x9C537E) is known color: Strikemaster. HEX triplet: 9C, 53 and 7E. RGB value is (156,83,126). Sum of RGB (Red+Green+Blue) = 156+83+126=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 83 (32.81% from 255 or 22.74% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C537E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C537E is #63AC81. Grayscale: #6D6D6D. Windows color (decimal): -6532226 or 8278940. OLE color: 8278940.
HSL color Cylindrical-coordinate representation of color #9C537E: hue angle of 324.66º 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 #9C537E is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 126 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.39 |
| HSL | 324.66º | 0.31% | 0.47% | - |
| HSV(B) | 324.66º | 0.47% | 0.61% | - |
| XYZ | 20.57 | 14.76 | 21.5 | - |
| YUV | 109.73 | 137.18 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 126 | 0 | 0.47 | 0.19 | 0.39 | 324.66 | 0.31 | 0.47 |
| Hex | 9C | 53 | 7E | 0 | 2F | 13 | 27 | 145 | 1F | 2F |
| Octal | 234 | 123 | 176 | 0 | 57 | 23 | 47 | 505 | 37 | 57 |
| Binary | 10011100 | 1010011 | 1111110 | 0 | 101111 | 10011 | 100111 | 101000101 | 11111 | 101111 |
Color Harmonies of #9C537E
Complementary color
Monochromatic Colors of #9C537E
Black with #9C537E
Text Example
Text Example
White with #9C537E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C537E; }
p { color: rgb(156,83,126); }
H1.HeaderClassName
{
color: #9C537E;
}
.AnyTagClassName
{
color: #9C537E;
}
</style>
background-color css
<style>
a { background-color: #9C537E; }
a { background-color: rgb(156,83,126); }
div.DivClassName
{
background-color: #9C537E;
}
.BgClassName
{
background-color: #9C537E;
}
</style>
border-color css
<style>
span { border-color: #9C537E; }
span { border-color: rgb(156,83,126); }
td.TdClassName
{
border-color: #9C537E;
}
.TagClassName
{
border-color: #9C537E;
}
</style>