Shades of Strikemaster #9C6586
Tints of Strikemaster #9C6586
RGB
CMYK
RGB Variations
Color information
#9C6586 (or 0x9C6586) is known color: Strikemaster. HEX triplet: 9C, 65 and 86. RGB value is (156,101,134). Sum of RGB (Red+Green+Blue) = 156+101+134=391 (51% of max value = 765). Red value is 156 (61.33% from 255 or 39.90% from 391); Green value is 101 (39.84% from 255 or 25.83% from 391); Blue value is 134 (52.73% from 255 or 34.27% from 391); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6586 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6586 is #639A79. Grayscale: #797979. Windows color (decimal): -6527610 or 8807836. OLE color: 8807836.
HSL color Cylindrical-coordinate representation of color #9C6586: hue angle of 324º 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 #9C6586 is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 134 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.39 |
| HSL | 324º | 0.22% | 0.5% | - |
| HSV(B) | 324º | 0.35% | 0.61% | - |
| XYZ | 22.67 | 18.1 | 24.85 | - |
| YUV | 121.21 | 135.22 | 152.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 134 | 0 | 0.35 | 0.14 | 0.39 | 324 | 0.22 | 0.5 |
| Hex | 9C | 65 | 86 | 0 | 23 | E | 27 | 144 | 16 | 32 |
| Octal | 234 | 145 | 206 | 0 | 43 | 16 | 47 | 504 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10000110 | 0 | 100011 | 1110 | 100111 | 101000100 | 10110 | 110010 |
Color Harmonies of #9C6586
Complementary color
Monochromatic Colors of #9C6586
Black with #9C6586
Text Example
Text Example
White with #9C6586
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6586; }
p { color: rgb(156,101,134); }
H1.HeaderClassName
{
color: #9C6586;
}
.AnyTagClassName
{
color: #9C6586;
}
</style>
background-color css
<style>
a { background-color: #9C6586; }
a { background-color: rgb(156,101,134); }
div.DivClassName
{
background-color: #9C6586;
}
.BgClassName
{
background-color: #9C6586;
}
</style>
border-color css
<style>
span { border-color: #9C6586; }
span { border-color: rgb(156,101,134); }
td.TdClassName
{
border-color: #9C6586;
}
.TagClassName
{
border-color: #9C6586;
}
</style>