Shades of Strikemaster #93678A
Tints of Strikemaster #93678A
RGB
CMYK
RGB Variations
Color information
#93678A (or 0x93678A) is known color: Strikemaster. HEX triplet: 93, 67 and 8A. RGB value is (147,103,138). Sum of RGB (Red+Green+Blue) = 147+103+138=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 103 (40.62% from 255 or 26.55% from 388); Blue value is 138 (54.30% from 255 or 35.57% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93678A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93678A is #6C9875. Grayscale: #787878. Windows color (decimal): -7116918 or 9070483. OLE color: 9070483.
HSL color Cylindrical-coordinate representation of color #93678A: hue angle of 312.27º 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 #93678A is Cyan = 0, Magento = 0.30, Yellow = 0.06 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 138 | - |
| CMYK | 0 | 0.30 | 0.06 | 0.42 |
| HSL | 312.27º | 0.18% | 0.49% | - |
| HSV(B) | 312.27º | 0.3% | 0.58% | - |
| XYZ | 21.47 | 17.74 | 26.34 | - |
| YUV | 120.15 | 138.08 | 147.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 138 | 0 | 0.30 | 0.06 | 0.42 | 312.27 | 0.18 | 0.49 |
| Hex | 93 | 67 | 8A | 0 | 1E | 6 | 2A | 138 | 12 | 31 |
| Octal | 223 | 147 | 212 | 0 | 36 | 6 | 52 | 470 | 22 | 61 |
| Binary | 10010011 | 1100111 | 10001010 | 0 | 11110 | 110 | 101010 | 100111000 | 10010 | 110001 |
Color Harmonies of #93678A
Complementary color
Monochromatic Colors of #93678A
Black with #93678A
Text Example
Text Example
White with #93678A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93678A; }
p { color: rgb(147,103,138); }
H1.HeaderClassName
{
color: #93678A;
}
.AnyTagClassName
{
color: #93678A;
}
</style>
background-color css
<style>
a { background-color: #93678A; }
a { background-color: rgb(147,103,138); }
div.DivClassName
{
background-color: #93678A;
}
.BgClassName
{
background-color: #93678A;
}
</style>
border-color css
<style>
span { border-color: #93678A; }
span { border-color: rgb(147,103,138); }
td.TdClassName
{
border-color: #93678A;
}
.TagClassName
{
border-color: #93678A;
}
</style>