Shades of Strikemaster #9C7185
Tints of Strikemaster #9C7185
RGB
CMYK
RGB Variations
Color information
#9C7185 (or 0x9C7185) is known color: Strikemaster. HEX triplet: 9C, 71 and 85. RGB value is (156,113,133). Sum of RGB (Red+Green+Blue) = 156+113+133=402 (53% of max value = 765). Red value is 156 (61.33% from 255 or 38.81% from 402); Green value is 113 (44.53% from 255 or 28.11% from 402); Blue value is 133 (52.34% from 255 or 33.08% from 402); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7185 is #638E7A. Grayscale: #808080. Windows color (decimal): -6524539 or 8745372. OLE color: 8745372.
HSL color Cylindrical-coordinate representation of color #9C7185: hue angle of 332.09º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #9C7185 is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 133 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.39 |
| HSL | 332.09º | 0.18% | 0.53% | - |
| HSV(B) | 332.09º | 0.28% | 0.61% | - |
| XYZ | 23.85 | 20.57 | 24.9 | - |
| YUV | 128.14 | 130.75 | 147.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 133 | 0 | 0.28 | 0.15 | 0.39 | 332.09 | 0.18 | 0.53 |
| Hex | 9C | 71 | 85 | 0 | 1C | F | 27 | 14C | 12 | 35 |
| Octal | 234 | 161 | 205 | 0 | 34 | 17 | 47 | 514 | 22 | 65 |
| Binary | 10011100 | 1110001 | 10000101 | 0 | 11100 | 1111 | 100111 | 101001100 | 10010 | 110101 |
Color Harmonies of #9C7185
Complementary color
Monochromatic Colors of #9C7185
Black with #9C7185
Text Example
Text Example
White with #9C7185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7185; }
p { color: rgb(156,113,133); }
H1.HeaderClassName
{
color: #9C7185;
}
.AnyTagClassName
{
color: #9C7185;
}
</style>
background-color css
<style>
a { background-color: #9C7185; }
a { background-color: rgb(156,113,133); }
div.DivClassName
{
background-color: #9C7185;
}
.BgClassName
{
background-color: #9C7185;
}
</style>
border-color css
<style>
span { border-color: #9C7185; }
span { border-color: rgb(156,113,133); }
td.TdClassName
{
border-color: #9C7185;
}
.TagClassName
{
border-color: #9C7185;
}
</style>