Shades of Strikemaster #935676
Tints of Strikemaster #935676
RGB
CMYK
RGB Variations
Color information
#935676 (or 0x935676) is known color: Strikemaster. HEX triplet: 93, 56 and 76. RGB value is (147,86,118). Sum of RGB (Red+Green+Blue) = 147+86+118=351 (46% of max value = 765). Red value is 147 (57.81% from 255 or 41.88% from 351); Green value is 86 (33.98% from 255 or 24.50% from 351); Blue value is 118 (46.48% from 255 or 33.62% from 351); Max value from RGB is 147 - color contains mainly: red. Hex color #935676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #935676 is #6CA989. Grayscale: #6B6B6B. Windows color (decimal): -7121290 or 7755411. OLE color: 7755411.
HSL color Cylindrical-coordinate representation of color #935676: hue angle of 328.52º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #935676 is Cyan = 0, Magento = 0.41, Yellow = 0.20 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 86 | 118 | - |
| CMYK | 0 | 0.41 | 0.20 | 0.42 |
| HSL | 328.52º | 0.26% | 0.46% | - |
| HSV(B) | 328.52º | 0.41% | 0.58% | - |
| XYZ | 18.63 | 14.17 | 18.89 | - |
| YUV | 107.89 | 133.71 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 118 | 0 | 0.41 | 0.20 | 0.42 | 328.52 | 0.26 | 0.46 |
| Hex | 93 | 56 | 76 | 0 | 29 | 14 | 2A | 149 | 1A | 2E |
| Octal | 223 | 126 | 166 | 0 | 51 | 24 | 52 | 511 | 32 | 56 |
| Binary | 10010011 | 1010110 | 1110110 | 0 | 101001 | 10100 | 101010 | 101001001 | 11010 | 101110 |
Color Harmonies of #935676
Complementary color
Monochromatic Colors of #935676
Black with #935676
Text Example
Text Example
White with #935676
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #935676; }
p { color: rgb(147,86,118); }
H1.HeaderClassName
{
color: #935676;
}
.AnyTagClassName
{
color: #935676;
}
</style>
background-color css
<style>
a { background-color: #935676; }
a { background-color: rgb(147,86,118); }
div.DivClassName
{
background-color: #935676;
}
.BgClassName
{
background-color: #935676;
}
</style>
border-color css
<style>
span { border-color: #935676; }
span { border-color: rgb(147,86,118); }
td.TdClassName
{
border-color: #935676;
}
.TagClassName
{
border-color: #935676;
}
</style>