Shades of Strikemaster #9C647B
Tints of Strikemaster #9C647B
RGB
CMYK
RGB Variations
Color information
#9C647B (or 0x9C647B) is known color: Strikemaster. HEX triplet: 9C, 64 and 7B. RGB value is (156,100,123). Sum of RGB (Red+Green+Blue) = 156+100+123=379 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.16% from 379); Green value is 100 (39.45% from 255 or 26.39% from 379); Blue value is 123 (48.44% from 255 or 32.45% from 379); Max value from RGB is 156 - color contains mainly: red. Hex color #9C647B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C647B is #639B84. Grayscale: #777777. Windows color (decimal): -6527877 or 8086684. OLE color: 8086684.
HSL color Cylindrical-coordinate representation of color #9C647B: hue angle of 335.36º 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 #9C647B is Cyan = 0, Magento = 0.36, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 123 | - |
| CMYK | 0 | 0.36 | 0.21 | 0.39 |
| HSL | 335.36º | 0.22% | 0.5% | - |
| HSV(B) | 335.36º | 0.36% | 0.61% | - |
| XYZ | 21.84 | 17.61 | 20.99 | - |
| YUV | 119.37 | 130.05 | 154.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 123 | 0 | 0.36 | 0.21 | 0.39 | 335.36 | 0.22 | 0.5 |
| Hex | 9C | 64 | 7B | 0 | 24 | 15 | 27 | 14F | 16 | 32 |
| Octal | 234 | 144 | 173 | 0 | 44 | 25 | 47 | 517 | 26 | 62 |
| Binary | 10011100 | 1100100 | 1111011 | 0 | 100100 | 10101 | 100111 | 101001111 | 10110 | 110010 |
Color Harmonies of #9C647B
Complementary color
Monochromatic Colors of #9C647B
Black with #9C647B
Text Example
Text Example
White with #9C647B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C647B; }
p { color: rgb(156,100,123); }
H1.HeaderClassName
{
color: #9C647B;
}
.AnyTagClassName
{
color: #9C647B;
}
</style>
background-color css
<style>
a { background-color: #9C647B; }
a { background-color: rgb(156,100,123); }
div.DivClassName
{
background-color: #9C647B;
}
.BgClassName
{
background-color: #9C647B;
}
</style>
border-color css
<style>
span { border-color: #9C647B; }
span { border-color: rgb(156,100,123); }
td.TdClassName
{
border-color: #9C647B;
}
.TagClassName
{
border-color: #9C647B;
}
</style>