Shades of Strikemaster #936E81
Tints of Strikemaster #936E81
RGB
CMYK
RGB Variations
Color information
#936E81 (or 0x936E81) is known color: Strikemaster. HEX triplet: 93, 6E and 81. RGB value is (147,110,129). Sum of RGB (Red+Green+Blue) = 147+110+129=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 110 (43.36% from 255 or 28.50% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #936E81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #936E81 is #6C917E. Grayscale: #7B7B7B. Windows color (decimal): -7115135 or 8482451. OLE color: 8482451.
HSL color Cylindrical-coordinate representation of color #936E81: hue angle of 329.19º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #936E81 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 110 | 129 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.42 |
| HSL | 329.19º | 0.15% | 0.5% | - |
| HSV(B) | 329.19º | 0.25% | 0.58% | - |
| XYZ | 21.57 | 18.94 | 23.29 | - |
| YUV | 123.23 | 131.26 | 144.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 110 | 129 | 0 | 0.25 | 0.12 | 0.42 | 329.19 | 0.15 | 0.5 |
| Hex | 93 | 6E | 81 | 0 | 19 | C | 2A | 149 | F | 32 |
| Octal | 223 | 156 | 201 | 0 | 31 | 14 | 52 | 511 | 17 | 62 |
| Binary | 10010011 | 1101110 | 10000001 | 0 | 11001 | 1100 | 101010 | 101001001 | 1111 | 110010 |
Color Harmonies of #936E81
Complementary color
Monochromatic Colors of #936E81
Black with #936E81
Text Example
Text Example
White with #936E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936E81; }
p { color: rgb(147,110,129); }
H1.HeaderClassName
{
color: #936E81;
}
.AnyTagClassName
{
color: #936E81;
}
</style>
background-color css
<style>
a { background-color: #936E81; }
a { background-color: rgb(147,110,129); }
div.DivClassName
{
background-color: #936E81;
}
.BgClassName
{
background-color: #936E81;
}
</style>
border-color css
<style>
span { border-color: #936E81; }
span { border-color: rgb(147,110,129); }
td.TdClassName
{
border-color: #936E81;
}
.TagClassName
{
border-color: #936E81;
}
</style>