Shades of Strikemaster #9C4C83
Tints of Strikemaster #9C4C83
RGB
CMYK
RGB Variations
Color information
#9C4C83 (or 0x9C4C83) is known color: Strikemaster. HEX triplet: 9C, 4C and 83. RGB value is (156,76,131). Sum of RGB (Red+Green+Blue) = 156+76+131=363 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.98% from 363); Green value is 76 (30.08% from 255 or 20.94% from 363); Blue value is 131 (51.56% from 255 or 36.09% from 363); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4C83 is #63B37C. Grayscale: #6A6A6A. Windows color (decimal): -6534013 or 8604828. OLE color: 8604828.
HSL color Cylindrical-coordinate representation of color #9C4C83: hue angle of 318.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4C83 is Cyan = 0, Magento = 0.51, Yellow = 0.16 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 76 | 131 | - |
| CMYK | 0 | 0.51 | 0.16 | 0.39 |
| HSL | 318.75º | 0.34% | 0.45% | - |
| HSV(B) | 318.75º | 0.51% | 0.61% | - |
| XYZ | 20.39 | 13.88 | 23.08 | - |
| YUV | 106.19 | 142 | 163.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 131 | 0 | 0.51 | 0.16 | 0.39 | 318.75 | 0.34 | 0.45 |
| Hex | 9C | 4C | 83 | 0 | 33 | 10 | 27 | 13F | 22 | 2D |
| Octal | 234 | 114 | 203 | 0 | 63 | 20 | 47 | 477 | 42 | 55 |
| Binary | 10011100 | 1001100 | 10000011 | 0 | 110011 | 10000 | 100111 | 100111111 | 100010 | 101101 |
Color Harmonies of #9C4C83
Complementary color
Monochromatic Colors of #9C4C83
Black with #9C4C83
Text Example
Text Example
White with #9C4C83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4C83; }
p { color: rgb(156,76,131); }
H1.HeaderClassName
{
color: #9C4C83;
}
.AnyTagClassName
{
color: #9C4C83;
}
</style>
background-color css
<style>
a { background-color: #9C4C83; }
a { background-color: rgb(156,76,131); }
div.DivClassName
{
background-color: #9C4C83;
}
.BgClassName
{
background-color: #9C4C83;
}
</style>
border-color css
<style>
span { border-color: #9C4C83; }
span { border-color: rgb(156,76,131); }
td.TdClassName
{
border-color: #9C4C83;
}
.TagClassName
{
border-color: #9C4C83;
}
</style>