Shades of Strikemaster #9C6282
Tints of Strikemaster #9C6282
RGB
CMYK
RGB Variations
Color information
#9C6282 (or 0x9C6282) is known color: Strikemaster. HEX triplet: 9C, 62 and 82. RGB value is (156,98,130). Sum of RGB (Red+Green+Blue) = 156+98+130=384 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.62% from 384); Green value is 98 (38.67% from 255 or 25.52% from 384); Blue value is 130 (51.17% from 255 or 33.85% from 384); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6282 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6282 is #639D7D. Grayscale: #767676. Windows color (decimal): -6528382 or 8544924. OLE color: 8544924.
HSL color Cylindrical-coordinate representation of color #9C6282: hue angle of 326.9º degrees, saturation: 0.23, 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 #9C6282 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 130 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.39 |
| HSL | 326.9º | 0.23% | 0.5% | - |
| HSV(B) | 326.9º | 0.37% | 0.61% | - |
| XYZ | 22.11 | 17.41 | 23.32 | - |
| YUV | 118.99 | 134.22 | 154.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 130 | 0 | 0.37 | 0.17 | 0.39 | 326.9 | 0.23 | 0.5 |
| Hex | 9C | 62 | 82 | 0 | 25 | 11 | 27 | 147 | 17 | 32 |
| Octal | 234 | 142 | 202 | 0 | 45 | 21 | 47 | 507 | 27 | 62 |
| Binary | 10011100 | 1100010 | 10000010 | 0 | 100101 | 10001 | 100111 | 101000111 | 10111 | 110010 |
Color Harmonies of #9C6282
Complementary color
Monochromatic Colors of #9C6282
Black with #9C6282
Text Example
Text Example
White with #9C6282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6282; }
p { color: rgb(156,98,130); }
H1.HeaderClassName
{
color: #9C6282;
}
.AnyTagClassName
{
color: #9C6282;
}
</style>
background-color css
<style>
a { background-color: #9C6282; }
a { background-color: rgb(156,98,130); }
div.DivClassName
{
background-color: #9C6282;
}
.BgClassName
{
background-color: #9C6282;
}
</style>
border-color css
<style>
span { border-color: #9C6282; }
span { border-color: rgb(156,98,130); }
td.TdClassName
{
border-color: #9C6282;
}
.TagClassName
{
border-color: #9C6282;
}
</style>