Shades of Strikemaster #936982
Tints of Strikemaster #936982
RGB
CMYK
RGB Variations
Color information
#936982 (or 0x936982) is known color: Strikemaster. HEX triplet: 93, 69 and 82. RGB value is (147,105,130). Sum of RGB (Red+Green+Blue) = 147+105+130=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 105 (41.41% from 255 or 27.49% from 382); Blue value is 130 (51.17% from 255 or 34.03% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #936982 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936982 is #6C967D. Grayscale: #787878. Windows color (decimal): -7116414 or 8546707. OLE color: 8546707.
HSL color Cylindrical-coordinate representation of color #936982: hue angle of 324.29º 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 #936982 is Cyan = 0, Magento = 0.29, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 130 | - |
| CMYK | 0 | 0.29 | 0.12 | 0.42 |
| HSL | 324.29º | 0.17% | 0.49% | - |
| HSV(B) | 324.29º | 0.29% | 0.58% | - |
| XYZ | 21.11 | 17.92 | 23.46 | - |
| YUV | 120.41 | 133.41 | 146.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 130 | 0 | 0.29 | 0.12 | 0.42 | 324.29 | 0.17 | 0.49 |
| Hex | 93 | 69 | 82 | 0 | 1D | C | 2A | 144 | 11 | 31 |
| Octal | 223 | 151 | 202 | 0 | 35 | 14 | 52 | 504 | 21 | 61 |
| Binary | 10010011 | 1101001 | 10000010 | 0 | 11101 | 1100 | 101010 | 101000100 | 10001 | 110001 |
Color Harmonies of #936982
Complementary color
Monochromatic Colors of #936982
Black with #936982
Text Example
Text Example
White with #936982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936982; }
p { color: rgb(147,105,130); }
H1.HeaderClassName
{
color: #936982;
}
.AnyTagClassName
{
color: #936982;
}
</style>
background-color css
<style>
a { background-color: #936982; }
a { background-color: rgb(147,105,130); }
div.DivClassName
{
background-color: #936982;
}
.BgClassName
{
background-color: #936982;
}
</style>
border-color css
<style>
span { border-color: #936982; }
span { border-color: rgb(147,105,130); }
td.TdClassName
{
border-color: #936982;
}
.TagClassName
{
border-color: #936982;
}
</style>