Shades of Strikemaster #9C4C85
Tints of Strikemaster #9C4C85
RGB
CMYK
RGB Variations
Color information
#9C4C85 (or 0x9C4C85) is known color: Strikemaster. HEX triplet: 9C, 4C and 85. RGB value is (156,76,133). Sum of RGB (Red+Green+Blue) = 156+76+133=365 (48% of max value = 765). Red value is 156 (61.33% from 255 or 42.74% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C85 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9C4C85 is #63B37A. Grayscale: #6A6A6A. Windows color (decimal): -6534011 or 8735900. OLE color: 8735900.
HSL color Cylindrical-coordinate representation of color #9C4C85: hue angle of 317.25º 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 #9C4C85 is Cyan = 0, Magento = 0.51, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 76 | 133 | - |
| CMYK | 0 | 0.51 | 0.15 | 0.39 |
| HSL | 317.25º | 0.34% | 0.45% | - |
| HSV(B) | 317.25º | 0.51% | 0.61% | - |
| XYZ | 20.53 | 13.93 | 23.8 | - |
| YUV | 106.42 | 143 | 163.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 133 | 0 | 0.51 | 0.15 | 0.39 | 317.25 | 0.34 | 0.45 |
| Hex | 9C | 4C | 85 | 0 | 33 | F | 27 | 13D | 22 | 2D |
| Octal | 234 | 114 | 205 | 0 | 63 | 17 | 47 | 475 | 42 | 55 |
| Binary | 10011100 | 1001100 | 10000101 | 0 | 110011 | 1111 | 100111 | 100111101 | 100010 | 101101 |
Color Harmonies of #9C4C85
Complementary color
Monochromatic Colors of #9C4C85
Black with #9C4C85
Text Example
Text Example
White with #9C4C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4C85; }
p { color: rgb(156,76,133); }
H1.HeaderClassName
{
color: #9C4C85;
}
.AnyTagClassName
{
color: #9C4C85;
}
</style>
background-color css
<style>
a { background-color: #9C4C85; }
a { background-color: rgb(156,76,133); }
div.DivClassName
{
background-color: #9C4C85;
}
.BgClassName
{
background-color: #9C4C85;
}
</style>
border-color css
<style>
span { border-color: #9C4C85; }
span { border-color: rgb(156,76,133); }
td.TdClassName
{
border-color: #9C4C85;
}
.TagClassName
{
border-color: #9C4C85;
}
</style>