Shades of Strikemaster #936885
Tints of Strikemaster #936885
RGB
CMYK
RGB Variations
Color information
#936885 (or 0x936885) is known color: Strikemaster. HEX triplet: 93, 68 and 85. RGB value is (147,104,133). Sum of RGB (Red+Green+Blue) = 147+104+133=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 104 (41.02% from 255 or 27.08% from 384); Blue value is 133 (52.34% from 255 or 34.64% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #936885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936885 is #6C977A. Grayscale: #787878. Windows color (decimal): -7116667 or 8743059. OLE color: 8743059.
HSL color Cylindrical-coordinate representation of color #936885: hue angle of 319.53º 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 #936885 is Cyan = 0, Magento = 0.29, Yellow = 0.10 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 133 | - |
| CMYK | 0 | 0.29 | 0.10 | 0.42 |
| HSL | 319.53º | 0.17% | 0.49% | - |
| HSV(B) | 319.53º | 0.29% | 0.58% | - |
| XYZ | 21.22 | 17.8 | 24.51 | - |
| YUV | 120.16 | 135.25 | 147.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 133 | 0 | 0.29 | 0.10 | 0.42 | 319.53 | 0.17 | 0.49 |
| Hex | 93 | 68 | 85 | 0 | 1D | A | 2A | 140 | 11 | 31 |
| Octal | 223 | 150 | 205 | 0 | 35 | 12 | 52 | 500 | 21 | 61 |
| Binary | 10010011 | 1101000 | 10000101 | 0 | 11101 | 1010 | 101010 | 101000000 | 10001 | 110001 |
Color Harmonies of #936885
Complementary color
Monochromatic Colors of #936885
Black with #936885
Text Example
Text Example
White with #936885
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936885; }
p { color: rgb(147,104,133); }
H1.HeaderClassName
{
color: #936885;
}
.AnyTagClassName
{
color: #936885;
}
</style>
background-color css
<style>
a { background-color: #936885; }
a { background-color: rgb(147,104,133); }
div.DivClassName
{
background-color: #936885;
}
.BgClassName
{
background-color: #936885;
}
</style>
border-color css
<style>
span { border-color: #936885; }
span { border-color: rgb(147,104,133); }
td.TdClassName
{
border-color: #936885;
}
.TagClassName
{
border-color: #936885;
}
</style>