Shades of Strikemaster #946D7A
Tints of Strikemaster #946D7A
RGB
CMYK
RGB Variations
Color information
#946D7A (or 0x946D7A) is known color: Strikemaster. HEX triplet: 94, 6D and 7A. RGB value is (148,109,122). Sum of RGB (Red+Green+Blue) = 148+109+122=379 (50% of max value = 765). Red value is 148 (58.20% from 255 or 39.05% from 379); Green value is 109 (42.97% from 255 or 28.76% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 148 - color contains mainly: red. Hex color #946D7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946D7A is #6B9285. Grayscale: #7A7A7A. Windows color (decimal): -7049862 or 8023444. OLE color: 8023444.
HSL color Cylindrical-coordinate representation of color #946D7A: hue angle of 340º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #946D7A is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 109 | 122 | - |
| CMYK | 0 | 0.26 | 0.18 | 0.42 |
| HSL | 340º | 0.15% | 0.5% | - |
| HSV(B) | 340º | 0.26% | 0.58% | - |
| XYZ | 21.19 | 18.64 | 20.89 | - |
| YUV | 122.14 | 127.92 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 109 | 122 | 0 | 0.26 | 0.18 | 0.42 | 340 | 0.15 | 0.5 |
| Hex | 94 | 6D | 7A | 0 | 1A | 12 | 2A | 154 | F | 32 |
| Octal | 224 | 155 | 172 | 0 | 32 | 22 | 52 | 524 | 17 | 62 |
| Binary | 10010100 | 1101101 | 1111010 | 0 | 11010 | 10010 | 101010 | 101010100 | 1111 | 110010 |
Color Harmonies of #946D7A
Complementary color
Monochromatic Colors of #946D7A
Black with #946D7A
Text Example
Text Example
White with #946D7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946D7A; }
p { color: rgb(148,109,122); }
H1.HeaderClassName
{
color: #946D7A;
}
.AnyTagClassName
{
color: #946D7A;
}
</style>
background-color css
<style>
a { background-color: #946D7A; }
a { background-color: rgb(148,109,122); }
div.DivClassName
{
background-color: #946D7A;
}
.BgClassName
{
background-color: #946D7A;
}
</style>
border-color css
<style>
span { border-color: #946D7A; }
span { border-color: rgb(148,109,122); }
td.TdClassName
{
border-color: #946D7A;
}
.TagClassName
{
border-color: #946D7A;
}
</style>