Shades of Strikemaster #9C6584
Tints of Strikemaster #9C6584
RGB
CMYK
RGB Variations
Color information
#9C6584 (or 0x9C6584) is known color: Strikemaster. HEX triplet: 9C, 65 and 84. RGB value is (156,101,132). Sum of RGB (Red+Green+Blue) = 156+101+132=389 (51% of max value = 765). Red value is 156 (61.33% from 255 or 40.10% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 132 (51.95% from 255 or 33.93% from 389); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C6584 is #639A7B. Grayscale: #787878. Windows color (decimal): -6527612 or 8676764. OLE color: 8676764.
HSL color Cylindrical-coordinate representation of color #9C6584: hue angle of 326.18º 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 #9C6584 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 132 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.39 |
| HSL | 326.18º | 0.22% | 0.5% | - |
| HSV(B) | 326.18º | 0.35% | 0.61% | - |
| XYZ | 22.53 | 18.04 | 24.12 | - |
| YUV | 120.98 | 134.22 | 152.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 132 | 0 | 0.35 | 0.15 | 0.39 | 326.18 | 0.22 | 0.5 |
| Hex | 9C | 65 | 84 | 0 | 23 | F | 27 | 146 | 16 | 32 |
| Octal | 234 | 145 | 204 | 0 | 43 | 17 | 47 | 506 | 26 | 62 |
| Binary | 10011100 | 1100101 | 10000100 | 0 | 100011 | 1111 | 100111 | 101000110 | 10110 | 110010 |
Color Harmonies of #9C6584
Complementary color
Monochromatic Colors of #9C6584
Black with #9C6584
Text Example
Text Example
White with #9C6584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6584; }
p { color: rgb(156,101,132); }
H1.HeaderClassName
{
color: #9C6584;
}
.AnyTagClassName
{
color: #9C6584;
}
</style>
background-color css
<style>
a { background-color: #9C6584; }
a { background-color: rgb(156,101,132); }
div.DivClassName
{
background-color: #9C6584;
}
.BgClassName
{
background-color: #9C6584;
}
</style>
border-color css
<style>
span { border-color: #9C6584; }
span { border-color: rgb(156,101,132); }
td.TdClassName
{
border-color: #9C6584;
}
.TagClassName
{
border-color: #9C6584;
}
</style>