Shades of Strikemaster #9C7182
Tints of Strikemaster #9C7182
RGB
CMYK
RGB Variations
Color information
#9C7182 (or 0x9C7182) is known color: Strikemaster. HEX triplet: 9C, 71 and 82. RGB value is (156,113,130). Sum of RGB (Red+Green+Blue) = 156+113+130=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 113 (44.53% from 255 or 28.32% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7182 is #638E7D. Grayscale: #7F7F7F. Windows color (decimal): -6524542 or 8548764. OLE color: 8548764.
HSL color Cylindrical-coordinate representation of color #9C7182: hue angle of 336.28º 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 #9C7182 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 113 | 130 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.39 |
| HSL | 336.28º | 0.18% | 0.53% | - |
| HSV(B) | 336.28º | 0.28% | 0.61% | - |
| XYZ | 23.64 | 20.49 | 23.83 | - |
| YUV | 127.8 | 129.25 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 113 | 130 | 0 | 0.28 | 0.17 | 0.39 | 336.28 | 0.18 | 0.53 |
| Hex | 9C | 71 | 82 | 0 | 1C | 11 | 27 | 150 | 12 | 35 |
| Octal | 234 | 161 | 202 | 0 | 34 | 21 | 47 | 520 | 22 | 65 |
| Binary | 10011100 | 1110001 | 10000010 | 0 | 11100 | 10001 | 100111 | 101010000 | 10010 | 110101 |
Color Harmonies of #9C7182
Complementary color
Monochromatic Colors of #9C7182
Black with #9C7182
Text Example
Text Example
White with #9C7182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7182; }
p { color: rgb(156,113,130); }
H1.HeaderClassName
{
color: #9C7182;
}
.AnyTagClassName
{
color: #9C7182;
}
</style>
background-color css
<style>
a { background-color: #9C7182; }
a { background-color: rgb(156,113,130); }
div.DivClassName
{
background-color: #9C7182;
}
.BgClassName
{
background-color: #9C7182;
}
</style>
border-color css
<style>
span { border-color: #9C7182; }
span { border-color: rgb(156,113,130); }
td.TdClassName
{
border-color: #9C7182;
}
.TagClassName
{
border-color: #9C7182;
}
</style>