Shades of Strikemaster #9C7586
Tints of Strikemaster #9C7586
RGB
CMYK
RGB Variations
Color information
#9C7586 (or 0x9C7586) is known color: Strikemaster. HEX triplet: 9C, 75 and 86. RGB value is (156,117,134). Sum of RGB (Red+Green+Blue) = 156+117+134=407 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.33% from 407); Green value is 117 (46.09% from 255 or 28.75% from 407); Blue value is 134 (52.73% from 255 or 32.92% from 407); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7586 is #638A79. Grayscale: #828282. Windows color (decimal): -6523514 or 8811932. OLE color: 8811932.
HSL color Cylindrical-coordinate representation of color #9C7586: hue angle of 333.85º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #9C7586 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 117 | 134 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.39 |
| HSL | 333.85º | 0.16% | 0.54% | - |
| HSV(B) | 333.85º | 0.25% | 0.61% | - |
| XYZ | 24.37 | 21.51 | 25.42 | - |
| YUV | 130.6 | 129.92 | 146.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 117 | 134 | 0 | 0.25 | 0.14 | 0.39 | 333.85 | 0.16 | 0.54 |
| Hex | 9C | 75 | 86 | 0 | 19 | E | 27 | 14E | 10 | 36 |
| Octal | 234 | 165 | 206 | 0 | 31 | 16 | 47 | 516 | 20 | 66 |
| Binary | 10011100 | 1110101 | 10000110 | 0 | 11001 | 1110 | 100111 | 101001110 | 10000 | 110110 |
Color Harmonies of #9C7586
Complementary color
Monochromatic Colors of #9C7586
Black with #9C7586
Text Example
Text Example
White with #9C7586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7586; }
p { color: rgb(156,117,134); }
H1.HeaderClassName
{
color: #9C7586;
}
.AnyTagClassName
{
color: #9C7586;
}
</style>
background-color css
<style>
a { background-color: #9C7586; }
a { background-color: rgb(156,117,134); }
div.DivClassName
{
background-color: #9C7586;
}
.BgClassName
{
background-color: #9C7586;
}
</style>
border-color css
<style>
span { border-color: #9C7586; }
span { border-color: rgb(156,117,134); }
td.TdClassName
{
border-color: #9C7586;
}
.TagClassName
{
border-color: #9C7586;
}
</style>