Shades of Strikemaster #93677E
Tints of Strikemaster #93677E
RGB
CMYK
RGB Variations
Color information
#93677E (or 0x93677E) is known color: Strikemaster. HEX triplet: 93, 67 and 7E. RGB value is (147,103,126). Sum of RGB (Red+Green+Blue) = 147+103+126=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 103 (40.62% from 255 or 27.39% from 376); Blue value is 126 (49.61% from 255 or 33.51% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #93677E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93677E is #6C9881. Grayscale: #767676. Windows color (decimal): -7116930 or 8284051. OLE color: 8284051.
HSL color Cylindrical-coordinate representation of color #93677E: hue angle of 328.64º 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 #93677E is Cyan = 0, Magento = 0.30, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 126 | - |
| CMYK | 0 | 0.30 | 0.14 | 0.42 |
| HSL | 328.64º | 0.18% | 0.49% | - |
| HSV(B) | 328.64º | 0.3% | 0.58% | - |
| XYZ | 20.65 | 17.41 | 22.01 | - |
| YUV | 118.78 | 132.08 | 148.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 126 | 0 | 0.30 | 0.14 | 0.42 | 328.64 | 0.18 | 0.49 |
| Hex | 93 | 67 | 7E | 0 | 1E | E | 2A | 149 | 12 | 31 |
| Octal | 223 | 147 | 176 | 0 | 36 | 16 | 52 | 511 | 22 | 61 |
| Binary | 10010011 | 1100111 | 1111110 | 0 | 11110 | 1110 | 101010 | 101001001 | 10010 | 110001 |
Color Harmonies of #93677E
Complementary color
Monochromatic Colors of #93677E
Black with #93677E
Text Example
Text Example
White with #93677E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93677E; }
p { color: rgb(147,103,126); }
H1.HeaderClassName
{
color: #93677E;
}
.AnyTagClassName
{
color: #93677E;
}
</style>
background-color css
<style>
a { background-color: #93677E; }
a { background-color: rgb(147,103,126); }
div.DivClassName
{
background-color: #93677E;
}
.BgClassName
{
background-color: #93677E;
}
</style>
border-color css
<style>
span { border-color: #93677E; }
span { border-color: rgb(147,103,126); }
td.TdClassName
{
border-color: #93677E;
}
.TagClassName
{
border-color: #93677E;
}
</style>