Shades of Strikemaster #936084
Tints of Strikemaster #936084
RGB
CMYK
RGB Variations
Color information
#936084 (or 0x936084) is known color: Strikemaster. HEX triplet: 93, 60 and 84. RGB value is (147,96,132). Sum of RGB (Red+Green+Blue) = 147+96+132=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 132 (51.95% from 255 or 35.2% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #936084 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936084 is #6C9F7B. Grayscale: #737373. Windows color (decimal): -7118716 or 8675475. OLE color: 8675475.
HSL color Cylindrical-coordinate representation of color #936084: hue angle of 317.65º degrees, saturation: 0.21, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #936084 is Cyan = 0, Magento = 0.35, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 96 | 132 | - |
| CMYK | 0 | 0.35 | 0.10 | 0.42 |
| HSL | 317.65º | 0.21% | 0.48% | - |
| HSV(B) | 317.65º | 0.35% | 0.58% | - |
| XYZ | 20.38 | 16.23 | 23.89 | - |
| YUV | 115.35 | 137.4 | 150.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 96 | 132 | 0 | 0.35 | 0.10 | 0.42 | 317.65 | 0.21 | 0.48 |
| Hex | 93 | 60 | 84 | 0 | 23 | A | 2A | 13E | 15 | 30 |
| Octal | 223 | 140 | 204 | 0 | 43 | 12 | 52 | 476 | 25 | 60 |
| Binary | 10010011 | 1100000 | 10000100 | 0 | 100011 | 1010 | 101010 | 100111110 | 10101 | 110000 |
Color Harmonies of #936084
Complementary color
Monochromatic Colors of #936084
Black with #936084
Text Example
Text Example
White with #936084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936084; }
p { color: rgb(147,96,132); }
H1.HeaderClassName
{
color: #936084;
}
.AnyTagClassName
{
color: #936084;
}
</style>
background-color css
<style>
a { background-color: #936084; }
a { background-color: rgb(147,96,132); }
div.DivClassName
{
background-color: #936084;
}
.BgClassName
{
background-color: #936084;
}
</style>
border-color css
<style>
span { border-color: #936084; }
span { border-color: rgb(147,96,132); }
td.TdClassName
{
border-color: #936084;
}
.TagClassName
{
border-color: #936084;
}
</style>