Shades of Strikemaster #936784
Tints of Strikemaster #936784
RGB
CMYK
RGB Variations
Color information
#936784 (or 0x936784) is known color: Strikemaster. HEX triplet: 93, 67 and 84. RGB value is (147,103,132). Sum of RGB (Red+Green+Blue) = 147+103+132=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 103 (40.62% from 255 or 26.96% from 382); Blue value is 132 (51.95% from 255 or 34.55% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #936784 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936784 is #6C987B. Grayscale: #777777. Windows color (decimal): -7116924 or 8677267. OLE color: 8677267.
HSL color Cylindrical-coordinate representation of color #936784: hue angle of 320.45º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #936784 is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 103 | 132 | - |
| CMYK | 0 | 0.30 | 0.10 | 0.42 |
| HSL | 320.45º | 0.18% | 0.49% | - |
| HSV(B) | 320.45º | 0.3% | 0.58% | - |
| XYZ | 21.05 | 17.57 | 24.11 | - |
| YUV | 119.46 | 135.08 | 147.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 132 | 0 | 0.30 | 0.10 | 0.42 | 320.45 | 0.18 | 0.49 |
| Hex | 93 | 67 | 84 | 0 | 1E | A | 2A | 140 | 12 | 31 |
| Octal | 223 | 147 | 204 | 0 | 36 | 12 | 52 | 500 | 22 | 61 |
| Binary | 10010011 | 1100111 | 10000100 | 0 | 11110 | 1010 | 101010 | 101000000 | 10010 | 110001 |
Color Harmonies of #936784
Complementary color
Monochromatic Colors of #936784
Black with #936784
Text Example
Text Example
White with #936784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936784; }
p { color: rgb(147,103,132); }
H1.HeaderClassName
{
color: #936784;
}
.AnyTagClassName
{
color: #936784;
}
</style>
background-color css
<style>
a { background-color: #936784; }
a { background-color: rgb(147,103,132); }
div.DivClassName
{
background-color: #936784;
}
.BgClassName
{
background-color: #936784;
}
</style>
border-color css
<style>
span { border-color: #936784; }
span { border-color: rgb(147,103,132); }
td.TdClassName
{
border-color: #936784;
}
.TagClassName
{
border-color: #936784;
}
</style>