Shades of Strikemaster #93647C
Tints of Strikemaster #93647C
RGB
CMYK
RGB Variations
Color information
#93647C (or 0x93647C) is known color: Strikemaster. HEX triplet: 93, 64 and 7C. RGB value is (147,100,124). Sum of RGB (Red+Green+Blue) = 147+100+124=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 100 (39.45% from 255 or 26.95% from 371); Blue value is 124 (48.83% from 255 or 33.42% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #93647C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93647C is #6C9B83. Grayscale: #747474. Windows color (decimal): -7117700 or 8152211. OLE color: 8152211.
HSL color Cylindrical-coordinate representation of color #93647C: hue angle of 329.36º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93647C is Cyan = 0, Magento = 0.32, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 124 | - |
| CMYK | 0 | 0.32 | 0.16 | 0.42 |
| HSL | 329.36º | 0.19% | 0.48% | - |
| HSV(B) | 329.36º | 0.32% | 0.58% | - |
| XYZ | 20.23 | 16.77 | 21.24 | - |
| YUV | 116.79 | 132.07 | 149.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 124 | 0 | 0.32 | 0.16 | 0.42 | 329.36 | 0.19 | 0.48 |
| Hex | 93 | 64 | 7C | 0 | 20 | 10 | 2A | 149 | 13 | 30 |
| Octal | 223 | 144 | 174 | 0 | 40 | 20 | 52 | 511 | 23 | 60 |
| Binary | 10010011 | 1100100 | 1111100 | 0 | 100000 | 10000 | 101010 | 101001001 | 10011 | 110000 |
Color Harmonies of #93647C
Complementary color
Monochromatic Colors of #93647C
Black with #93647C
Text Example
Text Example
White with #93647C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93647C; }
p { color: rgb(147,100,124); }
H1.HeaderClassName
{
color: #93647C;
}
.AnyTagClassName
{
color: #93647C;
}
</style>
background-color css
<style>
a { background-color: #93647C; }
a { background-color: rgb(147,100,124); }
div.DivClassName
{
background-color: #93647C;
}
.BgClassName
{
background-color: #93647C;
}
</style>
border-color css
<style>
span { border-color: #93647C; }
span { border-color: rgb(147,100,124); }
td.TdClassName
{
border-color: #93647C;
}
.TagClassName
{
border-color: #93647C;
}
</style>