Shades of Strikemaster #9C547F
Tints of Strikemaster #9C547F
RGB
CMYK
RGB Variations
Color information
#9C547F (or 0x9C547F) is known color: Strikemaster. HEX triplet: 9C, 54 and 7F. RGB value is (156,84,127). Sum of RGB (Red+Green+Blue) = 156+84+127=367 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.51% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 156 - color contains mainly: red. Hex color #9C547F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C547F is #63AB80. Grayscale: #6E6E6E. Windows color (decimal): -6531969 or 8344732. OLE color: 8344732.
HSL color Cylindrical-coordinate representation of color #9C547F: hue angle of 324.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C547F is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 127 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.39 |
| HSL | 324.17º | 0.3% | 0.47% | - |
| HSV(B) | 324.17º | 0.46% | 0.61% | - |
| XYZ | 20.71 | 14.94 | 21.87 | - |
| YUV | 110.43 | 137.35 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 127 | 0 | 0.46 | 0.19 | 0.39 | 324.17 | 0.3 | 0.47 |
| Hex | 9C | 54 | 7F | 0 | 2E | 13 | 27 | 144 | 1E | 2F |
| Octal | 234 | 124 | 177 | 0 | 56 | 23 | 47 | 504 | 36 | 57 |
| Binary | 10011100 | 1010100 | 1111111 | 0 | 101110 | 10011 | 100111 | 101000100 | 11110 | 101111 |
Color Harmonies of #9C547F
Complementary color
Monochromatic Colors of #9C547F
Black with #9C547F
Text Example
Text Example
White with #9C547F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C547F; }
p { color: rgb(156,84,127); }
H1.HeaderClassName
{
color: #9C547F;
}
.AnyTagClassName
{
color: #9C547F;
}
</style>
background-color css
<style>
a { background-color: #9C547F; }
a { background-color: rgb(156,84,127); }
div.DivClassName
{
background-color: #9C547F;
}
.BgClassName
{
background-color: #9C547F;
}
</style>
border-color css
<style>
span { border-color: #9C547F; }
span { border-color: rgb(156,84,127); }
td.TdClassName
{
border-color: #9C547F;
}
.TagClassName
{
border-color: #9C547F;
}
</style>