Shades of Strikemaster #9C6382
Tints of Strikemaster #9C6382
RGB
CMYK
RGB Variations
Color information
#9C6382 (or 0x9C6382) is known color: Strikemaster. HEX triplet: 9C, 63 and 82. RGB value is (156,99,130). Sum of RGB (Red+Green+Blue) = 156+99+130=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 130 (51.17% from 255 or 33.77% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6382 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6382 is #639C7D. Grayscale: #777777. Windows color (decimal): -6528126 or 8545180. OLE color: 8545180.
HSL color Cylindrical-coordinate representation of color #9C6382: hue angle of 327.37º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9C6382 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 99 | 130 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.39 |
| HSL | 327.37º | 0.22% | 0.5% | - |
| HSV(B) | 327.37º | 0.37% | 0.61% | - |
| XYZ | 22.2 | 17.6 | 23.35 | - |
| YUV | 119.58 | 133.88 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 99 | 130 | 0 | 0.37 | 0.17 | 0.39 | 327.37 | 0.22 | 0.5 |
| Hex | 9C | 63 | 82 | 0 | 25 | 11 | 27 | 147 | 16 | 32 |
| Octal | 234 | 143 | 202 | 0 | 45 | 21 | 47 | 507 | 26 | 62 |
| Binary | 10011100 | 1100011 | 10000010 | 0 | 100101 | 10001 | 100111 | 101000111 | 10110 | 110010 |
Color Harmonies of #9C6382
Complementary color
Monochromatic Colors of #9C6382
Black with #9C6382
Text Example
Text Example
White with #9C6382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6382; }
p { color: rgb(156,99,130); }
H1.HeaderClassName
{
color: #9C6382;
}
.AnyTagClassName
{
color: #9C6382;
}
</style>
background-color css
<style>
a { background-color: #9C6382; }
a { background-color: rgb(156,99,130); }
div.DivClassName
{
background-color: #9C6382;
}
.BgClassName
{
background-color: #9C6382;
}
</style>
border-color css
<style>
span { border-color: #9C6382; }
span { border-color: rgb(156,99,130); }
td.TdClassName
{
border-color: #9C6382;
}
.TagClassName
{
border-color: #9C6382;
}
</style>