Shades of Strikemaster #936884
Tints of Strikemaster #936884
RGB
CMYK
RGB Variations
Color information
#936884 (or 0x936884) is known color: Strikemaster. HEX triplet: 93, 68 and 84. RGB value is (147,104,132). Sum of RGB (Red+Green+Blue) = 147+104+132=383 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.38% from 383); Green value is 104 (41.02% from 255 or 27.15% from 383); Blue value is 132 (51.95% from 255 or 34.46% from 383); Max value from RGB is 147 - color contains mainly: red. Hex color #936884 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936884 is #6C977B. Grayscale: #777777. Windows color (decimal): -7116668 or 8677523. OLE color: 8677523.
HSL color Cylindrical-coordinate representation of color #936884: hue angle of 320.93º 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 #936884 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 132 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.42 |
| HSL | 320.93º | 0.17% | 0.49% | - |
| HSV(B) | 320.93º | 0.29% | 0.58% | - |
| XYZ | 21.15 | 17.77 | 24.15 | - |
| YUV | 120.05 | 134.75 | 147.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 132 | 0 | 0.29 | 0.10 | 0.42 | 320.93 | 0.17 | 0.49 |
| Hex | 93 | 68 | 84 | 0 | 1D | A | 2A | 141 | 11 | 31 |
| Octal | 223 | 150 | 204 | 0 | 35 | 12 | 52 | 501 | 21 | 61 |
| Binary | 10010011 | 1101000 | 10000100 | 0 | 11101 | 1010 | 101010 | 101000001 | 10001 | 110001 |
Color Harmonies of #936884
Complementary color
Monochromatic Colors of #936884
Black with #936884
Text Example
Text Example
White with #936884
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936884; }
p { color: rgb(147,104,132); }
H1.HeaderClassName
{
color: #936884;
}
.AnyTagClassName
{
color: #936884;
}
</style>
background-color css
<style>
a { background-color: #936884; }
a { background-color: rgb(147,104,132); }
div.DivClassName
{
background-color: #936884;
}
.BgClassName
{
background-color: #936884;
}
</style>
border-color css
<style>
span { border-color: #936884; }
span { border-color: rgb(147,104,132); }
td.TdClassName
{
border-color: #936884;
}
.TagClassName
{
border-color: #936884;
}
</style>