Shades of Strikemaster #936F85
Tints of Strikemaster #936F85
RGB
CMYK
RGB Variations
Color information
#936F85 (or 0x936F85) is known color: Strikemaster. HEX triplet: 93, 6F and 85. RGB value is (147,111,133). Sum of RGB (Red+Green+Blue) = 147+111+133=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 111 (43.75% from 255 or 28.39% from 391); Blue value is 133 (52.34% from 255 or 34.02% from 391); Max value from RGB is 147 - color contains mainly: red. Hex color #936F85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936F85 is #6C907A. Grayscale: #7C7C7C. Windows color (decimal): -7114875 or 8744851. OLE color: 8744851.
HSL color Cylindrical-coordinate representation of color #936F85: hue angle of 323.33º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #936F85 is Cyan = 0, Magento = 0.24, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 111 | 133 | - |
| CMYK | 0 | 0.24 | 0.10 | 0.42 |
| HSL | 323.33º | 0.14% | 0.51% | - |
| HSV(B) | 323.33º | 0.24% | 0.58% | - |
| XYZ | 21.95 | 19.27 | 24.75 | - |
| YUV | 124.27 | 132.93 | 144.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 111 | 133 | 0 | 0.24 | 0.10 | 0.42 | 323.33 | 0.14 | 0.51 |
| Hex | 93 | 6F | 85 | 0 | 18 | A | 2A | 143 | E | 33 |
| Octal | 223 | 157 | 205 | 0 | 30 | 12 | 52 | 503 | 16 | 63 |
| Binary | 10010011 | 1101111 | 10000101 | 0 | 11000 | 1010 | 101010 | 101000011 | 1110 | 110011 |
Color Harmonies of #936F85
Complementary color
Monochromatic Colors of #936F85
Black with #936F85
Text Example
Text Example
White with #936F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936F85; }
p { color: rgb(147,111,133); }
H1.HeaderClassName
{
color: #936F85;
}
.AnyTagClassName
{
color: #936F85;
}
</style>
background-color css
<style>
a { background-color: #936F85; }
a { background-color: rgb(147,111,133); }
div.DivClassName
{
background-color: #936F85;
}
.BgClassName
{
background-color: #936F85;
}
</style>
border-color css
<style>
span { border-color: #936F85; }
span { border-color: rgb(147,111,133); }
td.TdClassName
{
border-color: #936F85;
}
.TagClassName
{
border-color: #936F85;
}
</style>