Shades of Strikemaster #936284
Tints of Strikemaster #936284
RGB
CMYK
RGB Variations
Color information
#936284 (or 0x936284) is known color: Strikemaster. HEX triplet: 93, 62 and 84. RGB value is (147,98,132). Sum of RGB (Red+Green+Blue) = 147+98+132=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 98 (38.67% from 255 or 25.99% from 377); Blue value is 132 (51.95% from 255 or 35.01% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #936284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936284 is #6C9D7B. Grayscale: #747474. Windows color (decimal): -7118204 or 8675987. OLE color: 8675987.
HSL color Cylindrical-coordinate representation of color #936284: hue angle of 318.37º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #936284 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 98 | 132 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.42 |
| HSL | 318.37º | 0.2% | 0.48% | - |
| HSV(B) | 318.37º | 0.33% | 0.58% | - |
| XYZ | 20.57 | 16.6 | 23.95 | - |
| YUV | 116.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 132 | 0 | 0.33 | 0.10 | 0.42 | 318.37 | 0.2 | 0.48 |
| Hex | 93 | 62 | 84 | 0 | 21 | A | 2A | 13E | 14 | 30 |
| Octal | 223 | 142 | 204 | 0 | 41 | 12 | 52 | 476 | 24 | 60 |
| Binary | 10010011 | 1100010 | 10000100 | 0 | 100001 | 1010 | 101010 | 100111110 | 10100 | 110000 |
Color Harmonies of #936284
Complementary color
Monochromatic Colors of #936284
Black with #936284
Text Example
Text Example
White with #936284
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936284; }
p { color: rgb(147,98,132); }
H1.HeaderClassName
{
color: #936284;
}
.AnyTagClassName
{
color: #936284;
}
</style>
background-color css
<style>
a { background-color: #936284; }
a { background-color: rgb(147,98,132); }
div.DivClassName
{
background-color: #936284;
}
.BgClassName
{
background-color: #936284;
}
</style>
border-color css
<style>
span { border-color: #936284; }
span { border-color: rgb(147,98,132); }
td.TdClassName
{
border-color: #936284;
}
.TagClassName
{
border-color: #936284;
}
</style>