Shades of Strikemaster #9C5479
Tints of Strikemaster #9C5479
RGB
CMYK
RGB Variations
Color information
#9C5479 (or 0x9C5479) is known color: Strikemaster. HEX triplet: 9C, 54 and 79. RGB value is (156,84,121). Sum of RGB (Red+Green+Blue) = 156+84+121=361 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.21% from 361); Green value is 84 (33.20% from 255 or 23.27% from 361); Blue value is 121 (47.66% from 255 or 33.52% from 361); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5479 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5479 is #63AB86. Grayscale: #6D6D6D. Windows color (decimal): -6531975 or 7951516. OLE color: 7951516.
HSL color Cylindrical-coordinate representation of color #9C5479: hue angle of 329.17º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C5479 is Cyan = 0, Magento = 0.46, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 84 | 121 | - |
| CMYK | 0 | 0.46 | 0.22 | 0.39 |
| HSL | 329.17º | 0.3% | 0.47% | - |
| HSV(B) | 329.17º | 0.46% | 0.61% | - |
| XYZ | 20.33 | 14.79 | 19.87 | - |
| YUV | 109.75 | 134.35 | 160.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 84 | 121 | 0 | 0.46 | 0.22 | 0.39 | 329.17 | 0.3 | 0.47 |
| Hex | 9C | 54 | 79 | 0 | 2E | 16 | 27 | 149 | 1E | 2F |
| Octal | 234 | 124 | 171 | 0 | 56 | 26 | 47 | 511 | 36 | 57 |
| Binary | 10011100 | 1010100 | 1111001 | 0 | 101110 | 10110 | 100111 | 101001001 | 11110 | 101111 |
Color Harmonies of #9C5479
Complementary color
Monochromatic Colors of #9C5479
Black with #9C5479
Text Example
Text Example
White with #9C5479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5479; }
p { color: rgb(156,84,121); }
H1.HeaderClassName
{
color: #9C5479;
}
.AnyTagClassName
{
color: #9C5479;
}
</style>
background-color css
<style>
a { background-color: #9C5479; }
a { background-color: rgb(156,84,121); }
div.DivClassName
{
background-color: #9C5479;
}
.BgClassName
{
background-color: #9C5479;
}
</style>
border-color css
<style>
span { border-color: #9C5479; }
span { border-color: rgb(156,84,121); }
td.TdClassName
{
border-color: #9C5479;
}
.TagClassName
{
border-color: #9C5479;
}
</style>