Shades of Strikemaster #936E7F
Tints of Strikemaster #936E7F
RGB
CMYK
RGB Variations
Color information
#936E7F (or 0x936E7F) is known color: Strikemaster. HEX triplet: 93, 6E and 7F. RGB value is (147,110,127). Sum of RGB (Red+Green+Blue) = 147+110+127=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 110 (43.36% from 255 or 28.65% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #936E7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #936E7F is #6C9180. Grayscale: #7A7A7A. Windows color (decimal): -7115137 or 8351379. OLE color: 8351379.
HSL color Cylindrical-coordinate representation of color #936E7F: hue angle of 332.43º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #936E7F is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 110 | 127 | - |
| CMYK | 0 | 0.25 | 0.14 | 0.42 |
| HSL | 332.43º | 0.15% | 0.5% | - |
| HSV(B) | 332.43º | 0.25% | 0.58% | - |
| XYZ | 21.44 | 18.89 | 22.59 | - |
| YUV | 123 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 127 | 0 | 0.25 | 0.14 | 0.42 | 332.43 | 0.15 | 0.5 |
| Hex | 93 | 6E | 7F | 0 | 19 | E | 2A | 14C | F | 32 |
| Octal | 223 | 156 | 177 | 0 | 31 | 16 | 52 | 514 | 17 | 62 |
| Binary | 10010011 | 1101110 | 1111111 | 0 | 11001 | 1110 | 101010 | 101001100 | 1111 | 110010 |
Color Harmonies of #936E7F
Complementary color
Monochromatic Colors of #936E7F
Black with #936E7F
Text Example
Text Example
White with #936E7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936E7F; }
p { color: rgb(147,110,127); }
H1.HeaderClassName
{
color: #936E7F;
}
.AnyTagClassName
{
color: #936E7F;
}
</style>
background-color css
<style>
a { background-color: #936E7F; }
a { background-color: rgb(147,110,127); }
div.DivClassName
{
background-color: #936E7F;
}
.BgClassName
{
background-color: #936E7F;
}
</style>
border-color css
<style>
span { border-color: #936E7F; }
span { border-color: rgb(147,110,127); }
td.TdClassName
{
border-color: #936E7F;
}
.TagClassName
{
border-color: #936E7F;
}
</style>