Shades of Strikemaster #946584
Tints of Strikemaster #946584
RGB
CMYK
RGB Variations
Color information
#946584 (or 0x946584) is known color: Strikemaster. HEX triplet: 94, 65 and 84. RGB value is (148,101,132). Sum of RGB (Red+Green+Blue) = 148+101+132=381 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.85% from 381); Green value is 101 (39.84% from 255 or 26.51% from 381); Blue value is 132 (51.95% from 255 or 34.65% from 381); Max value from RGB is 148 - color contains mainly: red. Hex color #946584 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #946584 is #6B9A7B. Grayscale: #767676. Windows color (decimal): -7051900 or 8676756. OLE color: 8676756.
HSL color Cylindrical-coordinate representation of color #946584: hue angle of 320.43º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #946584 is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 148 | 101 | 132 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.42 |
| HSL | 320.43º | 0.19% | 0.49% | - |
| HSV(B) | 320.43º | 0.32% | 0.58% | - |
| XYZ | 21.03 | 17.27 | 24.05 | - |
| YUV | 118.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 101 | 132 | 0 | 0.32 | 0.11 | 0.42 | 320.43 | 0.19 | 0.49 |
| Hex | 94 | 65 | 84 | 0 | 20 | B | 2A | 140 | 13 | 31 |
| Octal | 224 | 145 | 204 | 0 | 40 | 13 | 52 | 500 | 23 | 61 |
| Binary | 10010100 | 1100101 | 10000100 | 0 | 100000 | 1011 | 101010 | 101000000 | 10011 | 110001 |
Color Harmonies of #946584
Complementary color
Monochromatic Colors of #946584
Black with #946584
Text Example
Text Example
White with #946584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946584; }
p { color: rgb(148,101,132); }
H1.HeaderClassName
{
color: #946584;
}
.AnyTagClassName
{
color: #946584;
}
</style>
background-color css
<style>
a { background-color: #946584; }
a { background-color: rgb(148,101,132); }
div.DivClassName
{
background-color: #946584;
}
.BgClassName
{
background-color: #946584;
}
</style>
border-color css
<style>
span { border-color: #946584; }
span { border-color: rgb(148,101,132); }
td.TdClassName
{
border-color: #946584;
}
.TagClassName
{
border-color: #946584;
}
</style>