Shades of Strikemaster #9C4D7B
Tints of Strikemaster #9C4D7B
RGB
CMYK
RGB Variations
Color information
#9C4D7B (or 0x9C4D7B) is known color: Strikemaster. HEX triplet: 9C, 4D and 7B. RGB value is (156,77,123). Sum of RGB (Red+Green+Blue) = 156+77+123=356 (47% of max value = 765). Red value is 156 (61.33% from 255 or 43.82% from 356); Green value is 77 (30.47% from 255 or 21.63% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 156 - color contains mainly: red. Hex color #9C4D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C4D7B is #63B284. Grayscale: #696969. Windows color (decimal): -6533765 or 8080796. OLE color: 8080796.
HSL color Cylindrical-coordinate representation of color #9C4D7B: hue angle of 325.06º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C4D7B is Cyan = 0, Magento = 0.51, Yellow = 0.21 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 77 | 123 | - |
| CMYK | 0 | 0.51 | 0.21 | 0.39 |
| HSL | 325.06º | 0.34% | 0.46% | - |
| HSV(B) | 325.06º | 0.51% | 0.61% | - |
| XYZ | 19.94 | 13.81 | 20.35 | - |
| YUV | 105.87 | 137.67 | 163.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 77 | 123 | 0 | 0.51 | 0.21 | 0.39 | 325.06 | 0.34 | 0.46 |
| Hex | 9C | 4D | 7B | 0 | 33 | 15 | 27 | 145 | 22 | 2E |
| Octal | 234 | 115 | 173 | 0 | 63 | 25 | 47 | 505 | 42 | 56 |
| Binary | 10011100 | 1001101 | 1111011 | 0 | 110011 | 10101 | 100111 | 101000101 | 100010 | 101110 |
Color Harmonies of #9C4D7B
Complementary color
Monochromatic Colors of #9C4D7B
Black with #9C4D7B
Text Example
Text Example
White with #9C4D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C4D7B; }
p { color: rgb(156,77,123); }
H1.HeaderClassName
{
color: #9C4D7B;
}
.AnyTagClassName
{
color: #9C4D7B;
}
</style>
background-color css
<style>
a { background-color: #9C4D7B; }
a { background-color: rgb(156,77,123); }
div.DivClassName
{
background-color: #9C4D7B;
}
.BgClassName
{
background-color: #9C4D7B;
}
</style>
border-color css
<style>
span { border-color: #9C4D7B; }
span { border-color: rgb(156,77,123); }
td.TdClassName
{
border-color: #9C4D7B;
}
.TagClassName
{
border-color: #9C4D7B;
}
</style>