Shades of Strikemaster #9C6581
Tints of Strikemaster #9C6581
RGB
CMYK
RGB Variations
Color information
#9C6581 (or 0x9C6581) is known color: Strikemaster. HEX triplet: 9C, 65 and 81. RGB value is (156,101,129). Sum of RGB (Red+Green+Blue) = 156+101+129=386 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.41% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6581 is #639A7E. Grayscale: #787878. Windows color (decimal): -6527615 or 8480156. OLE color: 8480156.
HSL color Cylindrical-coordinate representation of color #9C6581: hue angle of 329.45º 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 #9C6581 is Cyan = 0, Magento = 0.35, Yellow = 0.17 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 129 | - |
| CMYK | 0 | 0.35 | 0.17 | 0.39 |
| HSL | 329.45º | 0.22% | 0.5% | - |
| HSV(B) | 329.45º | 0.35% | 0.61% | - |
| XYZ | 22.33 | 17.96 | 23.06 | - |
| YUV | 120.64 | 132.72 | 153.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 129 | 0 | 0.35 | 0.17 | 0.39 | 329.45 | 0.22 | 0.5 |
| Hex | 9C | 65 | 81 | 0 | 23 | 11 | 27 | 149 | 16 | 32 |
| Octal | 234 | 145 | 201 | 0 | 43 | 21 | 47 | 511 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10000001 | 0 | 100011 | 10001 | 100111 | 101001001 | 10110 | 110010 |
Color Harmonies of #9C6581
Complementary color
Monochromatic Colors of #9C6581
Black with #9C6581
Text Example
Text Example
White with #9C6581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6581; }
p { color: rgb(156,101,129); }
H1.HeaderClassName
{
color: #9C6581;
}
.AnyTagClassName
{
color: #9C6581;
}
</style>
background-color css
<style>
a { background-color: #9C6581; }
a { background-color: rgb(156,101,129); }
div.DivClassName
{
background-color: #9C6581;
}
.BgClassName
{
background-color: #9C6581;
}
</style>
border-color css
<style>
span { border-color: #9C6581; }
span { border-color: rgb(156,101,129); }
td.TdClassName
{
border-color: #9C6581;
}
.TagClassName
{
border-color: #9C6581;
}
</style>