Shades of Strikemaster #9C4F79
Tints of Strikemaster #9C4F79
RGB
CMYK
RGB Variations
Color information
#9C4F79 (or 0x9C4F79) is known color: Strikemaster. HEX triplet: 9C, 4F and 79. RGB value is (156,79,121). Sum of RGB (Red+Green+Blue) = 156+79+121=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 79 (31.25% from 255 or 22.19% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4F79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4F79 is #63B086. Grayscale: #6A6A6A. Windows color (decimal): -6533255 or 7950236. OLE color: 7950236.
HSL color Cylindrical-coordinate representation of color #9C4F79: hue angle of 327.27º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C4F79 is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 79 | 121 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.39 |
| HSL | 327.27º | 0.33% | 0.46% | - |
| HSV(B) | 327.27º | 0.49% | 0.61% | - |
| XYZ | 19.96 | 14.04 | 19.75 | - |
| YUV | 106.81 | 136.01 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 79 | 121 | 0 | 0.49 | 0.22 | 0.39 | 327.27 | 0.33 | 0.46 |
| Hex | 9C | 4F | 79 | 0 | 31 | 16 | 27 | 147 | 21 | 2E |
| Octal | 234 | 117 | 171 | 0 | 61 | 26 | 47 | 507 | 41 | 56 |
| Binary | 10011100 | 1001111 | 1111001 | 0 | 110001 | 10110 | 100111 | 101000111 | 100001 | 101110 |
Color Harmonies of #9C4F79
Complementary color
Monochromatic Colors of #9C4F79
Black with #9C4F79
Text Example
Text Example
White with #9C4F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4F79; }
p { color: rgb(156,79,121); }
H1.HeaderClassName
{
color: #9C4F79;
}
.AnyTagClassName
{
color: #9C4F79;
}
</style>
background-color css
<style>
a { background-color: #9C4F79; }
a { background-color: rgb(156,79,121); }
div.DivClassName
{
background-color: #9C4F79;
}
.BgClassName
{
background-color: #9C4F79;
}
</style>
border-color css
<style>
span { border-color: #9C4F79; }
span { border-color: rgb(156,79,121); }
td.TdClassName
{
border-color: #9C4F79;
}
.TagClassName
{
border-color: #9C4F79;
}
</style>