Shades of Strikemaster #936B85
Tints of Strikemaster #936B85
RGB
CMYK
RGB Variations
Color information
#936B85 (or 0x936B85) is known color: Strikemaster. HEX triplet: 93, 6B and 85. RGB value is (147,107,133). Sum of RGB (Red+Green+Blue) = 147+107+133=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 133 (52.34% from 255 or 34.37% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #936B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936B85 is #6C947A. Grayscale: #797979. Windows color (decimal): -7115899 or 8743827. OLE color: 8743827.
HSL color Cylindrical-coordinate representation of color #936B85: hue angle of 321º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #936B85 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 107 | 133 | - |
| CMYK | 0 | 0.27 | 0.10 | 0.42 |
| HSL | 321º | 0.16% | 0.5% | - |
| HSV(B) | 321º | 0.27% | 0.58% | - |
| XYZ | 21.52 | 18.41 | 24.61 | - |
| YUV | 121.92 | 134.25 | 145.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 107 | 133 | 0 | 0.27 | 0.10 | 0.42 | 321 | 0.16 | 0.5 |
| Hex | 93 | 6B | 85 | 0 | 1B | A | 2A | 141 | 10 | 32 |
| Octal | 223 | 153 | 205 | 0 | 33 | 12 | 52 | 501 | 20 | 62 |
| Binary | 10010011 | 1101011 | 10000101 | 0 | 11011 | 1010 | 101010 | 101000001 | 10000 | 110010 |
Color Harmonies of #936B85
Complementary color
Monochromatic Colors of #936B85
Black with #936B85
Text Example
Text Example
White with #936B85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936B85; }
p { color: rgb(147,107,133); }
H1.HeaderClassName
{
color: #936B85;
}
.AnyTagClassName
{
color: #936B85;
}
</style>
background-color css
<style>
a { background-color: #936B85; }
a { background-color: rgb(147,107,133); }
div.DivClassName
{
background-color: #936B85;
}
.BgClassName
{
background-color: #936B85;
}
</style>
border-color css
<style>
span { border-color: #936B85; }
span { border-color: rgb(147,107,133); }
td.TdClassName
{
border-color: #936B85;
}
.TagClassName
{
border-color: #936B85;
}
</style>