Shades of Strikemaster #93497C
Tints of Strikemaster #93497C
RGB
CMYK
RGB Variations
Color information
#93497C (or 0x93497C) is known color: Strikemaster. HEX triplet: 93, 49 and 7C. RGB value is (147,73,124). Sum of RGB (Red+Green+Blue) = 147+73+124=344 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.73% from 344); Green value is 73 (28.91% from 255 or 21.22% from 344); Blue value is 124 (48.83% from 255 or 36.05% from 344); Max value from RGB is 147 - color contains mainly: red. Hex color #93497C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93497C is #6CB683. Grayscale: #646464. Windows color (decimal): -7124612 or 8145299. OLE color: 8145299.
HSL color Cylindrical-coordinate representation of color #93497C: hue angle of 318.65º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93497C is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 124 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.42 |
| HSL | 318.65º | 0.34% | 0.43% | - |
| HSV(B) | 318.65º | 0.5% | 0.58% | - |
| XYZ | 18.05 | 12.42 | 20.52 | - |
| YUV | 100.94 | 141.02 | 160.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 124 | 0 | 0.50 | 0.16 | 0.42 | 318.65 | 0.34 | 0.43 |
| Hex | 93 | 49 | 7C | 0 | 32 | 10 | 2A | 13F | 22 | 2B |
| Octal | 223 | 111 | 174 | 0 | 62 | 20 | 52 | 477 | 42 | 53 |
| Binary | 10010011 | 1001001 | 1111100 | 0 | 110010 | 10000 | 101010 | 100111111 | 100010 | 101011 |
Color Harmonies of #93497C
Complementary color
Monochromatic Colors of #93497C
Black with #93497C
Text Example
Text Example
White with #93497C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93497C; }
p { color: rgb(147,73,124); }
H1.HeaderClassName
{
color: #93497C;
}
.AnyTagClassName
{
color: #93497C;
}
</style>
background-color css
<style>
a { background-color: #93497C; }
a { background-color: rgb(147,73,124); }
div.DivClassName
{
background-color: #93497C;
}
.BgClassName
{
background-color: #93497C;
}
</style>
border-color css
<style>
span { border-color: #93497C; }
span { border-color: rgb(147,73,124); }
td.TdClassName
{
border-color: #93497C;
}
.TagClassName
{
border-color: #93497C;
}
</style>