Shades of Strikemaster #93648A
Tints of Strikemaster #93648A
RGB
CMYK
RGB Variations
Color information
#93648A (or 0x93648A) is known color: Strikemaster. HEX triplet: 93, 64 and 8A. RGB value is (147,100,138). Sum of RGB (Red+Green+Blue) = 147+100+138=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 100 (39.45% from 255 or 25.97% from 385); Blue value is 138 (54.30% from 255 or 35.84% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #93648A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93648A is #6C9B75. Grayscale: #767676. Windows color (decimal): -7117686 or 9069715. OLE color: 9069715.
HSL color Cylindrical-coordinate representation of color #93648A: hue angle of 311.49º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #93648A is Cyan = 0, Magento = 0.32, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 138 | - |
| CMYK | 0 | 0.32 | 0.06 | 0.42 |
| HSL | 311.49º | 0.19% | 0.48% | - |
| HSV(B) | 311.49º | 0.32% | 0.58% | - |
| XYZ | 21.18 | 17.15 | 26.24 | - |
| YUV | 118.39 | 139.07 | 148.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 138 | 0 | 0.32 | 0.06 | 0.42 | 311.49 | 0.19 | 0.48 |
| Hex | 93 | 64 | 8A | 0 | 20 | 6 | 2A | 137 | 13 | 30 |
| Octal | 223 | 144 | 212 | 0 | 40 | 6 | 52 | 467 | 23 | 60 |
| Binary | 10010011 | 1100100 | 10001010 | 0 | 100000 | 110 | 101010 | 100110111 | 10011 | 110000 |
Color Harmonies of #93648A
Complementary color
Monochromatic Colors of #93648A
Black with #93648A
Text Example
Text Example
White with #93648A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93648A; }
p { color: rgb(147,100,138); }
H1.HeaderClassName
{
color: #93648A;
}
.AnyTagClassName
{
color: #93648A;
}
</style>
background-color css
<style>
a { background-color: #93648A; }
a { background-color: rgb(147,100,138); }
div.DivClassName
{
background-color: #93648A;
}
.BgClassName
{
background-color: #93648A;
}
</style>
border-color css
<style>
span { border-color: #93648A; }
span { border-color: rgb(147,100,138); }
td.TdClassName
{
border-color: #93648A;
}
.TagClassName
{
border-color: #93648A;
}
</style>