Shades of Strikemaster #93537D
Tints of Strikemaster #93537D
RGB
CMYK
RGB Variations
Color information
#93537D (or 0x93537D) is known color: Strikemaster. HEX triplet: 93, 53 and 7D. RGB value is (147,83,125). Sum of RGB (Red+Green+Blue) = 147+83+125=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 83 (32.81% from 255 or 23.38% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 147 - color contains mainly: red. Hex color #93537D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93537D is #6CAC82. Grayscale: #6A6A6A. Windows color (decimal): -7122051 or 8213395. OLE color: 8213395.
HSL color Cylindrical-coordinate representation of color #93537D: hue angle of 320.62º degrees, saturation: 0.28, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #93537D is Cyan = 0, Magento = 0.44, Yellow = 0.15 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 83 | 125 | - |
| CMYK | 0 | 0.44 | 0.15 | 0.42 |
| HSL | 320.63º | 0.28% | 0.45% | - |
| HSV(B) | 320.63º | 0.44% | 0.58% | - |
| XYZ | 18.83 | 13.87 | 21.09 | - |
| YUV | 106.92 | 138.2 | 156.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 83 | 125 | 0 | 0.44 | 0.15 | 0.42 | 320.63 | 0.28 | 0.45 |
| Hex | 93 | 53 | 7D | 0 | 2C | F | 2A | 141 | 1C | 2D |
| Octal | 223 | 123 | 175 | 0 | 54 | 17 | 52 | 501 | 34 | 55 |
| Binary | 10010011 | 1010011 | 1111101 | 0 | 101100 | 1111 | 101010 | 101000001 | 11100 | 101101 |
Color Harmonies of #93537D
Complementary color
Monochromatic Colors of #93537D
Black with #93537D
Text Example
Text Example
White with #93537D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93537D; }
p { color: rgb(147,83,125); }
H1.HeaderClassName
{
color: #93537D;
}
.AnyTagClassName
{
color: #93537D;
}
</style>
background-color css
<style>
a { background-color: #93537D; }
a { background-color: rgb(147,83,125); }
div.DivClassName
{
background-color: #93537D;
}
.BgClassName
{
background-color: #93537D;
}
</style>
border-color css
<style>
span { border-color: #93537D; }
span { border-color: rgb(147,83,125); }
td.TdClassName
{
border-color: #93537D;
}
.TagClassName
{
border-color: #93537D;
}
</style>