Shades of Strikemaster #9C647E
Tints of Strikemaster #9C647E
RGB
CMYK
RGB Variations
Color information
#9C647E (or 0x9C647E) is known color: Strikemaster. HEX triplet: 9C, 64 and 7E. RGB value is (156,100,126). Sum of RGB (Red+Green+Blue) = 156+100+126=382 (50% of max value = 765). Red value is 156 (61.33% from 255 or 40.84% from 382); Green value is 100 (39.45% from 255 or 26.18% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 156 - color contains mainly: red. Hex color #9C647E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C647E is #639B81. Grayscale: #777777. Windows color (decimal): -6527874 or 8283292. OLE color: 8283292.
HSL color Cylindrical-coordinate representation of color #9C647E: hue angle of 332.14º degrees, saturation: 0.22, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9C647E is Cyan = 0, Magento = 0.36, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 126 | - |
| CMYK | 0 | 0.36 | 0.19 | 0.39 |
| HSL | 332.14º | 0.22% | 0.5% | - |
| HSV(B) | 332.14º | 0.36% | 0.61% | - |
| XYZ | 22.03 | 17.69 | 21.99 | - |
| YUV | 119.71 | 131.55 | 153.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 126 | 0 | 0.36 | 0.19 | 0.39 | 332.14 | 0.22 | 0.5 |
| Hex | 9C | 64 | 7E | 0 | 24 | 13 | 27 | 14C | 16 | 32 |
| Octal | 234 | 144 | 176 | 0 | 44 | 23 | 47 | 514 | 26 | 62 |
| Binary | 10011100 | 1100100 | 1111110 | 0 | 100100 | 10011 | 100111 | 101001100 | 10110 | 110010 |
Color Harmonies of #9C647E
Complementary color
Monochromatic Colors of #9C647E
Black with #9C647E
Text Example
Text Example
White with #9C647E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C647E; }
p { color: rgb(156,100,126); }
H1.HeaderClassName
{
color: #9C647E;
}
.AnyTagClassName
{
color: #9C647E;
}
</style>
background-color css
<style>
a { background-color: #9C647E; }
a { background-color: rgb(156,100,126); }
div.DivClassName
{
background-color: #9C647E;
}
.BgClassName
{
background-color: #9C647E;
}
</style>
border-color css
<style>
span { border-color: #9C647E; }
span { border-color: rgb(156,100,126); }
td.TdClassName
{
border-color: #9C647E;
}
.TagClassName
{
border-color: #9C647E;
}
</style>