Shades of Strikemaster #9C6079
Tints of Strikemaster #9C6079
RGB
CMYK
RGB Variations
Color information
#9C6079 (or 0x9C6079) is known color: Strikemaster. HEX triplet: 9C, 60 and 79. RGB value is (156,96,121). Sum of RGB (Red+Green+Blue) = 156+96+121=373 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.82% from 373); Green value is 96 (37.89% from 255 or 25.74% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6079 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6079 is #639F86. Grayscale: #747474. Windows color (decimal): -6528903 or 7954588. OLE color: 7954588.
HSL color Cylindrical-coordinate representation of color #9C6079: hue angle of 335º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9C6079 is Cyan = 0, Magento = 0.38, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 96 | 121 | - |
| CMYK | 0 | 0.38 | 0.22 | 0.39 |
| HSL | 335º | 0.24% | 0.49% | - |
| HSV(B) | 335º | 0.38% | 0.61% | - |
| XYZ | 21.34 | 16.81 | 20.21 | - |
| YUV | 116.79 | 130.38 | 155.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 96 | 121 | 0 | 0.38 | 0.22 | 0.39 | 335 | 0.24 | 0.49 |
| Hex | 9C | 60 | 79 | 0 | 26 | 16 | 27 | 14F | 18 | 31 |
| Octal | 234 | 140 | 171 | 0 | 46 | 26 | 47 | 517 | 30 | 61 |
| Binary | 10011100 | 1100000 | 1111001 | 0 | 100110 | 10110 | 100111 | 101001111 | 11000 | 110001 |
Color Harmonies of #9C6079
Complementary color
Monochromatic Colors of #9C6079
Black with #9C6079
Text Example
Text Example
White with #9C6079
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6079; }
p { color: rgb(156,96,121); }
H1.HeaderClassName
{
color: #9C6079;
}
.AnyTagClassName
{
color: #9C6079;
}
</style>
background-color css
<style>
a { background-color: #9C6079; }
a { background-color: rgb(156,96,121); }
div.DivClassName
{
background-color: #9C6079;
}
.BgClassName
{
background-color: #9C6079;
}
</style>
border-color css
<style>
span { border-color: #9C6079; }
span { border-color: rgb(156,96,121); }
td.TdClassName
{
border-color: #9C6079;
}
.TagClassName
{
border-color: #9C6079;
}
</style>