Shades of Strikemaster #947180
Tints of Strikemaster #947180
RGB
CMYK
RGB Variations
Color information
#947180 (or 0x947180) is known color: Strikemaster. HEX triplet: 94, 71 and 80. RGB value is (148,113,128). Sum of RGB (Red+Green+Blue) = 148+113+128=389 (51% of max value = 765). Red value is 148 (58.20% from 255 or 38.05% from 389); Green value is 113 (44.53% from 255 or 29.05% from 389); Blue value is 128 (50.39% from 255 or 32.90% from 389); Max value from RGB is 148 - color contains mainly: red. Hex color #947180 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #947180 is #6B8E7F. Grayscale: #7D7D7D. Windows color (decimal): -7048832 or 8417684. OLE color: 8417684.
HSL color Cylindrical-coordinate representation of color #947180: hue angle of 334.29º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #947180 is Cyan = 0, Magento = 0.24, Yellow = 0.14 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 113 | 128 | - |
| CMYK | 0 | 0.24 | 0.14 | 0.42 |
| HSL | 334.29º | 0.14% | 0.51% | - |
| HSV(B) | 334.29º | 0.24% | 0.58% | - |
| XYZ | 22.01 | 19.66 | 23.06 | - |
| YUV | 125.18 | 129.6 | 144.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 113 | 128 | 0 | 0.24 | 0.14 | 0.42 | 334.29 | 0.14 | 0.51 |
| Hex | 94 | 71 | 80 | 0 | 18 | E | 2A | 14E | E | 33 |
| Octal | 224 | 161 | 200 | 0 | 30 | 16 | 52 | 516 | 16 | 63 |
| Binary | 10010100 | 1110001 | 10000000 | 0 | 11000 | 1110 | 101010 | 101001110 | 1110 | 110011 |
Color Harmonies of #947180
Complementary color
Monochromatic Colors of #947180
Black with #947180
Text Example
Text Example
White with #947180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #947180; }
p { color: rgb(148,113,128); }
H1.HeaderClassName
{
color: #947180;
}
.AnyTagClassName
{
color: #947180;
}
</style>
background-color css
<style>
a { background-color: #947180; }
a { background-color: rgb(148,113,128); }
div.DivClassName
{
background-color: #947180;
}
.BgClassName
{
background-color: #947180;
}
</style>
border-color css
<style>
span { border-color: #947180; }
span { border-color: rgb(148,113,128); }
td.TdClassName
{
border-color: #947180;
}
.TagClassName
{
border-color: #947180;
}
</style>