Shades of Strikemaster #93657E
Tints of Strikemaster #93657E
RGB
CMYK
RGB Variations
Color information
#93657E (or 0x93657E) is known color: Strikemaster. HEX triplet: 93, 65 and 7E. RGB value is (147,101,126). Sum of RGB (Red+Green+Blue) = 147+101+126=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 101 (39.84% from 255 or 27.01% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93657E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93657E is #6C9A81. Grayscale: #757575. Windows color (decimal): -7117442 or 8283539. OLE color: 8283539.
HSL color Cylindrical-coordinate representation of color #93657E: hue angle of 327.39º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #93657E is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 101 | 126 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.42 |
| HSL | 327.39º | 0.19% | 0.49% | - |
| HSV(B) | 327.39º | 0.31% | 0.58% | - |
| XYZ | 20.45 | 17.02 | 21.95 | - |
| YUV | 117.6 | 132.74 | 148.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 101 | 126 | 0 | 0.31 | 0.14 | 0.42 | 327.39 | 0.19 | 0.49 |
| Hex | 93 | 65 | 7E | 0 | 1F | E | 2A | 147 | 13 | 31 |
| Octal | 223 | 145 | 176 | 0 | 37 | 16 | 52 | 507 | 23 | 61 |
| Binary | 10010011 | 1100101 | 1111110 | 0 | 11111 | 1110 | 101010 | 101000111 | 10011 | 110001 |
Color Harmonies of #93657E
Complementary color
Monochromatic Colors of #93657E
Black with #93657E
Text Example
Text Example
White with #93657E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93657E; }
p { color: rgb(147,101,126); }
H1.HeaderClassName
{
color: #93657E;
}
.AnyTagClassName
{
color: #93657E;
}
</style>
background-color css
<style>
a { background-color: #93657E; }
a { background-color: rgb(147,101,126); }
div.DivClassName
{
background-color: #93657E;
}
.BgClassName
{
background-color: #93657E;
}
</style>
border-color css
<style>
span { border-color: #93657E; }
span { border-color: rgb(147,101,126); }
td.TdClassName
{
border-color: #93657E;
}
.TagClassName
{
border-color: #93657E;
}
</style>