Shades of Strikemaster #9C547A
Tints of Strikemaster #9C547A
RGB
CMYK
RGB Variations
Color information
#9C547A (or 0x9C547A) is known color: Strikemaster. HEX triplet: 9C, 54 and 7A. RGB value is (156,84,122). Sum of RGB (Red+Green+Blue) = 156+84+122=362 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.09% from 362); Green value is 84 (33.20% from 255 or 23.20% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 156 - color contains mainly: red. Hex color #9C547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C547A is #63AB85. Grayscale: #6D6D6D. Windows color (decimal): -6531974 or 8017052. OLE color: 8017052.
HSL color Cylindrical-coordinate representation of color #9C547A: hue angle of 328.33º 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 #9C547A is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 122 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.39 |
| HSL | 328.33º | 0.3% | 0.47% | - |
| HSV(B) | 328.33º | 0.46% | 0.61% | - |
| XYZ | 20.39 | 14.81 | 20.2 | - |
| YUV | 109.86 | 134.85 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 122 | 0 | 0.46 | 0.22 | 0.39 | 328.33 | 0.3 | 0.47 |
| Hex | 9C | 54 | 7A | 0 | 2E | 16 | 27 | 148 | 1E | 2F |
| Octal | 234 | 124 | 172 | 0 | 56 | 26 | 47 | 510 | 36 | 57 |
| Binary | 10011100 | 1010100 | 1111010 | 0 | 101110 | 10110 | 100111 | 101001000 | 11110 | 101111 |
Color Harmonies of #9C547A
Complementary color
Monochromatic Colors of #9C547A
Black with #9C547A
Text Example
Text Example
White with #9C547A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C547A; }
p { color: rgb(156,84,122); }
H1.HeaderClassName
{
color: #9C547A;
}
.AnyTagClassName
{
color: #9C547A;
}
</style>
background-color css
<style>
a { background-color: #9C547A; }
a { background-color: rgb(156,84,122); }
div.DivClassName
{
background-color: #9C547A;
}
.BgClassName
{
background-color: #9C547A;
}
</style>
border-color css
<style>
span { border-color: #9C547A; }
span { border-color: rgb(156,84,122); }
td.TdClassName
{
border-color: #9C547A;
}
.TagClassName
{
border-color: #9C547A;
}
</style>