Shades of Strikemaster #9C6585
Tints of Strikemaster #9C6585
RGB
CMYK
RGB Variations
Color information
#9C6585 (or 0x9C6585) is known color: Strikemaster. HEX triplet: 9C, 65 and 85. RGB value is (156,101,133). Sum of RGB (Red+Green+Blue) = 156+101+133=390 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40% from 390); Green value is 101 (39.84% from 255 or 25.90% from 390); Blue value is 133 (52.34% from 255 or 34.10% from 390); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6585 is #639A7A. Grayscale: #797979. Windows color (decimal): -6527611 or 8742300. OLE color: 8742300.
HSL color Cylindrical-coordinate representation of color #9C6585: hue angle of 325.09º 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 #9C6585 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 133 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.39 |
| HSL | 325.09º | 0.22% | 0.5% | - |
| HSV(B) | 325.09º | 0.35% | 0.61% | - |
| XYZ | 22.6 | 18.07 | 24.49 | - |
| YUV | 121.09 | 134.72 | 152.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 133 | 0 | 0.35 | 0.15 | 0.39 | 325.09 | 0.22 | 0.5 |
| Hex | 9C | 65 | 85 | 0 | 23 | F | 27 | 145 | 16 | 32 |
| Octal | 234 | 145 | 205 | 0 | 43 | 17 | 47 | 505 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10000101 | 0 | 100011 | 1111 | 100111 | 101000101 | 10110 | 110010 |
Color Harmonies of #9C6585
Complementary color
Monochromatic Colors of #9C6585
Black with #9C6585
Text Example
Text Example
White with #9C6585
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6585; }
p { color: rgb(156,101,133); }
H1.HeaderClassName
{
color: #9C6585;
}
.AnyTagClassName
{
color: #9C6585;
}
</style>
background-color css
<style>
a { background-color: #9C6585; }
a { background-color: rgb(156,101,133); }
div.DivClassName
{
background-color: #9C6585;
}
.BgClassName
{
background-color: #9C6585;
}
</style>
border-color css
<style>
span { border-color: #9C6585; }
span { border-color: rgb(156,101,133); }
td.TdClassName
{
border-color: #9C6585;
}
.TagClassName
{
border-color: #9C6585;
}
</style>