Shades of Strikemaster #9C5779
Tints of Strikemaster #9C5779
RGB
CMYK
RGB Variations
Color information
#9C5779 (or 0x9C5779) is known color: Strikemaster. HEX triplet: 9C, 57 and 79. RGB value is (156,87,121). Sum of RGB (Red+Green+Blue) = 156+87+121=364 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.86% from 364); Green value is 87 (34.38% from 255 or 23.90% from 364); Blue value is 121 (47.66% from 255 or 33.24% from 364); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5779 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5779 is #63A886. Grayscale: #6F6F6F. Windows color (decimal): -6531207 or 7952284. OLE color: 7952284.
HSL color Cylindrical-coordinate representation of color #9C5779: hue angle of 330.43º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9C5779 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 87 | 121 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.39 |
| HSL | 330.43º | 0.28% | 0.48% | - |
| HSV(B) | 330.43º | 0.44% | 0.61% | - |
| XYZ | 20.57 | 15.26 | 19.95 | - |
| YUV | 111.51 | 133.36 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 87 | 121 | 0 | 0.44 | 0.22 | 0.39 | 330.43 | 0.28 | 0.48 |
| Hex | 9C | 57 | 79 | 0 | 2C | 16 | 27 | 14A | 1C | 30 |
| Octal | 234 | 127 | 171 | 0 | 54 | 26 | 47 | 512 | 34 | 60 |
| Binary | 10011100 | 1010111 | 1111001 | 0 | 101100 | 10110 | 100111 | 101001010 | 11100 | 110000 |
Color Harmonies of #9C5779
Complementary color
Monochromatic Colors of #9C5779
Black with #9C5779
Text Example
Text Example
White with #9C5779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5779; }
p { color: rgb(156,87,121); }
H1.HeaderClassName
{
color: #9C5779;
}
.AnyTagClassName
{
color: #9C5779;
}
</style>
background-color css
<style>
a { background-color: #9C5779; }
a { background-color: rgb(156,87,121); }
div.DivClassName
{
background-color: #9C5779;
}
.BgClassName
{
background-color: #9C5779;
}
</style>
border-color css
<style>
span { border-color: #9C5779; }
span { border-color: rgb(156,87,121); }
td.TdClassName
{
border-color: #9C5779;
}
.TagClassName
{
border-color: #9C5779;
}
</style>