Shades of Strikemaster #9C657D
Tints of Strikemaster #9C657D
RGB
CMYK
RGB Variations
Color information
#9C657D (or 0x9C657D) is known color: Strikemaster. HEX triplet: 9C, 65 and 7D. RGB value is (156,101,125). Sum of RGB (Red+Green+Blue) = 156+101+125=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 101 (39.84% from 255 or 26.44% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C657D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C657D is #639A82. Grayscale: #787878. Windows color (decimal): -6527619 or 8218012. OLE color: 8218012.
HSL color Cylindrical-coordinate representation of color #9C657D: hue angle of 333.82º 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 #9C657D is Cyan = 0, Magento = 0.35, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 125 | - |
| CMYK | 0 | 0.35 | 0.20 | 0.39 |
| HSL | 333.82º | 0.22% | 0.5% | - |
| HSV(B) | 333.82º | 0.35% | 0.61% | - |
| XYZ | 22.07 | 17.86 | 21.69 | - |
| YUV | 120.18 | 130.72 | 153.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 125 | 0 | 0.35 | 0.20 | 0.39 | 333.82 | 0.22 | 0.5 |
| Hex | 9C | 65 | 7D | 0 | 23 | 14 | 27 | 14E | 16 | 32 |
| Octal | 234 | 145 | 175 | 0 | 43 | 24 | 47 | 516 | 26 | 62 |
| Binary | 10011100 | 1100101 | 1111101 | 0 | 100011 | 10100 | 100111 | 101001110 | 10110 | 110010 |
Color Harmonies of #9C657D
Complementary color
Monochromatic Colors of #9C657D
Black with #9C657D
Text Example
Text Example
White with #9C657D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C657D; }
p { color: rgb(156,101,125); }
H1.HeaderClassName
{
color: #9C657D;
}
.AnyTagClassName
{
color: #9C657D;
}
</style>
background-color css
<style>
a { background-color: #9C657D; }
a { background-color: rgb(156,101,125); }
div.DivClassName
{
background-color: #9C657D;
}
.BgClassName
{
background-color: #9C657D;
}
</style>
border-color css
<style>
span { border-color: #9C657D; }
span { border-color: rgb(156,101,125); }
td.TdClassName
{
border-color: #9C657D;
}
.TagClassName
{
border-color: #9C657D;
}
</style>