Shades of Strikemaster #9C5379
Tints of Strikemaster #9C5379
RGB
CMYK
RGB Variations
Color information
#9C5379 (or 0x9C5379) is known color: Strikemaster. HEX triplet: 9C, 53 and 79. RGB value is (156,83,121). Sum of RGB (Red+Green+Blue) = 156+83+121=360 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.33% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5379 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5379 is #63AC86. Grayscale: #6D6D6D. Windows color (decimal): -6532231 or 7951260. OLE color: 7951260.
HSL color Cylindrical-coordinate representation of color #9C5379: hue angle of 328.77º degrees, saturation: 0.31, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9C5379 is Cyan = 0, Magento = 0.47, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 83 | 121 | - |
| CMYK | 0 | 0.47 | 0.22 | 0.39 |
| HSL | 328.77º | 0.31% | 0.47% | - |
| HSV(B) | 328.77º | 0.47% | 0.61% | - |
| XYZ | 20.25 | 14.63 | 19.85 | - |
| YUV | 109.16 | 134.68 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 83 | 121 | 0 | 0.47 | 0.22 | 0.39 | 328.77 | 0.31 | 0.47 |
| Hex | 9C | 53 | 79 | 0 | 2F | 16 | 27 | 149 | 1F | 2F |
| Octal | 234 | 123 | 171 | 0 | 57 | 26 | 47 | 511 | 37 | 57 |
| Binary | 10011100 | 1010011 | 1111001 | 0 | 101111 | 10110 | 100111 | 101001001 | 11111 | 101111 |
Color Harmonies of #9C5379
Complementary color
Monochromatic Colors of #9C5379
Black with #9C5379
Text Example
Text Example
White with #9C5379
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5379; }
p { color: rgb(156,83,121); }
H1.HeaderClassName
{
color: #9C5379;
}
.AnyTagClassName
{
color: #9C5379;
}
</style>
background-color css
<style>
a { background-color: #9C5379; }
a { background-color: rgb(156,83,121); }
div.DivClassName
{
background-color: #9C5379;
}
.BgClassName
{
background-color: #9C5379;
}
</style>
border-color css
<style>
span { border-color: #9C5379; }
span { border-color: rgb(156,83,121); }
td.TdClassName
{
border-color: #9C5379;
}
.TagClassName
{
border-color: #9C5379;
}
</style>