Shades of Strikemaster #9C6580
Tints of Strikemaster #9C6580
RGB
CMYK
RGB Variations
Color information
#9C6580 (or 0x9C6580) is known color: Strikemaster. HEX triplet: 9C, 65 and 80. RGB value is (156,101,128). Sum of RGB (Red+Green+Blue) = 156+101+128=385 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.52% from 385); Green value is 101 (39.84% from 255 or 26.23% from 385); Blue value is 128 (50.39% from 255 or 33.25% from 385); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6580 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6580 is #639A7F. Grayscale: #787878. Windows color (decimal): -6527616 or 8414620. OLE color: 8414620.
HSL color Cylindrical-coordinate representation of color #9C6580: hue angle of 330.55º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9C6580 is Cyan = 0, Magento = 0.35, Yellow = 0.18 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 128 | - |
| CMYK | 0 | 0.35 | 0.18 | 0.39 |
| HSL | 330.55º | 0.22% | 0.5% | - |
| HSV(B) | 330.55º | 0.35% | 0.61% | - |
| XYZ | 22.26 | 17.93 | 22.71 | - |
| YUV | 120.52 | 132.22 | 153.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 128 | 0 | 0.35 | 0.18 | 0.39 | 330.55 | 0.22 | 0.5 |
| Hex | 9C | 65 | 80 | 0 | 23 | 12 | 27 | 14B | 16 | 32 |
| Octal | 234 | 145 | 200 | 0 | 43 | 22 | 47 | 513 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10000000 | 0 | 100011 | 10010 | 100111 | 101001011 | 10110 | 110010 |
Color Harmonies of #9C6580
Complementary color
Monochromatic Colors of #9C6580
Black with #9C6580
Text Example
Text Example
White with #9C6580
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6580; }
p { color: rgb(156,101,128); }
H1.HeaderClassName
{
color: #9C6580;
}
.AnyTagClassName
{
color: #9C6580;
}
</style>
background-color css
<style>
a { background-color: #9C6580; }
a { background-color: rgb(156,101,128); }
div.DivClassName
{
background-color: #9C6580;
}
.BgClassName
{
background-color: #9C6580;
}
</style>
border-color css
<style>
span { border-color: #9C6580; }
span { border-color: rgb(156,101,128); }
td.TdClassName
{
border-color: #9C6580;
}
.TagClassName
{
border-color: #9C6580;
}
</style>