Shades of Strikemaster #9C5884
Tints of Strikemaster #9C5884
RGB
CMYK
RGB Variations
Color information
#9C5884 (or 0x9C5884) is known color: Strikemaster. HEX triplet: 9C, 58 and 84. RGB value is (156,88,132). Sum of RGB (Red+Green+Blue) = 156+88+132=376 (49% of max value = 765). Red value is 156 (61.33% from 255 or 41.49% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 132 (51.95% from 255 or 35.11% from 376); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5884 is #63A77B. Grayscale: #717171. Windows color (decimal): -6530940 or 8673436. OLE color: 8673436.
HSL color Cylindrical-coordinate representation of color #9C5884: hue angle of 321.18º 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 #9C5884 is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 88 | 132 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.39 |
| HSL | 321.18º | 0.28% | 0.48% | - |
| HSV(B) | 321.18º | 0.44% | 0.61% | - |
| XYZ | 21.36 | 15.71 | 23.74 | - |
| YUV | 113.35 | 138.53 | 158.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 88 | 132 | 0 | 0.44 | 0.15 | 0.39 | 321.18 | 0.28 | 0.48 |
| Hex | 9C | 58 | 84 | 0 | 2C | F | 27 | 141 | 1C | 30 |
| Octal | 234 | 130 | 204 | 0 | 54 | 17 | 47 | 501 | 34 | 60 |
| Binary | 10011100 | 1011000 | 10000100 | 0 | 101100 | 1111 | 100111 | 101000001 | 11100 | 110000 |
Color Harmonies of #9C5884
Complementary color
Monochromatic Colors of #9C5884
Black with #9C5884
Text Example
Text Example
White with #9C5884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5884; }
p { color: rgb(156,88,132); }
H1.HeaderClassName
{
color: #9C5884;
}
.AnyTagClassName
{
color: #9C5884;
}
</style>
background-color css
<style>
a { background-color: #9C5884; }
a { background-color: rgb(156,88,132); }
div.DivClassName
{
background-color: #9C5884;
}
.BgClassName
{
background-color: #9C5884;
}
</style>
border-color css
<style>
span { border-color: #9C5884; }
span { border-color: rgb(156,88,132); }
td.TdClassName
{
border-color: #9C5884;
}
.TagClassName
{
border-color: #9C5884;
}
</style>