Shades of Strikemaster #93617B
Tints of Strikemaster #93617B
RGB
CMYK
RGB Variations
Color information
#93617B (or 0x93617B) is known color: Strikemaster. HEX triplet: 93, 61 and 7B. RGB value is (147,97,123). Sum of RGB (Red+Green+Blue) = 147+97+123=367 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.05% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 123 (48.44% from 255 or 33.51% from 367); Max value from RGB is 147 - color contains mainly: red. Hex color #93617B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93617B is #6C9E84. Grayscale: #727272. Windows color (decimal): -7118469 or 8085907. OLE color: 8085907.
HSL color Cylindrical-coordinate representation of color #93617B: hue angle of 328.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #93617B is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 123 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.42 |
| HSL | 328.8º | 0.2% | 0.48% | - |
| HSV(B) | 328.8º | 0.34% | 0.58% | - |
| XYZ | 19.88 | 16.18 | 20.81 | - |
| YUV | 114.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 123 | 0 | 0.34 | 0.16 | 0.42 | 328.8 | 0.2 | 0.48 |
| Hex | 93 | 61 | 7B | 0 | 22 | 10 | 2A | 149 | 14 | 30 |
| Octal | 223 | 141 | 173 | 0 | 42 | 20 | 52 | 511 | 24 | 60 |
| Binary | 10010011 | 1100001 | 1111011 | 0 | 100010 | 10000 | 101010 | 101001001 | 10100 | 110000 |
Color Harmonies of #93617B
Complementary color
Monochromatic Colors of #93617B
Black with #93617B
Text Example
Text Example
White with #93617B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93617B; }
p { color: rgb(147,97,123); }
H1.HeaderClassName
{
color: #93617B;
}
.AnyTagClassName
{
color: #93617B;
}
</style>
background-color css
<style>
a { background-color: #93617B; }
a { background-color: rgb(147,97,123); }
div.DivClassName
{
background-color: #93617B;
}
.BgClassName
{
background-color: #93617B;
}
</style>
border-color css
<style>
span { border-color: #93617B; }
span { border-color: rgb(147,97,123); }
td.TdClassName
{
border-color: #93617B;
}
.TagClassName
{
border-color: #93617B;
}
</style>