Shades of Strikemaster #9D4E7D
Tints of Strikemaster #9D4E7D
RGB
CMYK
RGB Variations
Color information
#9D4E7D (or 0x9D4E7D) is known color: Strikemaster. HEX triplet: 9D, 4E and 7D. RGB value is (157,78,125). Sum of RGB (Red+Green+Blue) = 157+78+125=360 (47% of max value = 765). Red value is 157 (61.72% from 255 or 43.61% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 125 (49.22% from 255 or 34.72% from 360); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4E7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9D4E7D is #62B182. Grayscale: #6A6A6A. Windows color (decimal): -6467971 or 8212125. OLE color: 8212125.
HSL color Cylindrical-coordinate representation of color #9D4E7D: hue angle of 324.3º 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 #9D4E7D is Cyan = 0, Magento = 0.50, Yellow = 0.20 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 157 | 78 | 125 | - |
| CMYK | 0 | 0.50 | 0.20 | 0.38 |
| HSL | 324.3º | 0.34% | 0.46% | - |
| HSV(B) | 324.3º | 0.5% | 0.62% | - |
| XYZ | 20.33 | 14.1 | 21.05 | - |
| YUV | 106.98 | 138.17 | 163.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 78 | 125 | 0 | 0.50 | 0.20 | 0.38 | 324.3 | 0.34 | 0.46 |
| Hex | 9D | 4E | 7D | 0 | 32 | 14 | 26 | 144 | 22 | 2E |
| Octal | 235 | 116 | 175 | 0 | 62 | 24 | 46 | 504 | 42 | 56 |
| Binary | 10011101 | 1001110 | 1111101 | 0 | 110010 | 10100 | 100110 | 101000100 | 100010 | 101110 |
Color Harmonies of #9D4E7D
Complementary color
Monochromatic Colors of #9D4E7D
Black with #9D4E7D
Text Example
Text Example
White with #9D4E7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9D4E7D; }
p { color: rgb(157,78,125); }
H1.HeaderClassName
{
color: #9D4E7D;
}
.AnyTagClassName
{
color: #9D4E7D;
}
</style>
background-color css
<style>
a { background-color: #9D4E7D; }
a { background-color: rgb(157,78,125); }
div.DivClassName
{
background-color: #9D4E7D;
}
.BgClassName
{
background-color: #9D4E7D;
}
</style>
border-color css
<style>
span { border-color: #9D4E7D; }
span { border-color: rgb(157,78,125); }
td.TdClassName
{
border-color: #9D4E7D;
}
.TagClassName
{
border-color: #9D4E7D;
}
</style>