Shades of Strikemaster #936A86
Tints of Strikemaster #936A86
RGB
CMYK
RGB Variations
Color information
#936A86 (or 0x936A86) is known color: Strikemaster. HEX triplet: 93, 6A and 86. RGB value is (147,106,134). Sum of RGB (Red+Green+Blue) = 147+106+134=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 134 (52.73% from 255 or 34.63% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #936A86 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936A86 is #6C9579. Grayscale: #797979. Windows color (decimal): -7116154 or 8809107. OLE color: 8809107.
HSL color Cylindrical-coordinate representation of color #936A86: hue angle of 319.02º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #936A86 is Cyan = 0, Magento = 0.28, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 134 | - |
| CMYK | 0 | 0.28 | 0.09 | 0.42 |
| HSL | 319.02º | 0.16% | 0.5% | - |
| HSV(B) | 319.02º | 0.28% | 0.58% | - |
| XYZ | 21.49 | 18.23 | 24.94 | - |
| YUV | 121.45 | 135.08 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 134 | 0 | 0.28 | 0.09 | 0.42 | 319.02 | 0.16 | 0.5 |
| Hex | 93 | 6A | 86 | 0 | 1C | 9 | 2A | 13F | 10 | 32 |
| Octal | 223 | 152 | 206 | 0 | 34 | 11 | 52 | 477 | 20 | 62 |
| Binary | 10010011 | 1101010 | 10000110 | 0 | 11100 | 1001 | 101010 | 100111111 | 10000 | 110010 |
Color Harmonies of #936A86
Complementary color
Monochromatic Colors of #936A86
Black with #936A86
Text Example
Text Example
White with #936A86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A86; }
p { color: rgb(147,106,134); }
H1.HeaderClassName
{
color: #936A86;
}
.AnyTagClassName
{
color: #936A86;
}
</style>
background-color css
<style>
a { background-color: #936A86; }
a { background-color: rgb(147,106,134); }
div.DivClassName
{
background-color: #936A86;
}
.BgClassName
{
background-color: #936A86;
}
</style>
border-color css
<style>
span { border-color: #936A86; }
span { border-color: rgb(147,106,134); }
td.TdClassName
{
border-color: #936A86;
}
.TagClassName
{
border-color: #936A86;
}
</style>