Shades of Strikemaster #93678B
Tints of Strikemaster #93678B
RGB
CMYK
RGB Variations
Color information
#93678B (or 0x93678B) is known color: Strikemaster. HEX triplet: 93, 67 and 8B. RGB value is (147,103,139). Sum of RGB (Red+Green+Blue) = 147+103+139=389 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.79% from 389); Green value is 103 (40.62% from 255 or 26.48% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 147 - color contains mainly: red. Hex color #93678B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93678B is #6C9874. Grayscale: #787878. Windows color (decimal): -7116917 or 9136019. OLE color: 9136019.
HSL color Cylindrical-coordinate representation of color #93678B: hue angle of 310.91º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #93678B is Cyan = 0, Magento = 0.30, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 139 | - |
| CMYK | 0 | 0.30 | 0.05 | 0.42 |
| HSL | 310.91º | 0.18% | 0.49% | - |
| HSV(B) | 310.91º | 0.3% | 0.58% | - |
| XYZ | 21.54 | 17.77 | 26.72 | - |
| YUV | 120.26 | 138.58 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 139 | 0 | 0.30 | 0.05 | 0.42 | 310.91 | 0.18 | 0.49 |
| Hex | 93 | 67 | 8B | 0 | 1E | 5 | 2A | 137 | 12 | 31 |
| Octal | 223 | 147 | 213 | 0 | 36 | 5 | 52 | 467 | 22 | 61 |
| Binary | 10010011 | 1100111 | 10001011 | 0 | 11110 | 101 | 101010 | 100110111 | 10010 | 110001 |
Color Harmonies of #93678B
Complementary color
Monochromatic Colors of #93678B
Black with #93678B
Text Example
Text Example
White with #93678B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93678B; }
p { color: rgb(147,103,139); }
H1.HeaderClassName
{
color: #93678B;
}
.AnyTagClassName
{
color: #93678B;
}
</style>
background-color css
<style>
a { background-color: #93678B; }
a { background-color: rgb(147,103,139); }
div.DivClassName
{
background-color: #93678B;
}
.BgClassName
{
background-color: #93678B;
}
</style>
border-color css
<style>
span { border-color: #93678B; }
span { border-color: rgb(147,103,139); }
td.TdClassName
{
border-color: #93678B;
}
.TagClassName
{
border-color: #93678B;
}
</style>