Shades of Strikemaster #9C6782
Tints of Strikemaster #9C6782
RGB
CMYK
RGB Variations
Color information
#9C6782 (or 0x9C6782) is known color: Strikemaster. HEX triplet: 9C, 67 and 82. RGB value is (156,103,130). Sum of RGB (Red+Green+Blue) = 156+103+130=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 130 (51.17% from 255 or 33.42% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6782 is #63987D. Grayscale: #797979. Windows color (decimal): -6527102 or 8546204. OLE color: 8546204.
HSL color Cylindrical-coordinate representation of color #9C6782: hue angle of 329.43º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9C6782 is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 130 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.39 |
| HSL | 329.43º | 0.21% | 0.51% | - |
| HSV(B) | 329.43º | 0.34% | 0.61% | - |
| XYZ | 22.59 | 18.38 | 23.48 | - |
| YUV | 121.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 130 | 0 | 0.34 | 0.17 | 0.39 | 329.43 | 0.21 | 0.51 |
| Hex | 9C | 67 | 82 | 0 | 22 | 11 | 27 | 149 | 15 | 33 |
| Octal | 234 | 147 | 202 | 0 | 42 | 21 | 47 | 511 | 25 | 63 |
| Binary | 10011100 | 1100111 | 10000010 | 0 | 100010 | 10001 | 100111 | 101001001 | 10101 | 110011 |
Color Harmonies of #9C6782
Complementary color
Monochromatic Colors of #9C6782
Black with #9C6782
Text Example
Text Example
White with #9C6782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6782; }
p { color: rgb(156,103,130); }
H1.HeaderClassName
{
color: #9C6782;
}
.AnyTagClassName
{
color: #9C6782;
}
</style>
background-color css
<style>
a { background-color: #9C6782; }
a { background-color: rgb(156,103,130); }
div.DivClassName
{
background-color: #9C6782;
}
.BgClassName
{
background-color: #9C6782;
}
</style>
border-color css
<style>
span { border-color: #9C6782; }
span { border-color: rgb(156,103,130); }
td.TdClassName
{
border-color: #9C6782;
}
.TagClassName
{
border-color: #9C6782;
}
</style>