Shades of Strikemaster #9C7083
Tints of Strikemaster #9C7083
RGB
CMYK
RGB Variations
Color information
#9C7083 (or 0x9C7083) is known color: Strikemaster. HEX triplet: 9C, 70 and 83. RGB value is (156,112,131). Sum of RGB (Red+Green+Blue) = 156+112+131=399 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39.10% from 399); Green value is 112 (44.14% from 255 or 28.07% from 399); Blue value is 131 (51.56% from 255 or 32.83% from 399); Max value from RGB is 156 - color contains mainly: red. Hex color #9C7083 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C7083 is #638F7C. Grayscale: #7F7F7F. Windows color (decimal): -6524797 or 8614044. OLE color: 8614044.
HSL color Cylindrical-coordinate representation of color #9C7083: hue angle of 334.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 #9C7083 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 112 | 131 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.39 |
| HSL | 334.09º | 0.18% | 0.53% | - |
| HSV(B) | 334.09º | 0.28% | 0.61% | - |
| XYZ | 23.6 | 20.29 | 24.15 | - |
| YUV | 127.32 | 130.08 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 112 | 131 | 0 | 0.28 | 0.16 | 0.39 | 334.09 | 0.18 | 0.53 |
| Hex | 9C | 70 | 83 | 0 | 1C | 10 | 27 | 14E | 12 | 35 |
| Octal | 234 | 160 | 203 | 0 | 34 | 20 | 47 | 516 | 22 | 65 |
| Binary | 10011100 | 1110000 | 10000011 | 0 | 11100 | 10000 | 100111 | 101001110 | 10010 | 110101 |
Color Harmonies of #9C7083
Complementary color
Monochromatic Colors of #9C7083
Black with #9C7083
Text Example
Text Example
White with #9C7083
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C7083; }
p { color: rgb(156,112,131); }
H1.HeaderClassName
{
color: #9C7083;
}
.AnyTagClassName
{
color: #9C7083;
}
</style>
background-color css
<style>
a { background-color: #9C7083; }
a { background-color: rgb(156,112,131); }
div.DivClassName
{
background-color: #9C7083;
}
.BgClassName
{
background-color: #9C7083;
}
</style>
border-color css
<style>
span { border-color: #9C7083; }
span { border-color: rgb(156,112,131); }
td.TdClassName
{
border-color: #9C7083;
}
.TagClassName
{
border-color: #9C7083;
}
</style>