Shades of Strikemaster #945679
Tints of Strikemaster #945679
RGB
CMYK
RGB Variations
Color information
#945679 (or 0x945679) is known color: Strikemaster. HEX triplet: 94, 56 and 79. RGB value is (148,86,121). Sum of RGB (Red+Green+Blue) = 148+86+121=355 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.69% from 355); Green value is 86 (33.98% from 255 or 24.23% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 148 - color contains mainly: red. Hex color #945679 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945679 is #6BA986. Grayscale: #6C6C6C. Windows color (decimal): -7055751 or 7952020. OLE color: 7952020.
HSL color Cylindrical-coordinate representation of color #945679: hue angle of 326.13º degrees, saturation: 0.26, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #945679 is Cyan = 0, Magento = 0.42, Yellow = 0.18 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 86 | 121 | - |
| CMYK | 0 | 0.42 | 0.18 | 0.42 |
| HSL | 326.13º | 0.26% | 0.46% | - |
| HSV(B) | 326.13º | 0.42% | 0.58% | - |
| XYZ | 18.99 | 14.33 | 19.85 | - |
| YUV | 108.53 | 135.04 | 156.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 86 | 121 | 0 | 0.42 | 0.18 | 0.42 | 326.13 | 0.26 | 0.46 |
| Hex | 94 | 56 | 79 | 0 | 2A | 12 | 2A | 146 | 1A | 2E |
| Octal | 224 | 126 | 171 | 0 | 52 | 22 | 52 | 506 | 32 | 56 |
| Binary | 10010100 | 1010110 | 1111001 | 0 | 101010 | 10010 | 101010 | 101000110 | 11010 | 101110 |
Color Harmonies of #945679
Complementary color
Monochromatic Colors of #945679
Black with #945679
Text Example
Text Example
White with #945679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945679; }
p { color: rgb(148,86,121); }
H1.HeaderClassName
{
color: #945679;
}
.AnyTagClassName
{
color: #945679;
}
</style>
background-color css
<style>
a { background-color: #945679; }
a { background-color: rgb(148,86,121); }
div.DivClassName
{
background-color: #945679;
}
.BgClassName
{
background-color: #945679;
}
</style>
border-color css
<style>
span { border-color: #945679; }
span { border-color: rgb(148,86,121); }
td.TdClassName
{
border-color: #945679;
}
.TagClassName
{
border-color: #945679;
}
</style>