Shades of Strikemaster #936D7D
Tints of Strikemaster #936D7D
RGB
CMYK
RGB Variations
Color information
#936D7D (or 0x936D7D) is known color: Strikemaster. HEX triplet: 93, 6D and 7D. RGB value is (147,109,125). Sum of RGB (Red+Green+Blue) = 147+109+125=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 109 (42.97% from 255 or 28.61% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #936D7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936D7D is #6C9282. Grayscale: #7A7A7A. Windows color (decimal): -7115395 or 8220051. OLE color: 8220051.
HSL color Cylindrical-coordinate representation of color #936D7D: hue angle of 334.74º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #936D7D is Cyan = 0, Magento = 0.26, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 125 | - |
| CMYK | 0 | 0.26 | 0.15 | 0.42 |
| HSL | 334.74º | 0.15% | 0.5% | - |
| HSV(B) | 334.74º | 0.26% | 0.58% | - |
| XYZ | 21.2 | 18.62 | 21.88 | - |
| YUV | 122.19 | 129.59 | 145.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 125 | 0 | 0.26 | 0.15 | 0.42 | 334.74 | 0.15 | 0.5 |
| Hex | 93 | 6D | 7D | 0 | 1A | F | 2A | 14F | F | 32 |
| Octal | 223 | 155 | 175 | 0 | 32 | 17 | 52 | 517 | 17 | 62 |
| Binary | 10010011 | 1101101 | 1111101 | 0 | 11010 | 1111 | 101010 | 101001111 | 1111 | 110010 |
Color Harmonies of #936D7D
Complementary color
Monochromatic Colors of #936D7D
Black with #936D7D
Text Example
Text Example
White with #936D7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D7D; }
p { color: rgb(147,109,125); }
H1.HeaderClassName
{
color: #936D7D;
}
.AnyTagClassName
{
color: #936D7D;
}
</style>
background-color css
<style>
a { background-color: #936D7D; }
a { background-color: rgb(147,109,125); }
div.DivClassName
{
background-color: #936D7D;
}
.BgClassName
{
background-color: #936D7D;
}
</style>
border-color css
<style>
span { border-color: #936D7D; }
span { border-color: rgb(147,109,125); }
td.TdClassName
{
border-color: #936D7D;
}
.TagClassName
{
border-color: #936D7D;
}
</style>