Shades of Strikemaster #93687B
Tints of Strikemaster #93687B
RGB
CMYK
RGB Variations
Color information
#93687B (or 0x93687B) is known color: Strikemaster. HEX triplet: 93, 68 and 7B. RGB value is (147,104,123). Sum of RGB (Red+Green+Blue) = 147+104+123=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 104 (41.02% from 255 or 27.81% from 374); Blue value is 123 (48.44% from 255 or 32.89% from 374); Max value from RGB is 147 - color contains mainly: red. Hex color #93687B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93687B is #6C9784. Grayscale: #767676. Windows color (decimal): -7116677 or 8087699. OLE color: 8087699.
HSL color Cylindrical-coordinate representation of color #93687B: hue angle of 333.49º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #93687B is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 123 | - |
| CMYK | 0 | 0.29 | 0.16 | 0.42 |
| HSL | 333.49º | 0.17% | 0.49% | - |
| HSV(B) | 333.49º | 0.29% | 0.58% | - |
| XYZ | 20.56 | 17.53 | 21.04 | - |
| YUV | 119.02 | 130.25 | 147.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 123 | 0 | 0.29 | 0.16 | 0.42 | 333.49 | 0.17 | 0.49 |
| Hex | 93 | 68 | 7B | 0 | 1D | 10 | 2A | 14D | 11 | 31 |
| Octal | 223 | 150 | 173 | 0 | 35 | 20 | 52 | 515 | 21 | 61 |
| Binary | 10010011 | 1101000 | 1111011 | 0 | 11101 | 10000 | 101010 | 101001101 | 10001 | 110001 |
Color Harmonies of #93687B
Complementary color
Monochromatic Colors of #93687B
Black with #93687B
Text Example
Text Example
White with #93687B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93687B; }
p { color: rgb(147,104,123); }
H1.HeaderClassName
{
color: #93687B;
}
.AnyTagClassName
{
color: #93687B;
}
</style>
background-color css
<style>
a { background-color: #93687B; }
a { background-color: rgb(147,104,123); }
div.DivClassName
{
background-color: #93687B;
}
.BgClassName
{
background-color: #93687B;
}
</style>
border-color css
<style>
span { border-color: #93687B; }
span { border-color: rgb(147,104,123); }
td.TdClassName
{
border-color: #93687B;
}
.TagClassName
{
border-color: #93687B;
}
</style>