Shades of Strikemaster #946679
Tints of Strikemaster #946679
RGB
CMYK
RGB Variations
Color information
#946679 (or 0x946679) is known color: Strikemaster. HEX triplet: 94, 66 and 79. RGB value is (148,102,121). Sum of RGB (Red+Green+Blue) = 148+102+121=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 102 (40.23% from 255 or 27.49% from 371); Blue value is 121 (47.66% from 255 or 32.61% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #946679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946679 is #6B9986. Grayscale: #757575. Windows color (decimal): -7051655 or 7956116. OLE color: 7956116.
HSL color Cylindrical-coordinate representation of color #946679: hue angle of 335.22º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #946679 is Cyan = 0, Magento = 0.31, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 102 | 121 | - |
| CMYK | 0 | 0.31 | 0.18 | 0.42 |
| HSL | 335.22º | 0.18% | 0.49% | - |
| HSV(B) | 335.22º | 0.31% | 0.58% | - |
| XYZ | 20.42 | 17.18 | 20.33 | - |
| YUV | 117.92 | 129.74 | 149.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 102 | 121 | 0 | 0.31 | 0.18 | 0.42 | 335.22 | 0.18 | 0.49 |
| Hex | 94 | 66 | 79 | 0 | 1F | 12 | 2A | 14F | 12 | 31 |
| Octal | 224 | 146 | 171 | 0 | 37 | 22 | 52 | 517 | 22 | 61 |
| Binary | 10010100 | 1100110 | 1111001 | 0 | 11111 | 10010 | 101010 | 101001111 | 10010 | 110001 |
Color Harmonies of #946679
Complementary color
Monochromatic Colors of #946679
Black with #946679
Text Example
Text Example
White with #946679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946679; }
p { color: rgb(148,102,121); }
H1.HeaderClassName
{
color: #946679;
}
.AnyTagClassName
{
color: #946679;
}
</style>
background-color css
<style>
a { background-color: #946679; }
a { background-color: rgb(148,102,121); }
div.DivClassName
{
background-color: #946679;
}
.BgClassName
{
background-color: #946679;
}
</style>
border-color css
<style>
span { border-color: #946679; }
span { border-color: rgb(148,102,121); }
td.TdClassName
{
border-color: #946679;
}
.TagClassName
{
border-color: #946679;
}
</style>