Shades of Strikemaster #936384
Tints of Strikemaster #936384
RGB
CMYK
RGB Variations
Color information
#936384 (or 0x936384) is known color: Strikemaster. HEX triplet: 93, 63 and 84. RGB value is (147,99,132). Sum of RGB (Red+Green+Blue) = 147+99+132=378 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.89% from 378); Green value is 99 (39.06% from 255 or 26.19% from 378); Blue value is 132 (51.95% from 255 or 34.92% from 378); Max value from RGB is 147 - color contains mainly: red. Hex color #936384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936384 is #6C9C7B. Grayscale: #757575. Windows color (decimal): -7117948 or 8676243. OLE color: 8676243.
HSL color Cylindrical-coordinate representation of color #936384: hue angle of 318.75º 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 #936384 is Cyan = 0, Magento = 0.33, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 99 | 132 | - |
| CMYK | 0 | 0.33 | 0.10 | 0.42 |
| HSL | 318.75º | 0.2% | 0.48% | - |
| HSV(B) | 318.75º | 0.33% | 0.58% | - |
| XYZ | 20.66 | 16.79 | 23.98 | - |
| YUV | 117.11 | 136.4 | 149.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 99 | 132 | 0 | 0.33 | 0.10 | 0.42 | 318.75 | 0.2 | 0.48 |
| Hex | 93 | 63 | 84 | 0 | 21 | A | 2A | 13F | 14 | 30 |
| Octal | 223 | 143 | 204 | 0 | 41 | 12 | 52 | 477 | 24 | 60 |
| Binary | 10010011 | 1100011 | 10000100 | 0 | 100001 | 1010 | 101010 | 100111111 | 10100 | 110000 |
Color Harmonies of #936384
Complementary color
Monochromatic Colors of #936384
Black with #936384
Text Example
Text Example
White with #936384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936384; }
p { color: rgb(147,99,132); }
H1.HeaderClassName
{
color: #936384;
}
.AnyTagClassName
{
color: #936384;
}
</style>
background-color css
<style>
a { background-color: #936384; }
a { background-color: rgb(147,99,132); }
div.DivClassName
{
background-color: #936384;
}
.BgClassName
{
background-color: #936384;
}
</style>
border-color css
<style>
span { border-color: #936384; }
span { border-color: rgb(147,99,132); }
td.TdClassName
{
border-color: #936384;
}
.TagClassName
{
border-color: #936384;
}
</style>