Shades of Strikemaster #9C6182
Tints of Strikemaster #9C6182
RGB
CMYK
RGB Variations
Color information
#9C6182 (or 0x9C6182) is known color: Strikemaster. HEX triplet: 9C, 61 and 82. RGB value is (156,97,130). Sum of RGB (Red+Green+Blue) = 156+97+130=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 97 (38.28% from 255 or 25.33% from 383); Blue value is 130 (51.17% from 255 or 33.94% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6182 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6182 is #639E7D. Grayscale: #767676. Windows color (decimal): -6528638 or 8544668. OLE color: 8544668.
HSL color Cylindrical-coordinate representation of color #9C6182: hue angle of 326.44º degrees, saturation: 0.23, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6182 is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 130 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.39 |
| HSL | 326.44º | 0.23% | 0.5% | - |
| HSV(B) | 326.44º | 0.38% | 0.61% | - |
| XYZ | 22.01 | 17.23 | 23.28 | - |
| YUV | 118.4 | 134.55 | 154.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 130 | 0 | 0.38 | 0.17 | 0.39 | 326.44 | 0.23 | 0.5 |
| Hex | 9C | 61 | 82 | 0 | 26 | 11 | 27 | 146 | 17 | 32 |
| Octal | 234 | 141 | 202 | 0 | 46 | 21 | 47 | 506 | 27 | 62 |
| Binary | 10011100 | 1100001 | 10000010 | 0 | 100110 | 10001 | 100111 | 101000110 | 10111 | 110010 |
Color Harmonies of #9C6182
Complementary color
Monochromatic Colors of #9C6182
Black with #9C6182
Text Example
Text Example
White with #9C6182
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6182; }
p { color: rgb(156,97,130); }
H1.HeaderClassName
{
color: #9C6182;
}
.AnyTagClassName
{
color: #9C6182;
}
</style>
background-color css
<style>
a { background-color: #9C6182; }
a { background-color: rgb(156,97,130); }
div.DivClassName
{
background-color: #9C6182;
}
.BgClassName
{
background-color: #9C6182;
}
</style>
border-color css
<style>
span { border-color: #9C6182; }
span { border-color: rgb(156,97,130); }
td.TdClassName
{
border-color: #9C6182;
}
.TagClassName
{
border-color: #9C6182;
}
</style>