Shades of Strikemaster #934D7D
Tints of Strikemaster #934D7D
RGB
CMYK
RGB Variations
Color information
#934D7D (or 0x934D7D) is known color: Strikemaster. HEX triplet: 93, 4D and 7D. RGB value is (147,77,125). Sum of RGB (Red+Green+Blue) = 147+77+125=349 (46% of max value = 765). Red value is 147 (57.81% from 255 or 42.12% from 349); Green value is 77 (30.47% from 255 or 22.06% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 147 - color contains mainly: red. Hex color #934D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #934D7D is #6CB282. Grayscale: #676767. Windows color (decimal): -7123587 or 8211859. OLE color: 8211859.
HSL color Cylindrical-coordinate representation of color #934D7D: hue angle of 318.86º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #934D7D is Cyan = 0, Magento = 0.48, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 77 | 125 | - |
| CMYK | 0 | 0.48 | 0.15 | 0.42 |
| HSL | 318.86º | 0.31% | 0.44% | - |
| HSV(B) | 318.86º | 0.48% | 0.58% | - |
| XYZ | 18.39 | 12.99 | 20.94 | - |
| YUV | 103.4 | 140.19 | 159.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 77 | 125 | 0 | 0.48 | 0.15 | 0.42 | 318.86 | 0.31 | 0.44 |
| Hex | 93 | 4D | 7D | 0 | 30 | F | 2A | 13F | 1F | 2C |
| Octal | 223 | 115 | 175 | 0 | 60 | 17 | 52 | 477 | 37 | 54 |
| Binary | 10010011 | 1001101 | 1111101 | 0 | 110000 | 1111 | 101010 | 100111111 | 11111 | 101100 |
Color Harmonies of #934D7D
Complementary color
Monochromatic Colors of #934D7D
Black with #934D7D
Text Example
Text Example
White with #934D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #934D7D; }
p { color: rgb(147,77,125); }
H1.HeaderClassName
{
color: #934D7D;
}
.AnyTagClassName
{
color: #934D7D;
}
</style>
background-color css
<style>
a { background-color: #934D7D; }
a { background-color: rgb(147,77,125); }
div.DivClassName
{
background-color: #934D7D;
}
.BgClassName
{
background-color: #934D7D;
}
</style>
border-color css
<style>
span { border-color: #934D7D; }
span { border-color: rgb(147,77,125); }
td.TdClassName
{
border-color: #934D7D;
}
.TagClassName
{
border-color: #934D7D;
}
</style>