Shades of Strikemaster #9D4E7E
Tints of Strikemaster #9D4E7E
RGB
CMYK
RGB Variations
Color information
#9D4E7E (or 0x9D4E7E) is known color: Strikemaster. HEX triplet: 9D, 4E and 7E. RGB value is (157,78,126). Sum of RGB (Red+Green+Blue) = 157+78+126=361 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.49% from 361); Green value is 78 (30.86% from 255 or 21.61% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E7E is #62B181. Grayscale: #6A6A6A. Windows color (decimal): -6467970 or 8277661. OLE color: 8277661.
HSL color Cylindrical-coordinate representation of color #9D4E7E: hue angle of 323.54º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9D4E7E is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 126 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.38 |
| HSL | 323.54º | 0.34% | 0.46% | - |
| HSV(B) | 323.54º | 0.5% | 0.62% | - |
| XYZ | 20.39 | 14.12 | 21.39 | - |
| YUV | 107.09 | 138.67 | 163.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 126 | 0 | 0.50 | 0.20 | 0.38 | 323.54 | 0.34 | 0.46 |
| Hex | 9D | 4E | 7E | 0 | 32 | 14 | 26 | 144 | 22 | 2E |
| Octal | 235 | 116 | 176 | 0 | 62 | 24 | 46 | 504 | 42 | 56 |
| Binary | 10011101 | 1001110 | 1111110 | 0 | 110010 | 10100 | 100110 | 101000100 | 100010 | 101110 |
Color Harmonies of #9D4E7E
Complementary color
Monochromatic Colors of #9D4E7E
Black with #9D4E7E
Text Example
Text Example
White with #9D4E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E7E; }
p { color: rgb(157,78,126); }
H1.HeaderClassName
{
color: #9D4E7E;
}
.AnyTagClassName
{
color: #9D4E7E;
}
</style>
background-color css
<style>
a { background-color: #9D4E7E; }
a { background-color: rgb(157,78,126); }
div.DivClassName
{
background-color: #9D4E7E;
}
.BgClassName
{
background-color: #9D4E7E;
}
</style>
border-color css
<style>
span { border-color: #9D4E7E; }
span { border-color: rgb(157,78,126); }
td.TdClassName
{
border-color: #9D4E7E;
}
.TagClassName
{
border-color: #9D4E7E;
}
</style>