Shades of Strikemaster #9C657E
Tints of Strikemaster #9C657E
RGB
CMYK
RGB Variations
Color information
#9C657E (or 0x9C657E) is known color: Strikemaster. HEX triplet: 9C, 65 and 7E. RGB value is (156,101,126). Sum of RGB (Red+Green+Blue) = 156+101+126=383 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.73% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 156 - color contains mainly: red. Hex color #9C657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C657E is #639A81. Grayscale: #787878. Windows color (decimal): -6527618 or 8283548. OLE color: 8283548.
HSL color Cylindrical-coordinate representation of color #9C657E: hue angle of 332.73º 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 #9C657E is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 101 | 126 | - |
| CMYK | 0 | 0.35 | 0.19 | 0.39 |
| HSL | 332.73º | 0.22% | 0.5% | - |
| HSV(B) | 332.73º | 0.35% | 0.61% | - |
| XYZ | 22.13 | 17.88 | 22.02 | - |
| YUV | 120.3 | 131.22 | 153.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 101 | 126 | 0 | 0.35 | 0.19 | 0.39 | 332.73 | 0.22 | 0.5 |
| Hex | 9C | 65 | 7E | 0 | 23 | 13 | 27 | 14D | 16 | 32 |
| Octal | 234 | 145 | 176 | 0 | 43 | 23 | 47 | 515 | 26 | 62 |
| Binary | 10011100 | 1100101 | 1111110 | 0 | 100011 | 10011 | 100111 | 101001101 | 10110 | 110010 |
Color Harmonies of #9C657E
Complementary color
Monochromatic Colors of #9C657E
Black with #9C657E
Text Example
Text Example
White with #9C657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C657E; }
p { color: rgb(156,101,126); }
H1.HeaderClassName
{
color: #9C657E;
}
.AnyTagClassName
{
color: #9C657E;
}
</style>
background-color css
<style>
a { background-color: #9C657E; }
a { background-color: rgb(156,101,126); }
div.DivClassName
{
background-color: #9C657E;
}
.BgClassName
{
background-color: #9C657E;
}
</style>
border-color css
<style>
span { border-color: #9C657E; }
span { border-color: rgb(156,101,126); }
td.TdClassName
{
border-color: #9C657E;
}
.TagClassName
{
border-color: #9C657E;
}
</style>