Shades of Strikemaster #9C6280
Tints of Strikemaster #9C6280
RGB
CMYK
RGB Variations
Color information
#9C6280 (or 0x9C6280) is known color: Strikemaster. HEX triplet: 9C, 62 and 80. RGB value is (156,98,128). Sum of RGB (Red+Green+Blue) = 156+98+128=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 98 (38.67% from 255 or 25.65% from 382); Blue value is 128 (50.39% from 255 or 33.51% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6280 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6280 is #639D7F. Grayscale: #767676. Windows color (decimal): -6528384 or 8413852. OLE color: 8413852.
HSL color Cylindrical-coordinate representation of color #9C6280: hue angle of 328.97º 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 #9C6280 is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 98 | 128 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.39 |
| HSL | 328.97º | 0.23% | 0.5% | - |
| HSV(B) | 328.97º | 0.37% | 0.61% | - |
| XYZ | 21.97 | 17.36 | 22.62 | - |
| YUV | 118.76 | 133.22 | 154.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 98 | 128 | 0 | 0.37 | 0.18 | 0.39 | 328.97 | 0.23 | 0.5 |
| Hex | 9C | 62 | 80 | 0 | 25 | 12 | 27 | 149 | 17 | 32 |
| Octal | 234 | 142 | 200 | 0 | 45 | 22 | 47 | 511 | 27 | 62 |
| Binary | 10011100 | 1100010 | 10000000 | 0 | 100101 | 10010 | 100111 | 101001001 | 10111 | 110010 |
Color Harmonies of #9C6280
Complementary color
Monochromatic Colors of #9C6280
Black with #9C6280
Text Example
Text Example
White with #9C6280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6280; }
p { color: rgb(156,98,128); }
H1.HeaderClassName
{
color: #9C6280;
}
.AnyTagClassName
{
color: #9C6280;
}
</style>
background-color css
<style>
a { background-color: #9C6280; }
a { background-color: rgb(156,98,128); }
div.DivClassName
{
background-color: #9C6280;
}
.BgClassName
{
background-color: #9C6280;
}
</style>
border-color css
<style>
span { border-color: #9C6280; }
span { border-color: rgb(156,98,128); }
td.TdClassName
{
border-color: #9C6280;
}
.TagClassName
{
border-color: #9C6280;
}
</style>