Shades of Strikemaster #9C517A
Tints of Strikemaster #9C517A
RGB
CMYK
RGB Variations
Color information
#9C517A (or 0x9C517A) is known color: Strikemaster. HEX triplet: 9C, 51 and 7A. RGB value is (156,81,122). Sum of RGB (Red+Green+Blue) = 156+81+122=359 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.45% from 359); Green value is 81 (32.03% from 255 or 22.56% from 359); Blue value is 122 (48.05% from 255 or 33.98% from 359); Max value from RGB is 156 - color contains mainly: red. Hex color #9C517A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C517A is #63AE85. Grayscale: #6C6C6C. Windows color (decimal): -6532742 or 8016284. OLE color: 8016284.
HSL color Cylindrical-coordinate representation of color #9C517A: hue angle of 327.2º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9C517A is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 81 | 122 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.39 |
| HSL | 327.2º | 0.32% | 0.46% | - |
| HSV(B) | 327.2º | 0.48% | 0.61% | - |
| XYZ | 20.17 | 14.36 | 20.12 | - |
| YUV | 108.1 | 135.85 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 81 | 122 | 0 | 0.48 | 0.22 | 0.39 | 327.2 | 0.32 | 0.46 |
| Hex | 9C | 51 | 7A | 0 | 30 | 16 | 27 | 147 | 20 | 2E |
| Octal | 234 | 121 | 172 | 0 | 60 | 26 | 47 | 507 | 40 | 56 |
| Binary | 10011100 | 1010001 | 1111010 | 0 | 110000 | 10110 | 100111 | 101000111 | 100000 | 101110 |
Color Harmonies of #9C517A
Complementary color
Monochromatic Colors of #9C517A
Black with #9C517A
Text Example
Text Example
White with #9C517A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C517A; }
p { color: rgb(156,81,122); }
H1.HeaderClassName
{
color: #9C517A;
}
.AnyTagClassName
{
color: #9C517A;
}
</style>
background-color css
<style>
a { background-color: #9C517A; }
a { background-color: rgb(156,81,122); }
div.DivClassName
{
background-color: #9C517A;
}
.BgClassName
{
background-color: #9C517A;
}
</style>
border-color css
<style>
span { border-color: #9C517A; }
span { border-color: rgb(156,81,122); }
td.TdClassName
{
border-color: #9C517A;
}
.TagClassName
{
border-color: #9C517A;
}
</style>