Shades of Strikemaster #93698B
Tints of Strikemaster #93698B
RGB
CMYK
RGB Variations
Color information
#93698B (or 0x93698B) is known color: Strikemaster. HEX triplet: 93, 69 and 8B. RGB value is (147,105,139). Sum of RGB (Red+Green+Blue) = 147+105+139=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 105 (41.41% from 255 or 26.85% from 391); Blue value is 139 (54.69% from 255 or 35.55% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #93698B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #93698B is #6C9674. Grayscale: #797979. Windows color (decimal): -7116405 or 9136531. OLE color: 9136531.
HSL color Cylindrical-coordinate representation of color #93698B: hue angle of 311.43º 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 #93698B is Cyan = 0, Magento = 0.29, Yellow = 0.05 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 139 | - |
| CMYK | 0 | 0.29 | 0.05 | 0.42 |
| HSL | 311.43º | 0.17% | 0.49% | - |
| HSV(B) | 311.43º | 0.29% | 0.58% | - |
| XYZ | 21.74 | 18.17 | 26.79 | - |
| YUV | 121.43 | 137.91 | 146.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 139 | 0 | 0.29 | 0.05 | 0.42 | 311.43 | 0.17 | 0.49 |
| Hex | 93 | 69 | 8B | 0 | 1D | 5 | 2A | 137 | 11 | 31 |
| Octal | 223 | 151 | 213 | 0 | 35 | 5 | 52 | 467 | 21 | 61 |
| Binary | 10010011 | 1101001 | 10001011 | 0 | 11101 | 101 | 101010 | 100110111 | 10001 | 110001 |
Color Harmonies of #93698B
Complementary color
Monochromatic Colors of #93698B
Black with #93698B
Text Example
Text Example
White with #93698B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93698B; }
p { color: rgb(147,105,139); }
H1.HeaderClassName
{
color: #93698B;
}
.AnyTagClassName
{
color: #93698B;
}
</style>
background-color css
<style>
a { background-color: #93698B; }
a { background-color: rgb(147,105,139); }
div.DivClassName
{
background-color: #93698B;
}
.BgClassName
{
background-color: #93698B;
}
</style>
border-color css
<style>
span { border-color: #93698B; }
span { border-color: rgb(147,105,139); }
td.TdClassName
{
border-color: #93698B;
}
.TagClassName
{
border-color: #93698B;
}
</style>