Shades of Strikemaster #935E79
Tints of Strikemaster #935E79
RGB
CMYK
RGB Variations
Color information
#935E79 (or 0x935E79) is known color: Strikemaster. HEX triplet: 93, 5E and 79. RGB value is (147,94,121). Sum of RGB (Red+Green+Blue) = 147+94+121=362 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.61% from 362); Green value is 94 (37.11% from 255 or 25.97% from 362); Blue value is 121 (47.66% from 255 or 33.43% from 362); Max value from RGB is 147 - color contains mainly: red. Hex color #935E79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935E79 is #6CA186. Grayscale: #707070. Windows color (decimal): -7119239 or 7954067. OLE color: 7954067.
HSL color Cylindrical-coordinate representation of color #935E79: hue angle of 329.43º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #935E79 is Cyan = 0, Magento = 0.36, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 94 | 121 | - |
| CMYK | 0 | 0.36 | 0.18 | 0.42 |
| HSL | 329.43º | 0.22% | 0.47% | - |
| HSV(B) | 329.43º | 0.36% | 0.58% | - |
| XYZ | 19.49 | 15.59 | 20.07 | - |
| YUV | 112.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 94 | 121 | 0 | 0.36 | 0.18 | 0.42 | 329.43 | 0.22 | 0.47 |
| Hex | 93 | 5E | 79 | 0 | 24 | 12 | 2A | 149 | 16 | 2F |
| Octal | 223 | 136 | 171 | 0 | 44 | 22 | 52 | 511 | 26 | 57 |
| Binary | 10010011 | 1011110 | 1111001 | 0 | 100100 | 10010 | 101010 | 101001001 | 10110 | 101111 |
Color Harmonies of #935E79
Complementary color
Monochromatic Colors of #935E79
Black with #935E79
Text Example
Text Example
White with #935E79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935E79; }
p { color: rgb(147,94,121); }
H1.HeaderClassName
{
color: #935E79;
}
.AnyTagClassName
{
color: #935E79;
}
</style>
background-color css
<style>
a { background-color: #935E79; }
a { background-color: rgb(147,94,121); }
div.DivClassName
{
background-color: #935E79;
}
.BgClassName
{
background-color: #935E79;
}
</style>
border-color css
<style>
span { border-color: #935E79; }
span { border-color: rgb(147,94,121); }
td.TdClassName
{
border-color: #935E79;
}
.TagClassName
{
border-color: #935E79;
}
</style>