Shades of Strikemaster #93497A
Tints of Strikemaster #93497A
RGB
CMYK
RGB Variations
Color information
#93497A (or 0x93497A) is known color: Strikemaster. HEX triplet: 93, 49 and 7A. RGB value is (147,73,122). Sum of RGB (Red+Green+Blue) = 147+73+122=342 (45% of max value = 765). Red value is 147 (57.81% from 255 or 42.98% from 342); Green value is 73 (28.91% from 255 or 21.35% from 342); Blue value is 122 (48.05% from 255 or 35.67% from 342); Max value from RGB is 147 - color contains mainly: red. Hex color #93497A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #93497A is #6CB685. Grayscale: #646464. Windows color (decimal): -7124614 or 8014227. OLE color: 8014227.
HSL color Cylindrical-coordinate representation of color #93497A: hue angle of 320.27º 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 #93497A is Cyan = 0, Magento = 0.50, Yellow = 0.17 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 73 | 122 | - |
| CMYK | 0 | 0.50 | 0.17 | 0.42 |
| HSL | 320.27º | 0.34% | 0.43% | - |
| HSV(B) | 320.27º | 0.5% | 0.58% | - |
| XYZ | 17.93 | 12.37 | 19.86 | - |
| YUV | 100.71 | 140.02 | 161.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 122 | 0 | 0.50 | 0.17 | 0.42 | 320.27 | 0.34 | 0.43 |
| Hex | 93 | 49 | 7A | 0 | 32 | 11 | 2A | 140 | 22 | 2B |
| Octal | 223 | 111 | 172 | 0 | 62 | 21 | 52 | 500 | 42 | 53 |
| Binary | 10010011 | 1001001 | 1111010 | 0 | 110010 | 10001 | 101010 | 101000000 | 100010 | 101011 |
Color Harmonies of #93497A
Complementary color
Monochromatic Colors of #93497A
Black with #93497A
Text Example
Text Example
White with #93497A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93497A; }
p { color: rgb(147,73,122); }
H1.HeaderClassName
{
color: #93497A;
}
.AnyTagClassName
{
color: #93497A;
}
</style>
background-color css
<style>
a { background-color: #93497A; }
a { background-color: rgb(147,73,122); }
div.DivClassName
{
background-color: #93497A;
}
.BgClassName
{
background-color: #93497A;
}
</style>
border-color css
<style>
span { border-color: #93497A; }
span { border-color: rgb(147,73,122); }
td.TdClassName
{
border-color: #93497A;
}
.TagClassName
{
border-color: #93497A;
}
</style>