Shades of Strikemaster #93617C
Tints of Strikemaster #93617C
RGB
CMYK
RGB Variations
Color information
#93617C (or 0x93617C) is known color: Strikemaster. HEX triplet: 93, 61 and 7C. RGB value is (147,97,124). Sum of RGB (Red+Green+Blue) = 147+97+124=368 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.95% from 368); Green value is 97 (38.28% from 255 or 26.36% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 147 - color contains mainly: red. Hex color #93617C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93617C is #6C9E83. Grayscale: #727272. Windows color (decimal): -7118468 or 8151443. OLE color: 8151443.
HSL color Cylindrical-coordinate representation of color #93617C: hue angle of 327.6º 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 #93617C is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 124 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.42 |
| HSL | 327.6º | 0.2% | 0.48% | - |
| HSV(B) | 327.6º | 0.34% | 0.58% | - |
| XYZ | 19.95 | 16.21 | 21.15 | - |
| YUV | 115.03 | 133.07 | 150.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 124 | 0 | 0.34 | 0.16 | 0.42 | 327.6 | 0.2 | 0.48 |
| Hex | 93 | 61 | 7C | 0 | 22 | 10 | 2A | 148 | 14 | 30 |
| Octal | 223 | 141 | 174 | 0 | 42 | 20 | 52 | 510 | 24 | 60 |
| Binary | 10010011 | 1100001 | 1111100 | 0 | 100010 | 10000 | 101010 | 101001000 | 10100 | 110000 |
Color Harmonies of #93617C
Complementary color
Monochromatic Colors of #93617C
Black with #93617C
Text Example
Text Example
White with #93617C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93617C; }
p { color: rgb(147,97,124); }
H1.HeaderClassName
{
color: #93617C;
}
.AnyTagClassName
{
color: #93617C;
}
</style>
background-color css
<style>
a { background-color: #93617C; }
a { background-color: rgb(147,97,124); }
div.DivClassName
{
background-color: #93617C;
}
.BgClassName
{
background-color: #93617C;
}
</style>
border-color css
<style>
span { border-color: #93617C; }
span { border-color: rgb(147,97,124); }
td.TdClassName
{
border-color: #93617C;
}
.TagClassName
{
border-color: #93617C;
}
</style>