Shades of Strikemaster #936883
Tints of Strikemaster #936883
RGB
CMYK
RGB Variations
Color information
#936883 (or 0x936883) is known color: Strikemaster. HEX triplet: 93, 68 and 83. RGB value is (147,104,131). Sum of RGB (Red+Green+Blue) = 147+104+131=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 104 (41.02% from 255 or 27.23% from 382); Blue value is 131 (51.56% from 255 or 34.29% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #936883 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936883 is #6C977C. Grayscale: #777777. Windows color (decimal): -7116669 or 8611987. OLE color: 8611987.
HSL color Cylindrical-coordinate representation of color #936883: hue angle of 322.33º 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 #936883 is Cyan = 0, Magento = 0.29, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 131 | - |
| CMYK | 0 | 0.29 | 0.11 | 0.42 |
| HSL | 322.33º | 0.17% | 0.49% | - |
| HSV(B) | 322.33º | 0.29% | 0.58% | - |
| XYZ | 21.08 | 17.74 | 23.79 | - |
| YUV | 119.94 | 134.25 | 147.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 131 | 0 | 0.29 | 0.11 | 0.42 | 322.33 | 0.17 | 0.49 |
| Hex | 93 | 68 | 83 | 0 | 1D | B | 2A | 142 | 11 | 31 |
| Octal | 223 | 150 | 203 | 0 | 35 | 13 | 52 | 502 | 21 | 61 |
| Binary | 10010011 | 1101000 | 10000011 | 0 | 11101 | 1011 | 101010 | 101000010 | 10001 | 110001 |
Color Harmonies of #936883
Complementary color
Monochromatic Colors of #936883
Black with #936883
Text Example
Text Example
White with #936883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936883; }
p { color: rgb(147,104,131); }
H1.HeaderClassName
{
color: #936883;
}
.AnyTagClassName
{
color: #936883;
}
</style>
background-color css
<style>
a { background-color: #936883; }
a { background-color: rgb(147,104,131); }
div.DivClassName
{
background-color: #936883;
}
.BgClassName
{
background-color: #936883;
}
</style>
border-color css
<style>
span { border-color: #936883; }
span { border-color: rgb(147,104,131); }
td.TdClassName
{
border-color: #936883;
}
.TagClassName
{
border-color: #936883;
}
</style>