Shades of Strikemaster #9C5879
Tints of Strikemaster #9C5879
RGB
CMYK
RGB Variations
Color information
#9C5879 (or 0x9C5879) is known color: Strikemaster. HEX triplet: 9C, 58 and 79. RGB value is (156,88,121). Sum of RGB (Red+Green+Blue) = 156+88+121=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 88 (34.77% from 255 or 24.11% from 365); Blue value is 121 (47.66% from 255 or 33.15% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5879 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C5879 is #63A786. Grayscale: #707070. Windows color (decimal): -6530951 or 7952540. OLE color: 7952540.
HSL color Cylindrical-coordinate representation of color #9C5879: hue angle of 330.88º 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 #9C5879 is Cyan = 0, Magento = 0.44, Yellow = 0.22 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 88 | 121 | - |
| CMYK | 0 | 0.44 | 0.22 | 0.39 |
| HSL | 330.88º | 0.28% | 0.48% | - |
| HSV(B) | 330.88º | 0.44% | 0.61% | - |
| XYZ | 20.65 | 15.43 | 19.98 | - |
| YUV | 112.09 | 133.03 | 159.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 88 | 121 | 0 | 0.44 | 0.22 | 0.39 | 330.88 | 0.28 | 0.48 |
| Hex | 9C | 58 | 79 | 0 | 2C | 16 | 27 | 14B | 1C | 30 |
| Octal | 234 | 130 | 171 | 0 | 54 | 26 | 47 | 513 | 34 | 60 |
| Binary | 10011100 | 1011000 | 1111001 | 0 | 101100 | 10110 | 100111 | 101001011 | 11100 | 110000 |
Color Harmonies of #9C5879
Complementary color
Monochromatic Colors of #9C5879
Black with #9C5879
Text Example
Text Example
White with #9C5879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5879; }
p { color: rgb(156,88,121); }
H1.HeaderClassName
{
color: #9C5879;
}
.AnyTagClassName
{
color: #9C5879;
}
</style>
background-color css
<style>
a { background-color: #9C5879; }
a { background-color: rgb(156,88,121); }
div.DivClassName
{
background-color: #9C5879;
}
.BgClassName
{
background-color: #9C5879;
}
</style>
border-color css
<style>
span { border-color: #9C5879; }
span { border-color: rgb(156,88,121); }
td.TdClassName
{
border-color: #9C5879;
}
.TagClassName
{
border-color: #9C5879;
}
</style>