Shades of Strikemaster #9D4C7E
Tints of Strikemaster #9D4C7E
RGB
CMYK
RGB Variations
Color information
#9D4C7E (or 0x9D4C7E) is known color: Strikemaster. HEX triplet: 9D, 4C and 7E. RGB value is (157,76,126). Sum of RGB (Red+Green+Blue) = 157+76+126=359 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.73% from 359); Green value is 76 (30.08% from 255 or 21.17% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4C7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D4C7E is #62B381. Grayscale: #696969. Windows color (decimal): -6468482 or 8277149. OLE color: 8277149.
HSL color Cylindrical-coordinate representation of color #9D4C7E: hue angle of 322.96º 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 #9D4C7E is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 76 | 126 | - |
| CMYK | 0 | 0.52 | 0.20 | 0.38 |
| HSL | 322.96º | 0.35% | 0.46% | - |
| HSV(B) | 322.96º | 0.52% | 0.62% | - |
| XYZ | 20.25 | 13.84 | 21.34 | - |
| YUV | 105.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 76 | 126 | 0 | 0.52 | 0.20 | 0.38 | 322.96 | 0.35 | 0.46 |
| Hex | 9D | 4C | 7E | 0 | 34 | 14 | 26 | 143 | 23 | 2E |
| Octal | 235 | 114 | 176 | 0 | 64 | 24 | 46 | 503 | 43 | 56 |
| Binary | 10011101 | 1001100 | 1111110 | 0 | 110100 | 10100 | 100110 | 101000011 | 100011 | 101110 |
Color Harmonies of #9D4C7E
Complementary color
Monochromatic Colors of #9D4C7E
Black with #9D4C7E
Text Example
Text Example
White with #9D4C7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4C7E; }
p { color: rgb(157,76,126); }
H1.HeaderClassName
{
color: #9D4C7E;
}
.AnyTagClassName
{
color: #9D4C7E;
}
</style>
background-color css
<style>
a { background-color: #9D4C7E; }
a { background-color: rgb(157,76,126); }
div.DivClassName
{
background-color: #9D4C7E;
}
.BgClassName
{
background-color: #9D4C7E;
}
</style>
border-color css
<style>
span { border-color: #9D4C7E; }
span { border-color: rgb(157,76,126); }
td.TdClassName
{
border-color: #9D4C7E;
}
.TagClassName
{
border-color: #9D4C7E;
}
</style>