Shades of Strikemaster #9C4C7D
Tints of Strikemaster #9C4C7D
RGB
CMYK
RGB Variations
Color information
#9C4C7D (or 0x9C4C7D) is known color: Strikemaster. HEX triplet: 9C, 4C and 7D. RGB value is (156,76,125). Sum of RGB (Red+Green+Blue) = 156+76+125=357 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.70% from 357); Green value is 76 (30.08% from 255 or 21.29% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4C7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C4C7D is #63B382. Grayscale: #696969. Windows color (decimal): -6534019 or 8211612. OLE color: 8211612.
HSL color Cylindrical-coordinate representation of color #9C4C7D: hue angle of 323.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 #9C4C7D is Cyan = 0, Magento = 0.51, Yellow = 0.20 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 76 | 125 | - |
| CMYK | 0 | 0.51 | 0.20 | 0.39 |
| HSL | 323.25º | 0.34% | 0.45% | - |
| HSV(B) | 323.25º | 0.51% | 0.61% | - |
| XYZ | 20 | 13.72 | 21 | - |
| YUV | 105.51 | 139 | 164.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 76 | 125 | 0 | 0.51 | 0.20 | 0.39 | 323.25 | 0.34 | 0.45 |
| Hex | 9C | 4C | 7D | 0 | 33 | 14 | 27 | 143 | 22 | 2D |
| Octal | 234 | 114 | 175 | 0 | 63 | 24 | 47 | 503 | 42 | 55 |
| Binary | 10011100 | 1001100 | 1111101 | 0 | 110011 | 10100 | 100111 | 101000011 | 100010 | 101101 |
Color Harmonies of #9C4C7D
Complementary color
Monochromatic Colors of #9C4C7D
Black with #9C4C7D
Text Example
Text Example
White with #9C4C7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4C7D; }
p { color: rgb(156,76,125); }
H1.HeaderClassName
{
color: #9C4C7D;
}
.AnyTagClassName
{
color: #9C4C7D;
}
</style>
background-color css
<style>
a { background-color: #9C4C7D; }
a { background-color: rgb(156,76,125); }
div.DivClassName
{
background-color: #9C4C7D;
}
.BgClassName
{
background-color: #9C4C7D;
}
</style>
border-color css
<style>
span { border-color: #9C4C7D; }
span { border-color: rgb(156,76,125); }
td.TdClassName
{
border-color: #9C4C7D;
}
.TagClassName
{
border-color: #9C4C7D;
}
</style>