Shades of Strikemaster #9D4C7F
Tints of Strikemaster #9D4C7F
RGB
CMYK
RGB Variations
Color information
#9D4C7F (or 0x9D4C7F) is known color: Strikemaster. HEX triplet: 9D, 4C and 7F. RGB value is (157,76,127). Sum of RGB (Red+Green+Blue) = 157+76+127=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4C7F is #62B380. Grayscale: #696969. Windows color (decimal): -6468481 or 8342685. OLE color: 8342685.
HSL color Cylindrical-coordinate representation of color #9D4C7F: hue angle of 322.22º degrees, saturation: 0.35, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9D4C7F is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 76 | 127 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.38 |
| HSL | 322.22º | 0.35% | 0.46% | - |
| HSV(B) | 322.22º | 0.52% | 0.62% | - |
| XYZ | 20.32 | 13.87 | 21.68 | - |
| YUV | 106.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 127 | 0 | 0.52 | 0.19 | 0.38 | 322.22 | 0.35 | 0.46 |
| Hex | 9D | 4C | 7F | 0 | 34 | 13 | 26 | 142 | 23 | 2E |
| Octal | 235 | 114 | 177 | 0 | 64 | 23 | 46 | 502 | 43 | 56 |
| Binary | 10011101 | 1001100 | 1111111 | 0 | 110100 | 10011 | 100110 | 101000010 | 100011 | 101110 |
Color Harmonies of #9D4C7F
Complementary color
Monochromatic Colors of #9D4C7F
Black with #9D4C7F
Text Example
Text Example
White with #9D4C7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4C7F; }
p { color: rgb(157,76,127); }
H1.HeaderClassName
{
color: #9D4C7F;
}
.AnyTagClassName
{
color: #9D4C7F;
}
</style>
background-color css
<style>
a { background-color: #9D4C7F; }
a { background-color: rgb(157,76,127); }
div.DivClassName
{
background-color: #9D4C7F;
}
.BgClassName
{
background-color: #9D4C7F;
}
</style>
border-color css
<style>
span { border-color: #9D4C7F; }
span { border-color: rgb(157,76,127); }
td.TdClassName
{
border-color: #9D4C7F;
}
.TagClassName
{
border-color: #9D4C7F;
}
</style>