Shades of Strikemaster #936185
Tints of Strikemaster #936185
RGB
CMYK
RGB Variations
Color information
#936185 (or 0x936185) is known color: Strikemaster. HEX triplet: 93, 61 and 85. RGB value is (147,97,133). Sum of RGB (Red+Green+Blue) = 147+97+133=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 97 (38.28% from 255 or 25.73% from 377); Blue value is 133 (52.34% from 255 or 35.28% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #936185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936185 is #6C9E7A. Grayscale: #737373. Windows color (decimal): -7118459 or 8741267. OLE color: 8741267.
HSL color Cylindrical-coordinate representation of color #936185: hue angle of 316.8º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #936185 is Cyan = 0, Magento = 0.34, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 97 | 133 | - |
| CMYK | 0 | 0.34 | 0.10 | 0.42 |
| HSL | 316.8º | 0.2% | 0.48% | - |
| HSV(B) | 316.8º | 0.34% | 0.58% | - |
| XYZ | 20.54 | 16.45 | 24.28 | - |
| YUV | 116.05 | 137.57 | 150.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 97 | 133 | 0 | 0.34 | 0.10 | 0.42 | 316.8 | 0.2 | 0.48 |
| Hex | 93 | 61 | 85 | 0 | 22 | A | 2A | 13D | 14 | 30 |
| Octal | 223 | 141 | 205 | 0 | 42 | 12 | 52 | 475 | 24 | 60 |
| Binary | 10010011 | 1100001 | 10000101 | 0 | 100010 | 1010 | 101010 | 100111101 | 10100 | 110000 |
Color Harmonies of #936185
Complementary color
Monochromatic Colors of #936185
Black with #936185
Text Example
Text Example
White with #936185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936185; }
p { color: rgb(147,97,133); }
H1.HeaderClassName
{
color: #936185;
}
.AnyTagClassName
{
color: #936185;
}
</style>
background-color css
<style>
a { background-color: #936185; }
a { background-color: rgb(147,97,133); }
div.DivClassName
{
background-color: #936185;
}
.BgClassName
{
background-color: #936185;
}
</style>
border-color css
<style>
span { border-color: #936185; }
span { border-color: rgb(147,97,133); }
td.TdClassName
{
border-color: #936185;
}
.TagClassName
{
border-color: #936185;
}
</style>