Shades of Strikemaster #947286
Tints of Strikemaster #947286
RGB
CMYK
RGB Variations
Color information
#947286 (or 0x947286) is known color: Strikemaster. HEX triplet: 94, 72 and 86. RGB value is (148,114,134). Sum of RGB (Red+Green+Blue) = 148+114+134=396 (52% of max value = 765). Red value is 148 (58.20% from 255 or 37.37% from 396); Green value is 114 (44.92% from 255 or 28.79% from 396); Blue value is 134 (52.73% from 255 or 33.84% from 396); Max value from RGB is 148 - color contains mainly: red. Hex color #947286 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947286 is #6B8D79. Grayscale: #7E7E7E. Windows color (decimal): -7048570 or 8811156. OLE color: 8811156.
HSL color Cylindrical-coordinate representation of color #947286: hue angle of 324.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #947286 is Cyan = 0, Magento = 0.23, Yellow = 0.09 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 114 | 134 | - |
| CMYK | 0 | 0.23 | 0.09 | 0.42 |
| HSL | 324.71º | 0.14% | 0.51% | - |
| HSV(B) | 324.71º | 0.23% | 0.58% | - |
| XYZ | 22.53 | 20.05 | 25.24 | - |
| YUV | 126.45 | 132.26 | 143.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 114 | 134 | 0 | 0.23 | 0.09 | 0.42 | 324.71 | 0.14 | 0.51 |
| Hex | 94 | 72 | 86 | 0 | 17 | 9 | 2A | 145 | E | 33 |
| Octal | 224 | 162 | 206 | 0 | 27 | 11 | 52 | 505 | 16 | 63 |
| Binary | 10010100 | 1110010 | 10000110 | 0 | 10111 | 1001 | 101010 | 101000101 | 1110 | 110011 |
Color Harmonies of #947286
Complementary color
Monochromatic Colors of #947286
Black with #947286
Text Example
Text Example
White with #947286
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947286; }
p { color: rgb(148,114,134); }
H1.HeaderClassName
{
color: #947286;
}
.AnyTagClassName
{
color: #947286;
}
</style>
background-color css
<style>
a { background-color: #947286; }
a { background-color: rgb(148,114,134); }
div.DivClassName
{
background-color: #947286;
}
.BgClassName
{
background-color: #947286;
}
</style>
border-color css
<style>
span { border-color: #947286; }
span { border-color: rgb(148,114,134); }
td.TdClassName
{
border-color: #947286;
}
.TagClassName
{
border-color: #947286;
}
</style>